summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/tags/1.6-RC2a/itest/osgi-implementation/src/main/resources/osgi/version/Shipper2.mf
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2010-01-29 19:03:27 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2010-01-29 19:03:27 +0000
commitbe6f6fdf5f4d17e5eabacf6473031a212914cfcc (patch)
tree616fa52b2cc9e7c78d81e0ba3f769f4458e7b286 /sca-java-1.x/tags/1.6-RC2a/itest/osgi-implementation/src/main/resources/osgi/version/Shipper2.mf
parent3077eba163a04f81b6435455a71cc67be6e9aaa6 (diff)
Java SCA 1.6 RC2a Release Tag
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@904591 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-1.x/tags/1.6-RC2a/itest/osgi-implementation/src/main/resources/osgi/version/Shipper2.mf')
-rw-r--r--sca-java-1.x/tags/1.6-RC2a/itest/osgi-implementation/src/main/resources/osgi/version/Shipper2.mf10
1 files changed, 10 insertions, 0 deletions
diff --git a/sca-java-1.x/tags/1.6-RC2a/itest/osgi-implementation/src/main/resources/osgi/version/Shipper2.mf b/sca-java-1.x/tags/1.6-RC2a/itest/osgi-implementation/src/main/resources/osgi/version/Shipper2.mf
new file mode 100644
index 0000000000..61c161617c
--- /dev/null
+++ b/sca-java-1.x/tags/1.6-RC2a/itest/osgi-implementation/src/main/resources/osgi/version/Shipper2.mf
@@ -0,0 +1,10 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Shipper
+Bundle-SymbolicName: version.supplychain.shipper.Shipper
+Bundle-Version: 2.0.0
+Bundle-Localization: plugin
+Import-Package: org.osgi.framework,
+ supplychain.customer;version="[2.0.0,3.0.0)"
+Export-Package: supplychain.shipper;version="2.0.0"
+Bundle-Activator: supplychain.shipper.OSGiVersionedShipperImpl