summaryrefslogtreecommitdiffstats
path: root/tags/java/sca/1.2/itest/osgi-implementation/src/main/resources/osgi/wiring/Warehouse.mf
blob: 9b668020335ec714e9388bcdd6d9055a867a1f9a (plain)
1
2
3
4
5
6
7
8
9
10
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Warehouse
Bundle-SymbolicName: wiring.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