summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/tags/1.6.2-RC1/itest/osgi-implementation/src/main/resources/osgi/version/Retailer2.mf
blob: 8428b08d969fbf69665c6a1f830ac53283b46f62 (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