From 3f1c188f3f5fc65904e8234ba56e8d64904459e1 Mon Sep 17 00:00:00 2001 From: jsdelfino Date: Tue, 24 Aug 2010 01:10:20 +0000 Subject: Add a strawman Python implementation extension. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@988364 13f79535-47bb-0310-9956-ffa450edef68 --- .../implementation-python-runtime/META-INF/MANIFEST.MF | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 sca-java-2.x/trunk/modules/implementation-python-runtime/META-INF/MANIFEST.MF (limited to 'sca-java-2.x/trunk/modules/implementation-python-runtime/META-INF') 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 -- cgit v1.2.3