summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/tags/1.2/samples/osgi-supplychain/src/main/resources/osgi/Retailer.mf
blob: f09c3501c3679ff9c92ac78e315f4e11f3d9ae30 (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