summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/extensibility/META-INF/MANIFEST.MF
blob: 7cc2ff22c9d3bf3e2e037770dacebcabf3473b64 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Manifest-Version: 1.0
Tuscany-Comment: Expoprt the META-INF.services under an "internal" attribute 
 so that it can be seen only by the bundle itself without following the 
 DynamicImport-Package * 
Export-Package: org.apache.tuscany.sca.core;uses:="org.apache.tuscany.
 sca.extensibility";version="2.0.0",org.apache.tuscany.sca.extensibility
 ;version="2.0.0",META-INF.services;internal=true;mandatory:=internal
Tool: Bnd-0.0.255
Bundle-Name: Apache Tuscany SCA Extensibility
Created-By: 1.6.0_07 (Sun Microsystems Inc.)
DynamicImport-Package: org.apache.tuscany.sca.extensibility.equinox,
 javax.transaction;version="1.1",
 javax.transaction.xa;version="1.1",
 *
Bundle-Vendor: The Apache Software Foundation
Bundle-Version: 2.0.0
Bnd-LastModified: 1225397079296
Bundle-ManifestVersion: 2
Bundle-License: http://www.apache.org/licenses/LICENSE-2.0.txt
Bundle-Description: Apache Tuscany SCA Extensibility
Import-Package: org.apache.tuscany.sca.core;version="2.0.0",
 org.apache.tuscany.sca.extensibility;version="2.0.0"
Bundle-SymbolicName: org.apache.tuscany.sca.extensibility
Bundle-DocURL: http://www.apache.org/
Bundle-RequiredExecutionEnvironment: J2SE-1.5,JavaSE-1.6