Modified: 
incubator/tuscany/cpp/sca/tools/scagen/junit/testinput/composites/MyValueServiceCompositeImplClassWithNamespace/sca.composite
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/tools/scagen/junit/testinput/composites/MyValueServiceCompositeImplClassWithNamespace/sca.composite?view=diff&rev=452508&r1=452507&r2=452508
==============================================================================
--- 
incubator/tuscany/cpp/sca/tools/scagen/junit/testinput/composites/MyValueServiceCompositeImplClassWithNamespace/sca.composite
 (original)
+++ 
incubator/tuscany/cpp/sca/tools/scagen/junit/testinput/composites/MyValueServiceCompositeImplClassWithNamespace/sca.composite
 Tue Oct  3 07:27:59 2006
@@ -1,59 +1,59 @@
-<?xml version="1.0" encoding="ASCII"?>

-<!--

-/*

- *

- *  Copyright 2005 The Apache Software Foundation or its licensors, as 
applicable.

- *

- *  Licensed under the Apache License, Version 2.0 (the "License");

- *  you may not use this file except in compliance with the License.

- *  You may obtain a copy of the License at

- *

- *     http://www.apache.org/licenses/LICENSE-2.0

- *

- *  Unless required by applicable law or agreed to in writing, software

- *  distributed under the License is distributed on an "AS IS" BASIS,

- *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

- *  See the License for the specific language governing permissions and

- *  limitations under the License.

- */        

- -->

-<composite xmlns="http://www.osoa.org/xmlns/sca/0.9"; 

-   xmlns:v="http://www.osoa.org/xmlns/sca/values/0.9"; 

-   xmlns:mvs="http://www.myvalue.org/MyValueService/";

-   name="MyValueServiceComposite">

-

-   <!-- Expose as a web service -->

-   <entryPoint name="MyValueServiceExport" multiplicity="1..1">

-      <interface.wsdl interface="" callbackInterface=""></interface.wsdl>

-      <binding.ws port="mvs:MyValueServiceSOAP"></binding.ws>

-      <reference>MyValueServiceComponent</reference>

-   </entryPoint>

-

-   <component name="MyValueServiceComponent">

-      <implementation.cpp dll="MyValue" 
header="MyValueImpl.hpp"></implementation.cpp>

-      <properties>

-      </properties>

-      <references>

-         <customerInfo>CustomerInfoComponent</customerInfo>

-         <stockQuote>StockQuoteService</stockQuote>

-      </references>

-   </component>

-   

-   <!--

-   <component name="Calculator">

-      <implementation.cpp dll="debug/Calculator.dll" 
header="CalculatorImpl.h"/>

-   </component>

-   -->

-

-   <externalService name="StockQuoteService">

-      <interface.cpp header="StockQuoteService.h"/>

-      <binding.ws 
port="http://swanandmokashi.com#wsdl.endpoint(StockQuotes/StockQuotesSoap)"/>

-   </externalService>

-

-   <!--wire>

-      <source.uri>MyValueServiceComponent/customerInfo</source.uri>

-      <target.uri>CustomerInfoComponent</target.uri>

-   </wire-->

-

-</composite>

+<?xml version="1.0" encoding="ASCII"?>
+<!--
+/*
+ *
+ *  Copyright 2005 The Apache Software Foundation or its licensors, as 
applicable.
+ *
+ *  Licensed under the Apache License, Version 2.0 (the "License");
+ *  you may not use this file except in compliance with the License.
+ *  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ *  Unless required by applicable law or agreed to in writing, software
+ *  distributed under the License is distributed on an "AS IS" BASIS,
+ *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ *  See the License for the specific language governing permissions and
+ *  limitations under the License.
+ */        
+ -->
+<composite xmlns="http://www.osoa.org/xmlns/sca/0.9"; 
+   xmlns:v="http://www.osoa.org/xmlns/sca/values/0.9"; 
+   xmlns:mvs="http://www.myvalue.org/MyValueService/";
+   name="MyValueServiceComposite">
+
+   <!-- Expose as a web service -->
+   <entryPoint name="MyValueServiceExport" multiplicity="1..1">
+      <interface.wsdl interface="" callbackInterface=""></interface.wsdl>
+      <binding.ws port="mvs:MyValueServiceSOAP"></binding.ws>
+      <reference>MyValueServiceComponent</reference>
+   </entryPoint>
+
+   <component name="MyValueServiceComponent">
+      <implementation.cpp dll="MyValue" 
header="MyValueImpl.hpp"></implementation.cpp>
+      <properties>
+      </properties>
+      <references>
+         <customerInfo>CustomerInfoComponent</customerInfo>
+         <stockQuote>StockQuoteService</stockQuote>
+      </references>
+   </component>
+   
+   <!--
+   <component name="Calculator">
+      <implementation.cpp dll="debug/Calculator.dll" 
header="CalculatorImpl.h"/>
+   </component>
+   -->
+
+   <externalService name="StockQuoteService">
+      <interface.cpp header="StockQuoteService.h"/>
+      <binding.ws 
port="http://swanandmokashi.com#wsdl.endpoint(StockQuotes/StockQuotesSoap)"/>
+   </externalService>
+
+   <!--wire>
+      <source.uri>MyValueServiceComponent/customerInfo</source.uri>
+      <target.uri>CustomerInfoComponent</target.uri>
+   </wire-->
+
+</composite>
    

Propchange: 
incubator/tuscany/cpp/sca/tools/scagen/junit/testinput/composites/MyValueServiceCompositeImplClassWithNamespace/sca.composite
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
incubator/tuscany/cpp/sca/tools/scagen/junit/testinput/composites/MyValueServiceCompositeImplClassWithNamespace/sca.composite
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Propchange: 
incubator/tuscany/cpp/sca/tools/scagen/junit/testinput/composites/MyValueServiceCompositeImplClassWithNamespaceButNotInClassAttr/MyValueImpl.componentType
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
incubator/tuscany/cpp/sca/tools/scagen/junit/testinput/composites/MyValueServiceCompositeImplClassWithNamespaceButNotInClassAttr/MyValueImpl.componentType
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Propchange: 
incubator/tuscany/cpp/sca/tools/scagen/junit/testinput/composites/MyValueServiceCompositeImplClassWithNamespaceButNotInClassAttr/sca.composite
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
incubator/tuscany/cpp/sca/tools/scagen/junit/testinput/composites/MyValueServiceCompositeImplClassWithNamespaceButNotInClassAttr/sca.composite
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Modified: 
incubator/tuscany/cpp/sca/tools/scagen/junit/testinput/composites/MyValueServiceCompositeIntfClassWithNamespace/MyValueImpl.componentType
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/tools/scagen/junit/testinput/composites/MyValueServiceCompositeIntfClassWithNamespace/MyValueImpl.componentType?view=diff&rev=452508&r1=452507&r2=452508
==============================================================================
--- 
incubator/tuscany/cpp/sca/tools/scagen/junit/testinput/composites/MyValueServiceCompositeIntfClassWithNamespace/MyValueImpl.componentType
 (original)
+++ 
incubator/tuscany/cpp/sca/tools/scagen/junit/testinput/composites/MyValueServiceCompositeIntfClassWithNamespace/MyValueImpl.componentType
 Tue Oct  3 07:27:59 2006
@@ -1,28 +1,28 @@
-<?xml version="1.0" encoding="ASCII"?>

-<!--

-/*

- *

- *  Copyright 2005 The Apache Software Foundation or its licensors, as 
applicable.

- *

- *  Licensed under the Apache License, Version 2.0 (the "License");

- *  you may not use this file except in compliance with the License.

- *  You may obtain a copy of the License at

- *

- *     http://www.apache.org/licenses/LICENSE-2.0

- *

- *  Unless required by applicable law or agreed to in writing, software

- *  distributed under the License is distributed on an "AS IS" BASIS,

- *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

- *  See the License for the specific language governing permissions and

- *  limitations under the License.

- */        

- -->

-<componentType xmlns="http://www.osoa.org/xmlns/sca/0.9";>

-

-    <service name="MyValueService">

-        <interface.cpp class="Other::MyValue" header="MyValue.h">

-        </interface.cpp>

-    </service>

-

-</componentType>

+<?xml version="1.0" encoding="ASCII"?>
+<!--
+/*
+ *
+ *  Copyright 2005 The Apache Software Foundation or its licensors, as 
applicable.
+ *
+ *  Licensed under the Apache License, Version 2.0 (the "License");
+ *  you may not use this file except in compliance with the License.
+ *  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ *  Unless required by applicable law or agreed to in writing, software
+ *  distributed under the License is distributed on an "AS IS" BASIS,
+ *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ *  See the License for the specific language governing permissions and
+ *  limitations under the License.
+ */        
+ -->
+<componentType xmlns="http://www.osoa.org/xmlns/sca/0.9";>
+
+    <service name="MyValueService">
+        <interface.cpp class="Other::MyValue" header="MyValue.h">
+        </interface.cpp>
+    </service>
+
+</componentType>
     

Propchange: 
incubator/tuscany/cpp/sca/tools/scagen/junit/testinput/composites/MyValueServiceCompositeIntfClassWithNamespace/MyValueImpl.componentType
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
incubator/tuscany/cpp/sca/tools/scagen/junit/testinput/composites/MyValueServiceCompositeIntfClassWithNamespace/MyValueImpl.componentType
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Modified: 
incubator/tuscany/cpp/sca/tools/scagen/junit/testinput/composites/MyValueServiceCompositeIntfClassWithNamespace/sca.composite
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/tools/scagen/junit/testinput/composites/MyValueServiceCompositeIntfClassWithNamespace/sca.composite?view=diff&rev=452508&r1=452507&r2=452508
==============================================================================
--- 
incubator/tuscany/cpp/sca/tools/scagen/junit/testinput/composites/MyValueServiceCompositeIntfClassWithNamespace/sca.composite
 (original)
+++ 
incubator/tuscany/cpp/sca/tools/scagen/junit/testinput/composites/MyValueServiceCompositeIntfClassWithNamespace/sca.composite
 Tue Oct  3 07:27:59 2006
@@ -1,48 +1,48 @@
-<?xml version="1.0" encoding="ASCII"?>

-<!--

-/*

- *

- *  Copyright 2005 The Apache Software Foundation or its licensors, as 
applicable.

- *

- *  Licensed under the Apache License, Version 2.0 (the "License");

- *  you may not use this file except in compliance with the License.

- *  You may obtain a copy of the License at

- *

- *     http://www.apache.org/licenses/LICENSE-2.0

- *

- *  Unless required by applicable law or agreed to in writing, software

- *  distributed under the License is distributed on an "AS IS" BASIS,

- *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

- *  See the License for the specific language governing permissions and

- *  limitations under the License.

- */        

- -->

-<composite xmlns="http://www.osoa.org/xmlns/sca/0.9"; 

-   xmlns:v="http://www.osoa.org/xmlns/sca/values/0.9"; 

-   xmlns:mvs="http://www.myvalue.org/MyValueService/";

-   name="MyValueServiceComposite">

-

-   <!-- Expose as a web service -->

-   <entryPoint name="MyValueServiceExport" multiplicity="1..1">

-      <interface.wsdl interface="" callbackInterface=""></interface.wsdl>

-      <binding.ws port="mvs:MyValueServiceSOAP"></binding.ws>

-      <reference>MyValueServiceComponent</reference>

-   </entryPoint>

-

-   <component name="MyValueServiceComponent">

-      <implementation.cpp dll="MyValue" 
header="MyValueImpl.hpp"></implementation.cpp>

-      <properties>

-      </properties>

-      <references>

-         <customerInfo>CustomerInfoComponent</customerInfo>

-         <stockQuote>StockQuoteService</stockQuote>

-      </references>

-   </component>

-

-   <!--wire>

-      <source.uri>MyValueServiceComponent/customerInfo</source.uri>

-      <target.uri>CustomerInfoComponent</target.uri>

-   </wire-->

-

-</composite>

+<?xml version="1.0" encoding="ASCII"?>
+<!--
+/*
+ *
+ *  Copyright 2005 The Apache Software Foundation or its licensors, as 
applicable.
+ *
+ *  Licensed under the Apache License, Version 2.0 (the "License");
+ *  you may not use this file except in compliance with the License.
+ *  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ *  Unless required by applicable law or agreed to in writing, software
+ *  distributed under the License is distributed on an "AS IS" BASIS,
+ *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ *  See the License for the specific language governing permissions and
+ *  limitations under the License.
+ */        
+ -->
+<composite xmlns="http://www.osoa.org/xmlns/sca/0.9"; 
+   xmlns:v="http://www.osoa.org/xmlns/sca/values/0.9"; 
+   xmlns:mvs="http://www.myvalue.org/MyValueService/";
+   name="MyValueServiceComposite">
+
+   <!-- Expose as a web service -->
+   <entryPoint name="MyValueServiceExport" multiplicity="1..1">
+      <interface.wsdl interface="" callbackInterface=""></interface.wsdl>
+      <binding.ws port="mvs:MyValueServiceSOAP"></binding.ws>
+      <reference>MyValueServiceComponent</reference>
+   </entryPoint>
+
+   <component name="MyValueServiceComponent">
+      <implementation.cpp dll="MyValue" 
header="MyValueImpl.hpp"></implementation.cpp>
+      <properties>
+      </properties>
+      <references>
+         <customerInfo>CustomerInfoComponent</customerInfo>
+         <stockQuote>StockQuoteService</stockQuote>
+      </references>
+   </component>
+
+   <!--wire>
+      <source.uri>MyValueServiceComponent/customerInfo</source.uri>
+      <target.uri>CustomerInfoComponent</target.uri>
+   </wire-->
+
+</composite>
    

Propchange: 
incubator/tuscany/cpp/sca/tools/scagen/junit/testinput/composites/MyValueServiceCompositeIntfClassWithNamespace/sca.composite
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
incubator/tuscany/cpp/sca/tools/scagen/junit/testinput/composites/MyValueServiceCompositeIntfClassWithNamespace/sca.composite
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Modified: 
incubator/tuscany/cpp/sca/tools/scagen/junit/testinput/composites/MyValueServiceCompositeIntfClassWithNamespaceButNotInClassAttr/MyValueImpl.componentType
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/tools/scagen/junit/testinput/composites/MyValueServiceCompositeIntfClassWithNamespaceButNotInClassAttr/MyValueImpl.componentType?view=diff&rev=452508&r1=452507&r2=452508
==============================================================================
--- 
incubator/tuscany/cpp/sca/tools/scagen/junit/testinput/composites/MyValueServiceCompositeIntfClassWithNamespaceButNotInClassAttr/MyValueImpl.componentType
 (original)
+++ 
incubator/tuscany/cpp/sca/tools/scagen/junit/testinput/composites/MyValueServiceCompositeIntfClassWithNamespaceButNotInClassAttr/MyValueImpl.componentType
 Tue Oct  3 07:27:59 2006
@@ -1,28 +1,28 @@
-<?xml version="1.0" encoding="ASCII"?>

-<!--

-/*

- *

- *  Copyright 2005 The Apache Software Foundation or its licensors, as 
applicable.

- *

- *  Licensed under the Apache License, Version 2.0 (the "License");

- *  you may not use this file except in compliance with the License.

- *  You may obtain a copy of the License at

- *

- *     http://www.apache.org/licenses/LICENSE-2.0

- *

- *  Unless required by applicable law or agreed to in writing, software

- *  distributed under the License is distributed on an "AS IS" BASIS,

- *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

- *  See the License for the specific language governing permissions and

- *  limitations under the License.

- */        

- -->

-<componentType xmlns="http://www.osoa.org/xmlns/sca/0.9";>

-

-    <service name="MyValueService">

-        <interface.cpp header="MyValue.h">

-        </interface.cpp>

-    </service>

-

-</componentType>

+<?xml version="1.0" encoding="ASCII"?>
+<!--
+/*
+ *
+ *  Copyright 2005 The Apache Software Foundation or its licensors, as 
applicable.
+ *
+ *  Licensed under the Apache License, Version 2.0 (the "License");
+ *  you may not use this file except in compliance with the License.
+ *  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ *  Unless required by applicable law or agreed to in writing, software
+ *  distributed under the License is distributed on an "AS IS" BASIS,
+ *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ *  See the License for the specific language governing permissions and
+ *  limitations under the License.
+ */        
+ -->
+<componentType xmlns="http://www.osoa.org/xmlns/sca/0.9";>
+
+    <service name="MyValueService">
+        <interface.cpp header="MyValue.h">
+        </interface.cpp>
+    </service>
+
+</componentType>
     

Propchange: 
incubator/tuscany/cpp/sca/tools/scagen/junit/testinput/composites/MyValueServiceCompositeIntfClassWithNamespaceButNotInClassAttr/MyValueImpl.componentType
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
incubator/tuscany/cpp/sca/tools/scagen/junit/testinput/composites/MyValueServiceCompositeIntfClassWithNamespaceButNotInClassAttr/MyValueImpl.componentType
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Modified: 
incubator/tuscany/cpp/sca/tools/scagen/junit/testinput/composites/MyValueServiceCompositeIntfClassWithNamespaceButNotInClassAttr/sca.composite
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/tools/scagen/junit/testinput/composites/MyValueServiceCompositeIntfClassWithNamespaceButNotInClassAttr/sca.composite?view=diff&rev=452508&r1=452507&r2=452508
==============================================================================
--- 
incubator/tuscany/cpp/sca/tools/scagen/junit/testinput/composites/MyValueServiceCompositeIntfClassWithNamespaceButNotInClassAttr/sca.composite
 (original)
+++ 
incubator/tuscany/cpp/sca/tools/scagen/junit/testinput/composites/MyValueServiceCompositeIntfClassWithNamespaceButNotInClassAttr/sca.composite
 Tue Oct  3 07:27:59 2006
@@ -1,48 +1,48 @@
-<?xml version="1.0" encoding="ASCII"?>

-<!--

-/*

- *

- *  Copyright 2005 The Apache Software Foundation or its licensors, as 
applicable.

- *

- *  Licensed under the Apache License, Version 2.0 (the "License");

- *  you may not use this file except in compliance with the License.

- *  You may obtain a copy of the License at

- *

- *     http://www.apache.org/licenses/LICENSE-2.0

- *

- *  Unless required by applicable law or agreed to in writing, software

- *  distributed under the License is distributed on an "AS IS" BASIS,

- *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

- *  See the License for the specific language governing permissions and

- *  limitations under the License.

- */        

- -->

-<composite xmlns="http://www.osoa.org/xmlns/sca/0.9"; 

-   xmlns:v="http://www.osoa.org/xmlns/sca/values/0.9"; 

-   xmlns:mvs="http://www.myvalue.org/MyValueService/";

-   name="MyValueServiceComposite">

-

-   <!-- Expose as a web service -->

-   <entryPoint name="MyValueServiceExport" multiplicity="1..1">

-      <interface.wsdl interface="" callbackInterface=""></interface.wsdl>

-      <binding.ws port="mvs:MyValueServiceSOAP"></binding.ws>

-      <reference>MyValueServiceComponent</reference>

-   </entryPoint>

-

-   <component name="MyValueServiceComponent">

-      <implementation.cpp dll="MyValue" 
header="MyValueImpl.hpp"></implementation.cpp>

-      <properties>

-      </properties>

-      <references>

-         <customerInfo>CustomerInfoComponent</customerInfo>

-         <stockQuote>StockQuoteService</stockQuote>

-      </references>

-   </component>

-

-   <!--wire>

-      <source.uri>MyValueServiceComponent/customerInfo</source.uri>

-      <target.uri>CustomerInfoComponent</target.uri>

-   </wire-->

-

-</composite>

+<?xml version="1.0" encoding="ASCII"?>
+<!--
+/*
+ *
+ *  Copyright 2005 The Apache Software Foundation or its licensors, as 
applicable.
+ *
+ *  Licensed under the Apache License, Version 2.0 (the "License");
+ *  you may not use this file except in compliance with the License.
+ *  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ *  Unless required by applicable law or agreed to in writing, software
+ *  distributed under the License is distributed on an "AS IS" BASIS,
+ *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ *  See the License for the specific language governing permissions and
+ *  limitations under the License.
+ */        
+ -->
+<composite xmlns="http://www.osoa.org/xmlns/sca/0.9"; 
+   xmlns:v="http://www.osoa.org/xmlns/sca/values/0.9"; 
+   xmlns:mvs="http://www.myvalue.org/MyValueService/";
+   name="MyValueServiceComposite">
+
+   <!-- Expose as a web service -->
+   <entryPoint name="MyValueServiceExport" multiplicity="1..1">
+      <interface.wsdl interface="" callbackInterface=""></interface.wsdl>
+      <binding.ws port="mvs:MyValueServiceSOAP"></binding.ws>
+      <reference>MyValueServiceComponent</reference>
+   </entryPoint>
+
+   <component name="MyValueServiceComponent">
+      <implementation.cpp dll="MyValue" 
header="MyValueImpl.hpp"></implementation.cpp>
+      <properties>
+      </properties>
+      <references>
+         <customerInfo>CustomerInfoComponent</customerInfo>
+         <stockQuote>StockQuoteService</stockQuote>
+      </references>
+   </component>
+
+   <!--wire>
+      <source.uri>MyValueServiceComponent/customerInfo</source.uri>
+      <target.uri>CustomerInfoComponent</target.uri>
+   </wire-->
+
+</composite>
    

Propchange: 
incubator/tuscany/cpp/sca/tools/scagen/junit/testinput/composites/MyValueServiceCompositeIntfClassWithNamespaceButNotInClassAttr/sca.composite
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
incubator/tuscany/cpp/sca/tools/scagen/junit/testinput/composites/MyValueServiceCompositeIntfClassWithNamespaceButNotInClassAttr/sca.composite
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Modified: 
incubator/tuscany/cpp/sca/tools/scagen/junit/testinput/composites/MyValueServiceCompositeTwoClasses/CustomerInfoImpl.componentType
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/tools/scagen/junit/testinput/composites/MyValueServiceCompositeTwoClasses/CustomerInfoImpl.componentType?view=diff&rev=452508&r1=452507&r2=452508
==============================================================================
--- 
incubator/tuscany/cpp/sca/tools/scagen/junit/testinput/composites/MyValueServiceCompositeTwoClasses/CustomerInfoImpl.componentType
 (original)
+++ 
incubator/tuscany/cpp/sca/tools/scagen/junit/testinput/composites/MyValueServiceCompositeTwoClasses/CustomerInfoImpl.componentType
 Tue Oct  3 07:27:59 2006
@@ -1,32 +1,32 @@
-<?xml version="1.0" encoding="ASCII"?>

-<!--

-/*

- *

- *  Copyright 2005 The Apache Software Foundation or its licensors, as 
applicable.

- *

- *  Licensed under the Apache License, Version 2.0 (the "License");

- *  you may not use this file except in compliance with the License.

- *  You may obtain a copy of the License at

- *

- *     http://www.apache.org/licenses/LICENSE-2.0

- *

- *  Unless required by applicable law or agreed to in writing, software

- *  distributed under the License is distributed on an "AS IS" BASIS,

- *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

- *  See the License for the specific language governing permissions and

- *  limitations under the License.

- */        

- -->

-<componentType xmlns="http://www.osoa.org/xmlns/sca/0.9";

-               xmlns:xs="http://www.w3.org/2001/XMLSchema";>

-

-    <service name="CustomerInfoService">

-        <interface.cpp header="/CustomerInfo.h">

-        </interface.cpp>

-    </service>

-

-    <property name="Fred" type="xs:string"/>

-    <property name="Joe" type="xs:integer" many="true"/>

-

-</componentType>

+<?xml version="1.0" encoding="ASCII"?>
+<!--
+/*
+ *
+ *  Copyright 2005 The Apache Software Foundation or its licensors, as 
applicable.
+ *
+ *  Licensed under the Apache License, Version 2.0 (the "License");
+ *  you may not use this file except in compliance with the License.
+ *  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ *  Unless required by applicable law or agreed to in writing, software
+ *  distributed under the License is distributed on an "AS IS" BASIS,
+ *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ *  See the License for the specific language governing permissions and
+ *  limitations under the License.
+ */        
+ -->
+<componentType xmlns="http://www.osoa.org/xmlns/sca/0.9";
+               xmlns:xs="http://www.w3.org/2001/XMLSchema";>
+
+    <service name="CustomerInfoService">
+        <interface.cpp header="/CustomerInfo.h">
+        </interface.cpp>
+    </service>
+
+    <property name="Fred" type="xs:string"/>
+    <property name="Joe" type="xs:integer" many="true"/>
+
+</componentType>
     

Propchange: 
incubator/tuscany/cpp/sca/tools/scagen/junit/testinput/composites/MyValueServiceCompositeTwoClasses/CustomerInfoImpl.componentType
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
incubator/tuscany/cpp/sca/tools/scagen/junit/testinput/composites/MyValueServiceCompositeTwoClasses/CustomerInfoImpl.componentType
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Modified: 
incubator/tuscany/cpp/sca/tools/scagen/junit/testinput/composites/MyValueServiceCompositeTwoClasses/MyValueImpl.componentType
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/tools/scagen/junit/testinput/composites/MyValueServiceCompositeTwoClasses/MyValueImpl.componentType?view=diff&rev=452508&r1=452507&r2=452508
==============================================================================
--- 
incubator/tuscany/cpp/sca/tools/scagen/junit/testinput/composites/MyValueServiceCompositeTwoClasses/MyValueImpl.componentType
 (original)
+++ 
incubator/tuscany/cpp/sca/tools/scagen/junit/testinput/composites/MyValueServiceCompositeTwoClasses/MyValueImpl.componentType
 Tue Oct  3 07:27:59 2006
@@ -1,38 +1,38 @@
-<?xml version="1.0" encoding="ASCII"?>

-<!--

-/*

- *

- *  Copyright 2005 The Apache Software Foundation or its licensors, as 
applicable.

- *

- *  Licensed under the Apache License, Version 2.0 (the "License");

- *  you may not use this file except in compliance with the License.

- *  You may obtain a copy of the License at

- *

- *     http://www.apache.org/licenses/LICENSE-2.0

- *

- *  Unless required by applicable law or agreed to in writing, software

- *  distributed under the License is distributed on an "AS IS" BASIS,

- *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

- *  See the License for the specific language governing permissions and

- *  limitations under the License.

- */        

- -->

-<componentType xmlns="http://www.osoa.org/xmlns/sca/0.9";>

-

-    <service name="MyValueService">

-        <interface.cpp class="MyValue" header="MyValue.h">

-        </interface.cpp>

-    </service>

-

-    <reference name="customerInfo">

-        <interface.cpp header="CustomerInfo.h">

-        </interface.cpp>

-    </reference>

-

-    <reference name="stockQuote">

-        <interface.cpp header="StockQuoteService.h">

-        </interface.cpp>

-    </reference>

-

-</componentType>

+<?xml version="1.0" encoding="ASCII"?>
+<!--
+/*
+ *
+ *  Copyright 2005 The Apache Software Foundation or its licensors, as 
applicable.
+ *
+ *  Licensed under the Apache License, Version 2.0 (the "License");
+ *  you may not use this file except in compliance with the License.
+ *  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ *  Unless required by applicable law or agreed to in writing, software
+ *  distributed under the License is distributed on an "AS IS" BASIS,
+ *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ *  See the License for the specific language governing permissions and
+ *  limitations under the License.
+ */        
+ -->
+<componentType xmlns="http://www.osoa.org/xmlns/sca/0.9";>
+
+    <service name="MyValueService">
+        <interface.cpp class="MyValue" header="MyValue.h">
+        </interface.cpp>
+    </service>
+
+    <reference name="customerInfo">
+        <interface.cpp header="CustomerInfo.h">
+        </interface.cpp>
+    </reference>
+
+    <reference name="stockQuote">
+        <interface.cpp header="StockQuoteService.h">
+        </interface.cpp>
+    </reference>
+
+</componentType>
     

Propchange: 
incubator/tuscany/cpp/sca/tools/scagen/junit/testinput/composites/MyValueServiceCompositeTwoClasses/MyValueImpl.componentType
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
incubator/tuscany/cpp/sca/tools/scagen/junit/testinput/composites/MyValueServiceCompositeTwoClasses/MyValueImpl.componentType
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Modified: 
incubator/tuscany/cpp/sca/tools/scagen/junit/testinput/composites/MyValueServiceCompositeTwoClasses/sca.composite
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/tools/scagen/junit/testinput/composites/MyValueServiceCompositeTwoClasses/sca.composite?view=diff&rev=452508&r1=452507&r2=452508
==============================================================================
--- 
incubator/tuscany/cpp/sca/tools/scagen/junit/testinput/composites/MyValueServiceCompositeTwoClasses/sca.composite
 (original)
+++ 
incubator/tuscany/cpp/sca/tools/scagen/junit/testinput/composites/MyValueServiceCompositeTwoClasses/sca.composite
 Tue Oct  3 07:27:59 2006
@@ -1,59 +1,59 @@
-<?xml version="1.0" encoding="ASCII"?>

-<!--

-/*

- *

- *  Copyright 2005 The Apache Software Foundation or its licensors, as 
applicable.

- *

- *  Licensed under the Apache License, Version 2.0 (the "License");

- *  you may not use this file except in compliance with the License.

- *  You may obtain a copy of the License at

- *

- *     http://www.apache.org/licenses/LICENSE-2.0

- *

- *  Unless required by applicable law or agreed to in writing, software

- *  distributed under the License is distributed on an "AS IS" BASIS,

- *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

- *  See the License for the specific language governing permissions and

- *  limitations under the License.

- */        

- -->

-<composite xmlns="http://www.osoa.org/xmlns/sca/0.9"; 

-   xmlns:v="http://www.osoa.org/xmlns/sca/values/0.9"; 

-   xmlns:mvs="http://www.myvalue.org/MyValueService/";

-   name="MyValueServiceComposite">

-

-   <!-- Expose as a web service -->

-   <entryPoint name="MyValueServiceExport" multiplicity="1..1">

-      <interface.wsdl interface="" callbackInterface=""></interface.wsdl>

-      <binding.ws port="mvs:MyValueServiceSOAP"></binding.ws>

-      <reference>MyValueServiceComponent</reference>

-   </entryPoint>

-

-   <component name="MyValueServiceComponent">

-      <implementation.cpp dll="MyValue" 
header="MyValueImpl.hpp"></implementation.cpp>

-      <properties>

-      </properties>

-      <references>

-         <customerInfo>CustomerInfoComponent</customerInfo>

-         <stockQuote>StockQuoteService</stockQuote>

-      </references>

-   </component>

-   

-   <!--

-   <component name="Calculator">

-      <implementation.cpp dll="debug/Calculator.dll" 
header="CalculatorImpl.h"/>

-   </component>

-   -->

-

-   <externalService name="StockQuoteService">

-      <interface.cpp header="StockQuoteService.h"/>

-      <binding.ws 
port="http://swanandmokashi.com#wsdl.endpoint(StockQuotes/StockQuotesSoap)"/>

-   </externalService>

-

-   <!--wire>

-      <source.uri>MyValueServiceComponent/customerInfo</source.uri>

-      <target.uri>CustomerInfoComponent</target.uri>

-   </wire-->

-

-</composite>

+<?xml version="1.0" encoding="ASCII"?>
+<!--
+/*
+ *
+ *  Copyright 2005 The Apache Software Foundation or its licensors, as 
applicable.
+ *
+ *  Licensed under the Apache License, Version 2.0 (the "License");
+ *  you may not use this file except in compliance with the License.
+ *  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ *  Unless required by applicable law or agreed to in writing, software
+ *  distributed under the License is distributed on an "AS IS" BASIS,
+ *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ *  See the License for the specific language governing permissions and
+ *  limitations under the License.
+ */        
+ -->
+<composite xmlns="http://www.osoa.org/xmlns/sca/0.9"; 
+   xmlns:v="http://www.osoa.org/xmlns/sca/values/0.9"; 
+   xmlns:mvs="http://www.myvalue.org/MyValueService/";
+   name="MyValueServiceComposite">
+
+   <!-- Expose as a web service -->
+   <entryPoint name="MyValueServiceExport" multiplicity="1..1">
+      <interface.wsdl interface="" callbackInterface=""></interface.wsdl>
+      <binding.ws port="mvs:MyValueServiceSOAP"></binding.ws>
+      <reference>MyValueServiceComponent</reference>
+   </entryPoint>
+
+   <component name="MyValueServiceComponent">
+      <implementation.cpp dll="MyValue" 
header="MyValueImpl.hpp"></implementation.cpp>
+      <properties>
+      </properties>
+      <references>
+         <customerInfo>CustomerInfoComponent</customerInfo>
+         <stockQuote>StockQuoteService</stockQuote>
+      </references>
+   </component>
+   
+   <!--
+   <component name="Calculator">
+      <implementation.cpp dll="debug/Calculator.dll" 
header="CalculatorImpl.h"/>
+   </component>
+   -->
+
+   <externalService name="StockQuoteService">
+      <interface.cpp header="StockQuoteService.h"/>
+      <binding.ws 
port="http://swanandmokashi.com#wsdl.endpoint(StockQuotes/StockQuotesSoap)"/>
+   </externalService>
+
+   <!--wire>
+      <source.uri>MyValueServiceComponent/customerInfo</source.uri>
+      <target.uri>CustomerInfoComponent</target.uri>
+   </wire-->
+
+</composite>
    

Propchange: 
incubator/tuscany/cpp/sca/tools/scagen/junit/testinput/composites/MyValueServiceCompositeTwoClasses/sca.composite
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
incubator/tuscany/cpp/sca/tools/scagen/junit/testinput/composites/MyValueServiceCompositeTwoClasses/sca.composite
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Modified: 
incubator/tuscany/cpp/sca/tools/scagen/junit/testinput/composites/SimplePublicPrivateProtectedTest/CustomerInfoImpl.componentType
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/tools/scagen/junit/testinput/composites/SimplePublicPrivateProtectedTest/CustomerInfoImpl.componentType?view=diff&rev=452508&r1=452507&r2=452508
==============================================================================
--- 
incubator/tuscany/cpp/sca/tools/scagen/junit/testinput/composites/SimplePublicPrivateProtectedTest/CustomerInfoImpl.componentType
 (original)
+++ 
incubator/tuscany/cpp/sca/tools/scagen/junit/testinput/composites/SimplePublicPrivateProtectedTest/CustomerInfoImpl.componentType
 Tue Oct  3 07:27:59 2006
@@ -1,32 +1,32 @@
-<?xml version="1.0" encoding="ASCII"?>

-<!--

-/*

- *

- *  Copyright 2005 The Apache Software Foundation or its licensors, as 
applicable.

- *

- *  Licensed under the Apache License, Version 2.0 (the "License");

- *  you may not use this file except in compliance with the License.

- *  You may obtain a copy of the License at

- *

- *     http://www.apache.org/licenses/LICENSE-2.0

- *

- *  Unless required by applicable law or agreed to in writing, software

- *  distributed under the License is distributed on an "AS IS" BASIS,

- *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

- *  See the License for the specific language governing permissions and

- *  limitations under the License.

- */        

- -->

-<componentType xmlns="http://www.osoa.org/xmlns/sca/0.9";

-               xmlns:xs="http://www.w3.org/2001/XMLSchema";>

-

-    <service name="CustomerInfoService">

-        <interface.cpp header="/CustomerInfo.h">

-        </interface.cpp>

-    </service>

-

-    <property name="Fred" type="xs:string"/>

-    <property name="Joe" type="xs:integer" many="true"/>

-

-</componentType>

+<?xml version="1.0" encoding="ASCII"?>
+<!--
+/*
+ *
+ *  Copyright 2005 The Apache Software Foundation or its licensors, as 
applicable.
+ *
+ *  Licensed under the Apache License, Version 2.0 (the "License");
+ *  you may not use this file except in compliance with the License.
+ *  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ *  Unless required by applicable law or agreed to in writing, software
+ *  distributed under the License is distributed on an "AS IS" BASIS,
+ *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ *  See the License for the specific language governing permissions and
+ *  limitations under the License.
+ */        
+ -->
+<componentType xmlns="http://www.osoa.org/xmlns/sca/0.9";
+               xmlns:xs="http://www.w3.org/2001/XMLSchema";>
+
+    <service name="CustomerInfoService">
+        <interface.cpp header="/CustomerInfo.h">
+        </interface.cpp>
+    </service>
+
+    <property name="Fred" type="xs:string"/>
+    <property name="Joe" type="xs:integer" many="true"/>
+
+</componentType>
     

Propchange: 
incubator/tuscany/cpp/sca/tools/scagen/junit/testinput/composites/SimplePublicPrivateProtectedTest/CustomerInfoImpl.componentType
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
incubator/tuscany/cpp/sca/tools/scagen/junit/testinput/composites/SimplePublicPrivateProtectedTest/CustomerInfoImpl.componentType
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Propchange: 
incubator/tuscany/cpp/sca/tools/scagen/src/org/apache/tuscany/sca/cpp/tools/common/package.html
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Propchange: 
incubator/tuscany/cpp/sca/tools/scagen/src/org/apache/tuscany/sca/cpp/tools/services/package.html
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Propchange: incubator/tuscany/cpp/sdo/GettingStarted.html
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Propchange: incubator/tuscany/cpp/sdo/doc/css/maven-base.css
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Propchange: incubator/tuscany/cpp/sdo/doc/css/maven-theme.css
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Propchange: incubator/tuscany/cpp/sdo/samples/GettingStarted.html
------------------------------------------------------------------------------
    svn:keywords = Rev Date



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to