summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/branches/sca-java-1.6.2/itest/osgi-tuscany/test-bundles/src/main/resources/META-INF/SupplyChainClient.mf
blob: 13a3c9b82af2e9d581394bf5c699b83af7298f05 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: SupplyChainClient
Bundle-SymbolicName: supplychain.SupplyChainClient
Bundle-Version: 1.0.0
Bundle-Localization: plugin
Import-Package: org.osgi.framework, 
        supplychain.customer, supplychain,
        org.apache.tuscany.sca.host.embedded,
        org.apache.tuscany.sca.host.embedded.impl,
        org.apache.tuscany.sca.assembly,
        org.apache.tuscany.sca.contribution,
        org.apache.tuscany.sca.contribution.service,
        org.apache.tuscany.sca.core.assembly,
        org.apache.tuscany.sca.assembly.builder,
        org.osoa.sca,
        org.osoa.sca.annotations,
        javax.xml.bind.annotation
Export-Package: supplychain.client
Bundle-Activator: supplychain.client.SupplyChainClient