summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/tags/1.2/itest/osgi-implementation/src/main/resources/osgi/version/Retailer2.mf
blob: fe0a197f1643a3403395ab99c89d557306c61886 (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: 2.0.0
Bundle-Localization: plugin
Import-Package: org.osgi.framework,
 supplychain.warehouse
Export-Package: supplychain.retailer;version="2.0.0"
Bundle-Activator: supplychain.retailer.OSGiVersionedRetailerImpl