From bdd0a41aed7edf21ec2a65cfa17a86af2ef8c48a Mon Sep 17 00:00:00 2001 From: dims Date: Tue, 17 Jun 2008 00:23:01 +0000 Subject: Move Tuscany from Incubator to top level. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@668359 13f79535-47bb-0310-9956-ffa450edef68 --- .../resources/wiring/ds/Customer.componentType | 34 +++++ .../resources/wiring/ds/Retailer.componentType | 29 ++++ .../main/resources/wiring/ds/Shipper.componentType | 29 ++++ .../resources/wiring/ds/Warehouse.componentType | 28 ++++ .../resources/wiring/ds/wiring-ds-test1.composite | 136 +++++++++++++++++++ .../resources/wiring/ds/wiring-ds-test2.composite | 151 +++++++++++++++++++++ 6 files changed, 407 insertions(+) create mode 100644 sandbox/axis2-1.4/itest/osgi-implementation/src/main/resources/wiring/ds/Customer.componentType create mode 100644 sandbox/axis2-1.4/itest/osgi-implementation/src/main/resources/wiring/ds/Retailer.componentType create mode 100644 sandbox/axis2-1.4/itest/osgi-implementation/src/main/resources/wiring/ds/Shipper.componentType create mode 100644 sandbox/axis2-1.4/itest/osgi-implementation/src/main/resources/wiring/ds/Warehouse.componentType create mode 100644 sandbox/axis2-1.4/itest/osgi-implementation/src/main/resources/wiring/ds/wiring-ds-test1.composite create mode 100644 sandbox/axis2-1.4/itest/osgi-implementation/src/main/resources/wiring/ds/wiring-ds-test2.composite (limited to 'sandbox/axis2-1.4/itest/osgi-implementation/src/main/resources/wiring/ds') diff --git a/sandbox/axis2-1.4/itest/osgi-implementation/src/main/resources/wiring/ds/Customer.componentType b/sandbox/axis2-1.4/itest/osgi-implementation/src/main/resources/wiring/ds/Customer.componentType new file mode 100644 index 0000000000..1fd551be3b --- /dev/null +++ b/sandbox/axis2-1.4/itest/osgi-implementation/src/main/resources/wiring/ds/Customer.componentType @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + diff --git a/sandbox/axis2-1.4/itest/osgi-implementation/src/main/resources/wiring/ds/Retailer.componentType b/sandbox/axis2-1.4/itest/osgi-implementation/src/main/resources/wiring/ds/Retailer.componentType new file mode 100644 index 0000000000..5599c44bc3 --- /dev/null +++ b/sandbox/axis2-1.4/itest/osgi-implementation/src/main/resources/wiring/ds/Retailer.componentType @@ -0,0 +1,29 @@ + + + + + + + + + + default + + diff --git a/sandbox/axis2-1.4/itest/osgi-implementation/src/main/resources/wiring/ds/Shipper.componentType b/sandbox/axis2-1.4/itest/osgi-implementation/src/main/resources/wiring/ds/Shipper.componentType new file mode 100644 index 0000000000..8743f8c145 --- /dev/null +++ b/sandbox/axis2-1.4/itest/osgi-implementation/src/main/resources/wiring/ds/Shipper.componentType @@ -0,0 +1,29 @@ + + + + + + + + + + default + + diff --git a/sandbox/axis2-1.4/itest/osgi-implementation/src/main/resources/wiring/ds/Warehouse.componentType b/sandbox/axis2-1.4/itest/osgi-implementation/src/main/resources/wiring/ds/Warehouse.componentType new file mode 100644 index 0000000000..d349edf265 --- /dev/null +++ b/sandbox/axis2-1.4/itest/osgi-implementation/src/main/resources/wiring/ds/Warehouse.componentType @@ -0,0 +1,28 @@ + + + + + + + + + + + diff --git a/sandbox/axis2-1.4/itest/osgi-implementation/src/main/resources/wiring/ds/wiring-ds-test1.composite b/sandbox/axis2-1.4/itest/osgi-implementation/src/main/resources/wiring/ds/wiring-ds-test1.composite new file mode 100644 index 0000000000..617200d8dd --- /dev/null +++ b/sandbox/axis2-1.4/itest/osgi-implementation/src/main/resources/wiring/ds/wiring-ds-test1.composite @@ -0,0 +1,136 @@ + + + + + + + + + amazon.com + + + play.com + + + ebay.com + + + + + + + + + + + + + + amazon.com + + + WarehouseComponent1 + + + + + + amazon.com + + + + + + play.com + + + WarehouseComponent1 + + + + + play.com + + + + + + + ebay.com + + + WarehouseComponent2 + + + + + play.com + + + + + + + + + + + + + + + + + + + + ShipperComponent1 + RoyalMail + + + + RoyalMail + + + + + + + ShipperComponent2 + ParcelForce + + + + ParcelForce + + + + + diff --git a/sandbox/axis2-1.4/itest/osgi-implementation/src/main/resources/wiring/ds/wiring-ds-test2.composite b/sandbox/axis2-1.4/itest/osgi-implementation/src/main/resources/wiring/ds/wiring-ds-test2.composite new file mode 100644 index 0000000000..213cde2c1d --- /dev/null +++ b/sandbox/axis2-1.4/itest/osgi-implementation/src/main/resources/wiring/ds/wiring-ds-test2.composite @@ -0,0 +1,151 @@ + + + + + + + + + amazon.com + + + play.com + + + ebay.com + + + + + + + + + + + + + + amazon.com + + + WarehouseComponent1 + + + + + + amazon.com + + + + + + + play.com + + + + WarehouseComponent1 + + + + play.com + + + + + + + ebay.com + + + WarehouseComponent1 + + + + ebay.com + + + + + + + + ParcelForce + + + + + + + + + + + + + RoyalMail + + + + + + + + + + + + RoyalMail + + + + + RoyalMail + + + + + + + ParcelForce + + + + + ParcelForce + + + + + -- cgit v1.2.3