From fdd5b43d3c139cf2cbd1655d2efbfaf9032a5b5e Mon Sep 17 00:00:00 2001 From: lresende Date: Wed, 11 Nov 2009 23:14:18 +0000 Subject: Moving 1.x branches git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@835145 13f79535-47bb-0310-9956-ffa450edef68 --- .../resources/factory/ds/Customer.componentType | 34 ++++++ .../resources/factory/ds/Retailer.componentType | 29 +++++ .../resources/factory/ds/Shipper.componentType | 29 +++++ .../resources/factory/ds/Warehouse.componentType | 28 +++++ .../resources/factory/ds/factory-ds-test.composite | 130 +++++++++++++++++++++ 5 files changed, 250 insertions(+) create mode 100644 sca-java-1.x/branches/sca-java-1.5.1/itest/osgi-implementation/src/main/resources/factory/ds/Customer.componentType create mode 100644 sca-java-1.x/branches/sca-java-1.5.1/itest/osgi-implementation/src/main/resources/factory/ds/Retailer.componentType create mode 100644 sca-java-1.x/branches/sca-java-1.5.1/itest/osgi-implementation/src/main/resources/factory/ds/Shipper.componentType create mode 100644 sca-java-1.x/branches/sca-java-1.5.1/itest/osgi-implementation/src/main/resources/factory/ds/Warehouse.componentType create mode 100644 sca-java-1.x/branches/sca-java-1.5.1/itest/osgi-implementation/src/main/resources/factory/ds/factory-ds-test.composite (limited to 'sca-java-1.x/branches/sca-java-1.5.1/itest/osgi-implementation/src/main/resources/factory/ds') diff --git a/sca-java-1.x/branches/sca-java-1.5.1/itest/osgi-implementation/src/main/resources/factory/ds/Customer.componentType b/sca-java-1.x/branches/sca-java-1.5.1/itest/osgi-implementation/src/main/resources/factory/ds/Customer.componentType new file mode 100644 index 0000000000..1fd551be3b --- /dev/null +++ b/sca-java-1.x/branches/sca-java-1.5.1/itest/osgi-implementation/src/main/resources/factory/ds/Customer.componentType @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + diff --git a/sca-java-1.x/branches/sca-java-1.5.1/itest/osgi-implementation/src/main/resources/factory/ds/Retailer.componentType b/sca-java-1.x/branches/sca-java-1.5.1/itest/osgi-implementation/src/main/resources/factory/ds/Retailer.componentType new file mode 100644 index 0000000000..5599c44bc3 --- /dev/null +++ b/sca-java-1.x/branches/sca-java-1.5.1/itest/osgi-implementation/src/main/resources/factory/ds/Retailer.componentType @@ -0,0 +1,29 @@ + + + + + + + + + + default + + diff --git a/sca-java-1.x/branches/sca-java-1.5.1/itest/osgi-implementation/src/main/resources/factory/ds/Shipper.componentType b/sca-java-1.x/branches/sca-java-1.5.1/itest/osgi-implementation/src/main/resources/factory/ds/Shipper.componentType new file mode 100644 index 0000000000..8743f8c145 --- /dev/null +++ b/sca-java-1.x/branches/sca-java-1.5.1/itest/osgi-implementation/src/main/resources/factory/ds/Shipper.componentType @@ -0,0 +1,29 @@ + + + + + + + + + + default + + diff --git a/sca-java-1.x/branches/sca-java-1.5.1/itest/osgi-implementation/src/main/resources/factory/ds/Warehouse.componentType b/sca-java-1.x/branches/sca-java-1.5.1/itest/osgi-implementation/src/main/resources/factory/ds/Warehouse.componentType new file mode 100644 index 0000000000..d349edf265 --- /dev/null +++ b/sca-java-1.x/branches/sca-java-1.5.1/itest/osgi-implementation/src/main/resources/factory/ds/Warehouse.componentType @@ -0,0 +1,28 @@ + + + + + + + + + + + diff --git a/sca-java-1.x/branches/sca-java-1.5.1/itest/osgi-implementation/src/main/resources/factory/ds/factory-ds-test.composite b/sca-java-1.x/branches/sca-java-1.5.1/itest/osgi-implementation/src/main/resources/factory/ds/factory-ds-test.composite new file mode 100644 index 0000000000..0b8d2e5851 --- /dev/null +++ b/sca-java-1.x/branches/sca-java-1.5.1/itest/osgi-implementation/src/main/resources/factory/ds/factory-ds-test.composite @@ -0,0 +1,130 @@ + + + + + + + + + amazon.com + + + play.com + + + ebay.com + + + + + + + + + + + + + + amazon.com + + + + + + amazon.com + + + + + + play.com + + + + + play.com + + + + + + ebay.com + + + + + ebay.com + + + + + + + + + + + + + + + + + + + + + RoyalMail + + + + + RoyalMail + + + + + + + ParcelForce + + + + + ParcelForce + + + + + -- cgit v1.2.3