From 539451c7e13d98504e6f3368d892406494ca711d Mon Sep 17 00:00:00 2001 From: lresende Date: Fri, 13 Nov 2009 01:23:07 +0000 Subject: Removing obsolete release candidate tags git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@835693 13f79535-47bb-0310-9956-ffa450edef68 --- .../src/main/resources/osgi/wiring/Customer.mf | 11 ------ .../src/main/resources/osgi/wiring/Retailer.mf | 10 ------ .../src/main/resources/osgi/wiring/Shipper.mf | 10 ------ .../src/main/resources/osgi/wiring/Warehouse.mf | 10 ------ .../src/main/resources/osgi/wiring/ds/Customer.mf | 10 ------ .../src/main/resources/osgi/wiring/ds/Customer.xml | 41 ---------------------- .../src/main/resources/osgi/wiring/ds/Retailer.mf | 11 ------ .../main/resources/osgi/wiring/ds/Retailer1.xml | 33 ----------------- .../main/resources/osgi/wiring/ds/Retailer2.xml | 33 ----------------- .../src/main/resources/osgi/wiring/ds/Shipper.mf | 10 ------ .../src/main/resources/osgi/wiring/ds/Shipper1.xml | 35 ------------------ .../src/main/resources/osgi/wiring/ds/Shipper2.xml | 34 ------------------ .../src/main/resources/osgi/wiring/ds/Warehouse.mf | 11 ------ .../main/resources/osgi/wiring/ds/Warehouse1.xml | 33 ----------------- .../main/resources/osgi/wiring/ds/Warehouse2.xml | 33 ----------------- 15 files changed, 325 deletions(-) delete mode 100644 sca-java-1.x/tags/1.5.1-RC4/itest/osgi-implementation/src/main/resources/osgi/wiring/Customer.mf delete mode 100644 sca-java-1.x/tags/1.5.1-RC4/itest/osgi-implementation/src/main/resources/osgi/wiring/Retailer.mf delete mode 100644 sca-java-1.x/tags/1.5.1-RC4/itest/osgi-implementation/src/main/resources/osgi/wiring/Shipper.mf delete mode 100644 sca-java-1.x/tags/1.5.1-RC4/itest/osgi-implementation/src/main/resources/osgi/wiring/Warehouse.mf delete mode 100644 sca-java-1.x/tags/1.5.1-RC4/itest/osgi-implementation/src/main/resources/osgi/wiring/ds/Customer.mf delete mode 100644 sca-java-1.x/tags/1.5.1-RC4/itest/osgi-implementation/src/main/resources/osgi/wiring/ds/Customer.xml delete mode 100644 sca-java-1.x/tags/1.5.1-RC4/itest/osgi-implementation/src/main/resources/osgi/wiring/ds/Retailer.mf delete mode 100644 sca-java-1.x/tags/1.5.1-RC4/itest/osgi-implementation/src/main/resources/osgi/wiring/ds/Retailer1.xml delete mode 100644 sca-java-1.x/tags/1.5.1-RC4/itest/osgi-implementation/src/main/resources/osgi/wiring/ds/Retailer2.xml delete mode 100644 sca-java-1.x/tags/1.5.1-RC4/itest/osgi-implementation/src/main/resources/osgi/wiring/ds/Shipper.mf delete mode 100644 sca-java-1.x/tags/1.5.1-RC4/itest/osgi-implementation/src/main/resources/osgi/wiring/ds/Shipper1.xml delete mode 100644 sca-java-1.x/tags/1.5.1-RC4/itest/osgi-implementation/src/main/resources/osgi/wiring/ds/Shipper2.xml delete mode 100644 sca-java-1.x/tags/1.5.1-RC4/itest/osgi-implementation/src/main/resources/osgi/wiring/ds/Warehouse.mf delete mode 100644 sca-java-1.x/tags/1.5.1-RC4/itest/osgi-implementation/src/main/resources/osgi/wiring/ds/Warehouse1.xml delete mode 100644 sca-java-1.x/tags/1.5.1-RC4/itest/osgi-implementation/src/main/resources/osgi/wiring/ds/Warehouse2.xml (limited to 'sca-java-1.x/tags/1.5.1-RC4/itest/osgi-implementation/src/main/resources/osgi/wiring') diff --git a/sca-java-1.x/tags/1.5.1-RC4/itest/osgi-implementation/src/main/resources/osgi/wiring/Customer.mf b/sca-java-1.x/tags/1.5.1-RC4/itest/osgi-implementation/src/main/resources/osgi/wiring/Customer.mf deleted file mode 100644 index 678014d48d..0000000000 --- a/sca-java-1.x/tags/1.5.1-RC4/itest/osgi-implementation/src/main/resources/osgi/wiring/Customer.mf +++ /dev/null @@ -1,11 +0,0 @@ -Manifest-Version: 1.0 -Bundle-ManifestVersion: 2 -Bundle-Name: Customer -Bundle-SymbolicName: wiring.supplychain.customer.Customer -Bundle-Version: 1.0.0 -Bundle-Localization: plugin -Import-Package: org.osgi.framework, - supplychain.retailer -Export-Package: supplychain.customer -Bundle-Activator: supplychain.customer.OSGiCustomerImpl - diff --git a/sca-java-1.x/tags/1.5.1-RC4/itest/osgi-implementation/src/main/resources/osgi/wiring/Retailer.mf b/sca-java-1.x/tags/1.5.1-RC4/itest/osgi-implementation/src/main/resources/osgi/wiring/Retailer.mf deleted file mode 100644 index f0090fb52b..0000000000 --- a/sca-java-1.x/tags/1.5.1-RC4/itest/osgi-implementation/src/main/resources/osgi/wiring/Retailer.mf +++ /dev/null @@ -1,10 +0,0 @@ -Manifest-Version: 1.0 -Bundle-ManifestVersion: 2 -Bundle-Name: Retailer -Bundle-SymbolicName: wiring.supplychain.retailer.Retailer -Bundle-Version: 1.0.0 -Bundle-Localization: plugin -Import-Package: org.osgi.framework, - supplychain.warehouse -Export-Package: supplychain.retailer -Bundle-Activator: supplychain.retailer.OSGiRetailerImpl diff --git a/sca-java-1.x/tags/1.5.1-RC4/itest/osgi-implementation/src/main/resources/osgi/wiring/Shipper.mf b/sca-java-1.x/tags/1.5.1-RC4/itest/osgi-implementation/src/main/resources/osgi/wiring/Shipper.mf deleted file mode 100644 index 0b50923a05..0000000000 --- a/sca-java-1.x/tags/1.5.1-RC4/itest/osgi-implementation/src/main/resources/osgi/wiring/Shipper.mf +++ /dev/null @@ -1,10 +0,0 @@ -Manifest-Version: 1.0 -Bundle-ManifestVersion: 2 -Bundle-Name: Shipper -Bundle-SymbolicName: wiring.supplychain.shipper.Shipper -Bundle-Version: 1.0.0 -Bundle-Localization: plugin -Import-Package: org.osgi.framework, - supplychain.customer -Export-Package: supplychain.shipper -Bundle-Activator: supplychain.shipper.OSGiShipperImpl diff --git a/sca-java-1.x/tags/1.5.1-RC4/itest/osgi-implementation/src/main/resources/osgi/wiring/Warehouse.mf b/sca-java-1.x/tags/1.5.1-RC4/itest/osgi-implementation/src/main/resources/osgi/wiring/Warehouse.mf deleted file mode 100644 index 1000a5f974..0000000000 --- a/sca-java-1.x/tags/1.5.1-RC4/itest/osgi-implementation/src/main/resources/osgi/wiring/Warehouse.mf +++ /dev/null @@ -1,10 +0,0 @@ -Manifest-Version: 1.0 -Bundle-ManifestVersion: 2 -Bundle-Name: Warehouse -Bundle-SymbolicName: wiring.supplychain.warehouse.Warehouse -Bundle-Version: 1.0.0 -Bundle-Localization: plugin -Import-Package: org.osgi.framework, - supplychain.shipper -Export-Package: supplychain.warehouse -Bundle-Activator: supplychain.warehouse.OSGiWarehouseImpl diff --git a/sca-java-1.x/tags/1.5.1-RC4/itest/osgi-implementation/src/main/resources/osgi/wiring/ds/Customer.mf b/sca-java-1.x/tags/1.5.1-RC4/itest/osgi-implementation/src/main/resources/osgi/wiring/ds/Customer.mf deleted file mode 100644 index 4e392a9ff1..0000000000 --- a/sca-java-1.x/tags/1.5.1-RC4/itest/osgi-implementation/src/main/resources/osgi/wiring/ds/Customer.mf +++ /dev/null @@ -1,10 +0,0 @@ -Manifest-Version: 1.0 -Bundle-ManifestVersion: 2 -Bundle-Name: Customer -Bundle-SymbolicName: ds.wiring.supplychain.customer.Customer -Bundle-Version: 1.0.0 -Bundle-Localization: plugin -Import-Package: org.osgi.framework, - org.osgi.service.component, supplychain.retailer -Export-Package: supplychain.customer -Service-Component: osgi/wiring/ds/Customer.xml diff --git a/sca-java-1.x/tags/1.5.1-RC4/itest/osgi-implementation/src/main/resources/osgi/wiring/ds/Customer.xml b/sca-java-1.x/tags/1.5.1-RC4/itest/osgi-implementation/src/main/resources/osgi/wiring/ds/Customer.xml deleted file mode 100644 index b10d0416dc..0000000000 --- a/sca-java-1.x/tags/1.5.1-RC4/itest/osgi-implementation/src/main/resources/osgi/wiring/ds/Customer.xml +++ /dev/null @@ -1,41 +0,0 @@ - - - - - - - - - - diff --git a/sca-java-1.x/tags/1.5.1-RC4/itest/osgi-implementation/src/main/resources/osgi/wiring/ds/Retailer.mf b/sca-java-1.x/tags/1.5.1-RC4/itest/osgi-implementation/src/main/resources/osgi/wiring/ds/Retailer.mf deleted file mode 100644 index 788ec4f19a..0000000000 --- a/sca-java-1.x/tags/1.5.1-RC4/itest/osgi-implementation/src/main/resources/osgi/wiring/ds/Retailer.mf +++ /dev/null @@ -1,11 +0,0 @@ -Manifest-Version: 1.0 -Bundle-ManifestVersion: 2 -Bundle-Name: Retailer -Bundle-SymbolicName: ds.wiring.supplychain.retailer.Retailer -Bundle-Version: 1.0.0 -Bundle-Localization: plugin -Import-Package: org.osgi.framework, - org.osgi.service.component, - supplychain.warehouse -Export-Package: supplychain.retailer -Service-Component: osgi/wiring/ds/Retailer1.xml, osgi/wiring/ds/Retailer2.xml diff --git a/sca-java-1.x/tags/1.5.1-RC4/itest/osgi-implementation/src/main/resources/osgi/wiring/ds/Retailer1.xml b/sca-java-1.x/tags/1.5.1-RC4/itest/osgi-implementation/src/main/resources/osgi/wiring/ds/Retailer1.xml deleted file mode 100644 index 1ba16d0693..0000000000 --- a/sca-java-1.x/tags/1.5.1-RC4/itest/osgi-implementation/src/main/resources/osgi/wiring/ds/Retailer1.xml +++ /dev/null @@ -1,33 +0,0 @@ - - - - - - - - - amazon.com - diff --git a/sca-java-1.x/tags/1.5.1-RC4/itest/osgi-implementation/src/main/resources/osgi/wiring/ds/Retailer2.xml b/sca-java-1.x/tags/1.5.1-RC4/itest/osgi-implementation/src/main/resources/osgi/wiring/ds/Retailer2.xml deleted file mode 100644 index a55ebd02a8..0000000000 --- a/sca-java-1.x/tags/1.5.1-RC4/itest/osgi-implementation/src/main/resources/osgi/wiring/ds/Retailer2.xml +++ /dev/null @@ -1,33 +0,0 @@ - - - - - - - - - play.com - diff --git a/sca-java-1.x/tags/1.5.1-RC4/itest/osgi-implementation/src/main/resources/osgi/wiring/ds/Shipper.mf b/sca-java-1.x/tags/1.5.1-RC4/itest/osgi-implementation/src/main/resources/osgi/wiring/ds/Shipper.mf deleted file mode 100644 index e7459360e6..0000000000 --- a/sca-java-1.x/tags/1.5.1-RC4/itest/osgi-implementation/src/main/resources/osgi/wiring/ds/Shipper.mf +++ /dev/null @@ -1,10 +0,0 @@ -Manifest-Version: 1.0 -Bundle-ManifestVersion: 2 -Bundle-Name: Shipper -Bundle-SymbolicName: ds.wiring.supplychain.shipper.Shipper -Bundle-Version: 1.0.0 -Bundle-Localization: plugin -Import-Package: org.osgi.framework, - org.osgi.service.component, supplychain.customer -Export-Package: supplychain.shipper -Service-Component: osgi/wiring/ds/Shipper1.xml, osgi/wiring/ds/Shipper2.xml diff --git a/sca-java-1.x/tags/1.5.1-RC4/itest/osgi-implementation/src/main/resources/osgi/wiring/ds/Shipper1.xml b/sca-java-1.x/tags/1.5.1-RC4/itest/osgi-implementation/src/main/resources/osgi/wiring/ds/Shipper1.xml deleted file mode 100644 index d518ecab62..0000000000 --- a/sca-java-1.x/tags/1.5.1-RC4/itest/osgi-implementation/src/main/resources/osgi/wiring/ds/Shipper1.xml +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - RoyalMail - diff --git a/sca-java-1.x/tags/1.5.1-RC4/itest/osgi-implementation/src/main/resources/osgi/wiring/ds/Shipper2.xml b/sca-java-1.x/tags/1.5.1-RC4/itest/osgi-implementation/src/main/resources/osgi/wiring/ds/Shipper2.xml deleted file mode 100644 index d7d0b41f5e..0000000000 --- a/sca-java-1.x/tags/1.5.1-RC4/itest/osgi-implementation/src/main/resources/osgi/wiring/ds/Shipper2.xml +++ /dev/null @@ -1,34 +0,0 @@ - - - - - - - - - ParcelForce - diff --git a/sca-java-1.x/tags/1.5.1-RC4/itest/osgi-implementation/src/main/resources/osgi/wiring/ds/Warehouse.mf b/sca-java-1.x/tags/1.5.1-RC4/itest/osgi-implementation/src/main/resources/osgi/wiring/ds/Warehouse.mf deleted file mode 100644 index 880304187b..0000000000 --- a/sca-java-1.x/tags/1.5.1-RC4/itest/osgi-implementation/src/main/resources/osgi/wiring/ds/Warehouse.mf +++ /dev/null @@ -1,11 +0,0 @@ -Manifest-Version: 1.0 -Bundle-ManifestVersion: 2 -Bundle-Name: Warehouse -Bundle-SymbolicName: ds.wiring.supplychain.warehouse.Warehouse -Bundle-Version: 1.0.0 -Bundle-Localization: plugin -Import-Package: org.osgi.framework, - org.osgi.service.component, - supplychain.shipper -Export-Package: supplychain.warehouse -Service-Component: osgi/wiring/ds/Warehouse1.xml, osgi/wiring/ds/Warehouse2.xml diff --git a/sca-java-1.x/tags/1.5.1-RC4/itest/osgi-implementation/src/main/resources/osgi/wiring/ds/Warehouse1.xml b/sca-java-1.x/tags/1.5.1-RC4/itest/osgi-implementation/src/main/resources/osgi/wiring/ds/Warehouse1.xml deleted file mode 100644 index d72db04425..0000000000 --- a/sca-java-1.x/tags/1.5.1-RC4/itest/osgi-implementation/src/main/resources/osgi/wiring/ds/Warehouse1.xml +++ /dev/null @@ -1,33 +0,0 @@ - - - - - - - - - diff --git a/sca-java-1.x/tags/1.5.1-RC4/itest/osgi-implementation/src/main/resources/osgi/wiring/ds/Warehouse2.xml b/sca-java-1.x/tags/1.5.1-RC4/itest/osgi-implementation/src/main/resources/osgi/wiring/ds/Warehouse2.xml deleted file mode 100644 index f9c1218f82..0000000000 --- a/sca-java-1.x/tags/1.5.1-RC4/itest/osgi-implementation/src/main/resources/osgi/wiring/ds/Warehouse2.xml +++ /dev/null @@ -1,33 +0,0 @@ - - - - - - - - - -- cgit v1.2.3