Modified: 
incubator/tuscany/cpp/sca/samples/SupplyChain/supplychain.logging/LoggerImpl.componentType
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/samples/SupplyChain/supplychain.logging/LoggerImpl.componentType?view=diff&rev=451868&r1=451867&r2=451868
==============================================================================
--- 
incubator/tuscany/cpp/sca/samples/SupplyChain/supplychain.logging/LoggerImpl.componentType
 (original)
+++ 
incubator/tuscany/cpp/sca/samples/SupplyChain/supplychain.logging/LoggerImpl.componentType
 Sun Oct  1 20:54:08 2006
@@ -1,25 +1,25 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<!--

-  Copyright 2006 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/1.0";

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

-

-       <service name="LoggingService">

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

+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Copyright 2006 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/1.0";
+               xmlns:xs="http://www.w3.org/2001/XMLSchema";>
+
+       <service name="LoggingService">
+               <interface.cpp header="Logging.h"/>
        </service>
        
 </componentType>

Modified: 
incubator/tuscany/cpp/sca/samples/SupplyChain/supplychain.manufacturer/ManufacturerImpl.componentType
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/samples/SupplyChain/supplychain.manufacturer/ManufacturerImpl.componentType?view=diff&rev=451868&r1=451867&r2=451868
==============================================================================
--- 
incubator/tuscany/cpp/sca/samples/SupplyChain/supplychain.manufacturer/ManufacturerImpl.componentType
 (original)
+++ 
incubator/tuscany/cpp/sca/samples/SupplyChain/supplychain.manufacturer/ManufacturerImpl.componentType
 Sun Oct  1 20:54:08 2006
@@ -1,35 +1,35 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<!--

-  Copyright 2006 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/1.0";

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

-

-       <service name="ManufacturerService">

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

+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Copyright 2006 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/1.0";
+               xmlns:xs="http://www.w3.org/2001/XMLSchema";>
+
+       <service name="ManufacturerService">
+               <interface.cpp header="Manufacturer.h"/>
        </service>
        
        <reference name="callback">
                <interface.cpp header="WarehouseCallback.h"/>
-       </reference>

+       </reference>
 
        <reference name="logging">
                <interface.cpp header="Logging.h"/>
        </reference>
 
-       <property name="manufacturerID" type="xs:string"/>

-

+       <property name="manufacturerID" type="xs:string"/>
+
 </componentType>

Modified: 
incubator/tuscany/cpp/sca/samples/SupplyChain/supplychain.retailer/RetailerImpl.componentType
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/samples/SupplyChain/supplychain.retailer/RetailerImpl.componentType?view=diff&rev=451868&r1=451867&r2=451868
==============================================================================
--- 
incubator/tuscany/cpp/sca/samples/SupplyChain/supplychain.retailer/RetailerImpl.componentType
 (original)
+++ 
incubator/tuscany/cpp/sca/samples/SupplyChain/supplychain.retailer/RetailerImpl.componentType
 Sun Oct  1 20:54:08 2006
@@ -1,27 +1,27 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<!--

-  Copyright 2006 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/1.0";

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

-

-       <service name="RetailerService">

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

-       </service>

-

+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Copyright 2006 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/1.0";
+               xmlns:xs="http://www.w3.org/2001/XMLSchema";>
+
+       <service name="RetailerService">
+               <interface.cpp header="Retailer.h"/>
+       </service>
+
        <reference name="warehouses" multiplicity="0..n">
                <interface.cpp header="Warehouse.h"/>
        </reference>
@@ -30,5 +30,5 @@
                <interface.cpp header="Logging.h"/>
        </reference>
 
-</componentType>

+</componentType>
        

Modified: 
incubator/tuscany/cpp/sca/samples/SupplyChain/supplychain.warehouse/WarehouseCallbackImpl.componentType
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/samples/SupplyChain/supplychain.warehouse/WarehouseCallbackImpl.componentType?view=diff&rev=451868&r1=451867&r2=451868
==============================================================================
--- 
incubator/tuscany/cpp/sca/samples/SupplyChain/supplychain.warehouse/WarehouseCallbackImpl.componentType
 (original)
+++ 
incubator/tuscany/cpp/sca/samples/SupplyChain/supplychain.warehouse/WarehouseCallbackImpl.componentType
 Sun Oct  1 20:54:08 2006
@@ -1,25 +1,25 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<!--

-  Copyright 2006 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/1.0";

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

-

-       <service name="WarehouseCallbackService">

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

+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Copyright 2006 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/1.0";
+               xmlns:xs="http://www.w3.org/2001/XMLSchema";>
+
+       <service name="WarehouseCallbackService">
+               <interface.cpp header="WarehouseCallback.h"/>
        </service>
        
        <reference name="logging">

Modified: 
incubator/tuscany/cpp/sca/samples/SupplyChain/supplychain.warehouse/WarehouseImpl.componentType
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/samples/SupplyChain/supplychain.warehouse/WarehouseImpl.componentType?view=diff&rev=451868&r1=451867&r2=451868
==============================================================================
--- 
incubator/tuscany/cpp/sca/samples/SupplyChain/supplychain.warehouse/WarehouseImpl.componentType
 (original)
+++ 
incubator/tuscany/cpp/sca/samples/SupplyChain/supplychain.warehouse/WarehouseImpl.componentType
 Sun Oct  1 20:54:08 2006
@@ -1,35 +1,35 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<!--

-  Copyright 2006 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/1.0";

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

-

-       <service name="WarehouseService">

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

+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Copyright 2006 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/1.0";
+               xmlns:xs="http://www.w3.org/2001/XMLSchema";>
+
+       <service name="WarehouseService">
+               <interface.cpp header="Warehouse.h"/>
        </service>
        
        <reference name="manufacturer">
                <interface.cpp header="Manufacturer.h"/>
-       </reference>

+       </reference>
 
        <reference name="logging">
                <interface.cpp header="Logging.h"/>
        </reference>
 
-       <property name="warehouseID" type="xs:string"/>

-

+       <property name="warehouseID" type="xs:string"/>
+
 </componentType>



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

Reply via email to