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