summaryrefslogtreecommitdiffstats
path: root/tags/java/sca/1.2.1/itest/osgi-implementation/src/main/resources/osgi/services/Customer.mf
blob: 97cb4a33c161da050d2fab1e79a0dbcf4b6ccfa9 (plain)
1
2
3
4
5
6
7
8
9
10
11
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Customer
Bundle-SymbolicName: services.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