summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/tags/2.0.1-RC1/modules/extensibility/META-INF/MANIFEST.MF
blob: 9bead3ab7d176b395f1968eecb9b7f258b0d6223 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Manifest-Version: 1.0
Export-Package: org.apache.tuscany.sca.core;version="2.0.0";
 uses:="org.apache.tuscany.sca.extensibility",
 org.apache.tuscany.sca.extensibility;version="2.0.0"
SCA-Version: 1.1
Bundle-Name: Apache Tuscany SCA Extensibility
Bundle-Vendor: The Apache Software Foundation
Bundle-Version: 2.0.0
Bundle-ManifestVersion: 2
Bundle-License: http://www.apache.org/licenses/LICENSE-2.0.txt
Bundle-Description: Apache Tuscany SCA Extensibility
Import-Package: javax.xml.namespace,
 org.apache.tuscany.sca.core;version="2.0.0",
 org.apache.tuscany.sca.extensibility;version="2.0.0"
DynamicImport-Package: org.apache.tuscany.sca.extensibility.equinox 
Bundle-SymbolicName: org.apache.tuscany.sca.extensibility
Bundle-DocURL: http://www.apache.org/
Bundle-RequiredExecutionEnvironment: J2SE-1.5,JavaSE-1.6