summaryrefslogtreecommitdiffstats
path: root/sandbox/axis2-1.4/itest/osgi-implementation/src/main/resources/osgi/services/Customer.mf
blob: fc762df8d56ac1174f6e2a341c09178b0cbbf0fc (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