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