blob: 85bfd86422404484da190f3cb2a6498157024276 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Retailer
Bundle-SymbolicName: ds.version.supplychain.retailer.Retailer
Bundle-Version: 1.0.0
Bundle-Localization: plugin
Import-Package: org.osgi.framework,
org.osgi.service.component,
supplychain.warehouse
Export-Package: supplychain.retailer;version="1.0.0"
Service-Component: osgi/version/ds/Retailer1V1.xml, osgi/version/ds/Retailer2V1.xml
|