summaryrefslogtreecommitdiffstats
path: root/tags/java/sca/1.3-RC2/itest/osgi-contribution/contribution-classes/src/main/resources/osgi/Shipper.mf
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2008-08-11 09:05:18 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2008-08-11 09:05:18 +0000
commit1ba9532ee841848f5d6e652f9e8f2f1c274b4052 (patch)
treef3b7cbef331e75d018d380ad2e004101dd249a23 /tags/java/sca/1.3-RC2/itest/osgi-contribution/contribution-classes/src/main/resources/osgi/Shipper.mf
parentcd843c59af26a3ffcccaf8dae167aec7d561088b (diff)
Remove old RC tag
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@684683 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'tags/java/sca/1.3-RC2/itest/osgi-contribution/contribution-classes/src/main/resources/osgi/Shipper.mf')
-rw-r--r--tags/java/sca/1.3-RC2/itest/osgi-contribution/contribution-classes/src/main/resources/osgi/Shipper.mf10
1 files changed, 0 insertions, 10 deletions
diff --git a/tags/java/sca/1.3-RC2/itest/osgi-contribution/contribution-classes/src/main/resources/osgi/Shipper.mf b/tags/java/sca/1.3-RC2/itest/osgi-contribution/contribution-classes/src/main/resources/osgi/Shipper.mf
deleted file mode 100644
index 61f62fa16e..0000000000
--- a/tags/java/sca/1.3-RC2/itest/osgi-contribution/contribution-classes/src/main/resources/osgi/Shipper.mf
+++ /dev/null
@@ -1,10 +0,0 @@
-Manifest-Version: 1.0
-Bundle-ManifestVersion: 2
-Bundle-Name: Shipper
-Bundle-SymbolicName: supplychain.shipper.Shipper
-Bundle-Version: 1.0.0
-Bundle-Localization: plugin
-Import-Package: org.osgi.framework,
- supplychain.customer;version="[1.0.0,2.0.0)"
-Export-Package: supplychain.shipper;version="1.0.0"
-Bundle-Activator: supplychain.shipper.OSGiShipperImpl