summaryrefslogtreecommitdiffstats
path: root/tags/java/sca/1.5.1/itest/osgi-implementation/src/main/resources/osgi/version/Retailer1.mf
blob: 02f79c15f3d5360ab923f7b4ba38982883f6cb87 (plain)
1
2
3
4
5
6
7
8
9
10
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Retailer
Bundle-SymbolicName: version.supplychain.retailer.Retailer
Bundle-Version: 1.0.0
Bundle-Localization: plugin
Import-Package: org.osgi.framework,
 supplychain.warehouse
Export-Package: supplychain.retailer;version="1.0.0"
Bundle-Activator: supplychain.retailer.OSGiVersionedRetailerImpl