blob: b5c5a862be61851ad99b624b5da96ab17d5ffe8e (
plain)
1
2
3
4
5
6
7
8
9
10
|
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Customer
Bundle-SymbolicName: ds.supplychain.customer.Customer
Bundle-Version: 1.0.0
Bundle-Localization: plugin
Import-Package: org.osgi.framework,
org.osgi.service.component, supplychain.retailer
Export-Package: supplychain.customer
Service-Component: osgi/ds/Customer.xml
|