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