summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/branches/sca-java-1.6.2/itest/osgi-contribution/contribution-classes/src/main/resources/osgi/Customer.mf
blob: 404995a90fb40a38317994e7b8214e01d49111a6 (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;version="[1.0.0,2.0.0)",
                supplychain.warehouse;version="[1.0.0,2.0.0)",
                supplychain.shipper;version="[1.0.0,2.0.0)"
Export-Package: supplychain.customer;version="1.0.0"
Bundle-Activator: supplychain.customer.OSGiCustomerImpl