summaryrefslogtreecommitdiffstats
path: root/tags/java/sca/1.5.1-RC3/itest/osgi-implementation/src/main/resources/osgi/interfaces/Customer.mf
blob: a8a87c5c8c63f64b8c8171d0bdbc307e44edde35 (plain)
1
2
3
4
5
6
7
8
9
10
11
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Customer
Bundle-SymbolicName: interfaces.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.OSGiCustomerWithQueryImpl