From 5d83de3646c6f1b07d2221f5586088deeca27d0a Mon Sep 17 00:00:00 2001 From: slaws Date: Tue, 6 Oct 2009 14:24:43 +0000 Subject: Branch for 1.5.2 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@822292 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 branches/sca-java-1.5.2/itest/osgi-implementation/src/main/resources/factory/ds/Customer.componentType create mode 100644 branches/sca-java-1.5.2/itest/osgi-implementation/src/main/resources/factory/ds/Retailer.componentType create mode 100644 branches/sca-java-1.5.2/itest/osgi-implementation/src/main/resources/factory/ds/Shipper.componentType create mode 100644 branches/sca-java-1.5.2/itest/osgi-implementation/src/main/resources/factory/ds/Warehouse.componentType create mode 100644 branches/sca-java-1.5.2/itest/osgi-implementation/src/main/resources/factory/ds/factory-ds-test.composite (limited to 'branches/sca-java-1.5.2/itest/osgi-implementation/src/main/resources/factory/ds') diff --git a/branches/sca-java-1.5.2/itest/osgi-implementation/src/main/resources/factory/ds/Customer.componentType b/branches/sca-java-1.5.2/itest/osgi-implementation/src/main/resources/factory/ds/Customer.componentType new file mode 100644 index 0000000000..1fd551be3b --- /dev/null +++ b/branches/sca-java-1.5.2/itest/osgi-implementation/src/main/resources/factory/ds/Customer.componentType @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + diff --git a/branches/sca-java-1.5.2/itest/osgi-implementation/src/main/resources/factory/ds/Retailer.componentType b/branches/sca-java-1.5.2/itest/osgi-implementation/src/main/resources/factory/ds/Retailer.componentType new file mode 100644 index 0000000000..5599c44bc3 --- /dev/null +++ b/branches/sca-java-1.5.2/itest/osgi-implementation/src/main/resources/factory/ds/Retailer.componentType @@ -0,0 +1,29 @@ + + + + + + + + + + default + + diff --git a/branches/sca-java-1.5.2/itest/osgi-implementation/src/main/resources/factory/ds/Shipper.componentType b/branches/sca-java-1.5.2/itest/osgi-implementation/src/main/resources/factory/ds/Shipper.componentType new file mode 100644 index 0000000000..8743f8c145 --- /dev/null +++ b/branches/sca-java-1.5.2/itest/osgi-implementation/src/main/resources/factory/ds/Shipper.componentType @@ -0,0 +1,29 @@ + + + + + + + + + + default + + diff --git a/branches/sca-java-1.5.2/itest/osgi-implementation/src/main/resources/factory/ds/Warehouse.componentType b/branches/sca-java-1.5.2/itest/osgi-implementation/src/main/resources/factory/ds/Warehouse.componentType new file mode 100644 index 0000000000..d349edf265 --- /dev/null +++ b/branches/sca-java-1.5.2/itest/osgi-implementation/src/main/resources/factory/ds/Warehouse.componentType @@ -0,0 +1,28 @@ + + + + + + + + + + + diff --git a/branches/sca-java-1.5.2/itest/osgi-implementation/src/main/resources/factory/ds/factory-ds-test.composite b/branches/sca-java-1.5.2/itest/osgi-implementation/src/main/resources/factory/ds/factory-ds-test.composite new file mode 100644 index 0000000000..0b8d2e5851 --- /dev/null +++ b/branches/sca-java-1.5.2/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