summaryrefslogtreecommitdiffstats
path: root/sandbox/sebastien/java/sca-node/itest/osgi-implementation/src/main/resources/osgi/interfaces/Shipper.mf
blob: a12d1a21ea0bbc3895d0f6f2028fc82945808a03 (plain)
1
2
3
4
5
6
7
8
9
10
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Shipper
Bundle-SymbolicName: interfaces.supplychain.shipper.Shipper
Bundle-Version: 1.0.0
Bundle-Localization: plugin
Import-Package: org.osgi.framework,
 supplychain.customer
Export-Package: supplychain.shipper
Bundle-Activator: supplychain.shipper.OSGiShipperImpl