summaryrefslogtreecommitdiffstats
path: root/tags/java/sca/1.0.1-RC1/itest/osgi-contribution/contribution-classes/src/main/resources/osgi/SupplyChain.mf
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-03-16 08:46:40 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-03-16 08:46:40 +0000
commitce1eecbb3f5e58338b4cbfb16e8b2d37f41e8a87 (patch)
treec7f364a981955e0885dd462e7f0e94ecf8dd5a93 /tags/java/sca/1.0.1-RC1/itest/osgi-contribution/contribution-classes/src/main/resources/osgi/SupplyChain.mf
parenteb7b52a6ec699c36ab0ffd8784a0ecca59878059 (diff)
Delete some old RC tags
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@754846 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'tags/java/sca/1.0.1-RC1/itest/osgi-contribution/contribution-classes/src/main/resources/osgi/SupplyChain.mf')
-rw-r--r--tags/java/sca/1.0.1-RC1/itest/osgi-contribution/contribution-classes/src/main/resources/osgi/SupplyChain.mf13
1 files changed, 0 insertions, 13 deletions
diff --git a/tags/java/sca/1.0.1-RC1/itest/osgi-contribution/contribution-classes/src/main/resources/osgi/SupplyChain.mf b/tags/java/sca/1.0.1-RC1/itest/osgi-contribution/contribution-classes/src/main/resources/osgi/SupplyChain.mf
deleted file mode 100644
index dc4aa2c30e..0000000000
--- a/tags/java/sca/1.0.1-RC1/itest/osgi-contribution/contribution-classes/src/main/resources/osgi/SupplyChain.mf
+++ /dev/null
@@ -1,13 +0,0 @@
-Manifest-Version: 1.0
-Bundle-ManifestVersion: 2
-Bundle-Name: SupplyChain
-Bundle-SymbolicName: supplychain.SupplyChain
-Bundle-Version: 1.0.0
-Bundle-Localization: plugin
-Import-Package: org.osgi.framework
-Export-Package: supplychain.customer;version="1.0.0",
- supplychain.retailer;version="1.0.0",
- supplychain.warehouse;version="1.0.0",
- supplychain.shipper;version="1.0.0"
-Bundle-ClassPath: .,CustomerV1.jar,RetailerV1.jar,WarehouseV1.jar,ShipperV1.jar
-