summaryrefslogtreecommitdiffstats
path: root/tags/java/sca/1.5.1/itest/osgi-implementation/src/main/resources/osgi/version/Customer1.mf
blob: 335bc419c1b4a953329df7cf628f7e624a340c44 (plain)
1
2
3
4
5
6
7
8
9
10
11
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Customer
Bundle-SymbolicName: version.supplychain.customer.Customer
Bundle-Version: 1.0.0
Bundle-Localization: plugin
Import-Package: org.osgi.framework,
 supplychain.retailer;version="[1.0.0,2.0.0)"
Export-Package: supplychain.customer;version="1.0.0"
Bundle-Activator: supplychain.customer.OSGiVersionedCustomerImpl