summaryrefslogtreecommitdiffstats
path: root/tags/java/sca/1.5.1-RC4/itest/osgi-implementation/src/main/resources/osgi/services/Warehouse.mf
diff options
context:
space:
mode:
authorslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2009-10-02 14:52:13 +0000
committerslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2009-10-02 14:52:13 +0000
commit24ec7b671871ca1fa973800b9e38912ba5357dd4 (patch)
tree33ed49dcc4320a3033fce7e93871b70b4942419b /tags/java/sca/1.5.1-RC4/itest/osgi-implementation/src/main/resources/osgi/services/Warehouse.mf
parent05d8f2395c62454bc8bc5041a4b577d2d429439a (diff)
Tag for 1.5.1-RC4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@821039 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'tags/java/sca/1.5.1-RC4/itest/osgi-implementation/src/main/resources/osgi/services/Warehouse.mf')
-rw-r--r--tags/java/sca/1.5.1-RC4/itest/osgi-implementation/src/main/resources/osgi/services/Warehouse.mf10
1 files changed, 10 insertions, 0 deletions
diff --git a/tags/java/sca/1.5.1-RC4/itest/osgi-implementation/src/main/resources/osgi/services/Warehouse.mf b/tags/java/sca/1.5.1-RC4/itest/osgi-implementation/src/main/resources/osgi/services/Warehouse.mf
new file mode 100644
index 0000000000..4715cbd976
--- /dev/null
+++ b/tags/java/sca/1.5.1-RC4/itest/osgi-implementation/src/main/resources/osgi/services/Warehouse.mf
@@ -0,0 +1,10 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Warehouse
+Bundle-SymbolicName: services.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