summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/tags/1.5.1-RC2/itest/osgi-contribution/contribution-classes/src/main/resources/osgi/SupplyChain.mf
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-11-13 01:22:55 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-11-13 01:22:55 +0000
commitb06ab7880cc36a63d7c2aef2a883227a5fbda092 (patch)
tree2092f59de5952a1ca7f8b46ba992aa0a1849a1a8 /sca-java-1.x/tags/1.5.1-RC2/itest/osgi-contribution/contribution-classes/src/main/resources/osgi/SupplyChain.mf
parent5d6ea66721914239e498c87d6cea79571328602e (diff)
Removing obsolete release candidate tags
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@835691 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--sca-java-1.x/tags/1.5.1-RC2/itest/osgi-contribution/contribution-classes/src/main/resources/osgi/SupplyChain.mf13
1 files changed, 0 insertions, 13 deletions
diff --git a/sca-java-1.x/tags/1.5.1-RC2/itest/osgi-contribution/contribution-classes/src/main/resources/osgi/SupplyChain.mf b/sca-java-1.x/tags/1.5.1-RC2/itest/osgi-contribution/contribution-classes/src/main/resources/osgi/SupplyChain.mf
deleted file mode 100644
index dc4aa2c30e..0000000000
--- a/sca-java-1.x/tags/1.5.1-RC2/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
-