summaryrefslogtreecommitdiffstats
path: root/sandbox/sebastien/java/sca-node/itest/osgi-contribution/contribution-classes/src/main/resources/osgi/Customer2.mf
blob: 0441e8c6f0fe7c76fc228e5f02d619e502766252 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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,
                supplychain.shipper,
                supplychain.warehouse
Export-Package: supplychain.customer;version="1.0.0"
Bundle-Activator: supplychain.customer.OSGiCustomerImpl