summaryrefslogtreecommitdiffstats
path: root/tags/java/sca/1.5.1/itest/osgi-implementation/src/main/resources/osgi/wiring/Customer.mf
blob: 678014d48d9c49a99edee5fc100f7ed9c24c99fa (plain)
1
2
3
4
5
6
7
8
9
10
11
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Customer
Bundle-SymbolicName: wiring.supplychain.customer.Customer
Bundle-Version: 1.0.0
Bundle-Localization: plugin
Import-Package: org.osgi.framework,
 supplychain.retailer
Export-Package: supplychain.customer
Bundle-Activator: supplychain.customer.OSGiCustomerImpl