diff options
author | jsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68> | 2010-08-24 01:10:20 +0000 |
---|---|---|
committer | jsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68> | 2010-08-24 01:10:20 +0000 |
commit | 3f1c188f3f5fc65904e8234ba56e8d64904459e1 (patch) | |
tree | 34bbd51fd9f69b38f493870c5f5a0e151acd5fa7 /sca-java-2.x/trunk/modules/implementation-python-runtime/META-INF | |
parent | 94adf2ec3c2bede07b62d07444282293bf866132 (diff) |
Add a strawman Python implementation extension.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@988364 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/modules/implementation-python-runtime/META-INF')
-rw-r--r-- | sca-java-2.x/trunk/modules/implementation-python-runtime/META-INF/MANIFEST.MF | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sca-java-2.x/trunk/modules/implementation-python-runtime/META-INF/MANIFEST.MF b/sca-java-2.x/trunk/modules/implementation-python-runtime/META-INF/MANIFEST.MF new file mode 100644 index 0000000000..8155c1deb2 --- /dev/null +++ b/sca-java-2.x/trunk/modules/implementation-python-runtime/META-INF/MANIFEST.MF @@ -0,0 +1,11 @@ +Manifest-Version: 1.0
+SCA-Version: 1.1
+Bundle-Name: Apache Tuscany Python Implementation Runtime
+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 Python Implementation Runtime
+Bundle-SymbolicName: org.apache.tuscany.sca.implementation.python.runtime
+Bundle-DocURL: http://www.apache.org/
+Bundle-RequiredExecutionEnvironment: J2SE-1.5,JavaSE-1.6 |