summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/sca-api-osoa/META-INF
diff options
context:
space:
mode:
authorslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2009-05-15 09:35:25 +0000
committerslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2009-05-15 09:35:25 +0000
commita6fbb9212ea2faa84c673484199073cb885152f8 (patch)
treef0c14f03e21119c695964be8cd95cdd88949c386 /java/sca/modules/sca-api-osoa/META-INF
parent2154abb5bc5de4b3a7c78f1e8e2d890cef8eacd4 (diff)
OSOA annotations and APIs. part of minimum changes required to get an OSOA sample read in.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@775069 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca/modules/sca-api-osoa/META-INF')
-rw-r--r--java/sca/modules/sca-api-osoa/META-INF/MANIFEST.MF20
1 files changed, 20 insertions, 0 deletions
diff --git a/java/sca/modules/sca-api-osoa/META-INF/MANIFEST.MF b/java/sca/modules/sca-api-osoa/META-INF/MANIFEST.MF
new file mode 100644
index 0000000000..33c6857cf9
--- /dev/null
+++ b/java/sca/modules/sca-api-osoa/META-INF/MANIFEST.MF
@@ -0,0 +1,20 @@
+Manifest-Version: 1.0
+Export-Package: org.apache.tuscany.sca.api;version="2.0.0",
+ org.osoa.sca;version="2.0.0",
+ org.osoa.sca.annotations;version="2.0.0"
+Tool: Bnd-0.0.255
+Bundle-Name: Apache Tuscany SCA API
+Created-By: 1.6.0_07 (Sun Microsystems Inc.)
+Bundle-Vendor: The Apache Software Foundation
+Bundle-Version: 2.0.0
+Bnd-LastModified: 1225397105046
+Bundle-ManifestVersion: 2
+Bundle-License: http://www.apache.org/licenses/LICENSE-2.0.txt
+Bundle-Description: API classes for the Service Component Architecture
+Import-Package: javax.security.auth,
+ org.apache.tuscany.sca.api;version="2.0.0",
+ org.osoa.sca;version="2.0.0",
+ org.osoa.sca.annotations;version="2.0.0"
+Bundle-SymbolicName: org.apache.tuscany.sca.api.osoa
+Bundle-DocURL: http://www.apache.org/
+Bundle-RequiredExecutionEnvironment: J2SE-1.5,JavaSE-1.6