diff options
Diffstat (limited to 'branches/sca-java-1.3.2/itest/osgi-implementation/src/main/resources/osgi/version/Warehouse2.mf')
-rw-r--r-- | branches/sca-java-1.3.2/itest/osgi-implementation/src/main/resources/osgi/version/Warehouse2.mf | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/branches/sca-java-1.3.2/itest/osgi-implementation/src/main/resources/osgi/version/Warehouse2.mf b/branches/sca-java-1.3.2/itest/osgi-implementation/src/main/resources/osgi/version/Warehouse2.mf new file mode 100644 index 0000000000..0168bc2435 --- /dev/null +++ b/branches/sca-java-1.3.2/itest/osgi-implementation/src/main/resources/osgi/version/Warehouse2.mf @@ -0,0 +1,10 @@ +Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Warehouse
+Bundle-SymbolicName: version.supplychain.warehouse.Warehouse
+Bundle-Version: 2.0.0
+Bundle-Localization: plugin
+Import-Package: org.osgi.framework,
+ supplychain.shipper;version="2.0.0"
+Export-Package: supplychain.warehouse;version="2.0.0"
+Bundle-Activator: supplychain.warehouse.OSGiWarehouseImpl
|