summaryrefslogtreecommitdiffstats
path: root/tags/java/sca/1.5.1-RC4/samples/osgi-supplychain/src/main/resources/osgi/Retailer.mf
blob: d95ef5d582cd7c4653e8205c987ecded73588f2e (plain)
1
2
3
4
5
6
7
8
9
10
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Retailer
Bundle-SymbolicName: supplychain.retailer.Retailer
Bundle-Version: 1.0.0
Bundle-Localization: plugin
Import-Package: org.osgi.framework,
 supplychain.warehouse
Export-Package: supplychain.retailer
Bundle-Activator: supplychain.retailer.OSGiRetailerImpl