diff options
author | rfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68> | 2009-11-09 23:34:56 +0000 |
---|---|---|
committer | rfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68> | 2009-11-09 23:34:56 +0000 |
commit | d5319fc19f29bad7971ac369f1dc365441ae35b6 (patch) | |
tree | 2f940b5bfe8d6afe8c3b491be4a8719589ef6520 /sandbox/rfeng/tuscany-provisioning/META-INF | |
parent | 80b0aff41c6d21c5faa91f5e37e247b89ca0d404 (diff) |
Prototyping the provisioning support for Tuscany SCA:
1) Find the "extension" by XML qnames or Java types
2) Resolve the maven dependencies for the "extension"
3) Traverse the contribution/composite model to identify required "extensions"
4) Provision the Node to a runtime that is capable of handling the "extensions"
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@834277 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sandbox/rfeng/tuscany-provisioning/META-INF')
-rw-r--r-- | sandbox/rfeng/tuscany-provisioning/META-INF/MANIFEST.MF | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/sandbox/rfeng/tuscany-provisioning/META-INF/MANIFEST.MF b/sandbox/rfeng/tuscany-provisioning/META-INF/MANIFEST.MF new file mode 100644 index 0000000000..5c8f9482b2 --- /dev/null +++ b/sandbox/rfeng/tuscany-provisioning/META-INF/MANIFEST.MF @@ -0,0 +1,16 @@ +Manifest-Version: 1.0
+Main-Class: org.apache.tuscany.sca.provision.ExtensionIntrospector
+Tool: Bnd-0.0.255
+Bundle-Name: Apache Tuscany SCA Provision
+Created-By: 1.6.0_07 (Sun Microsystems Inc.)
+Bundle-Vendor: The Apache Software Foundation
+Bundle-Version: 2.0.0
+Bnd-LastModified: 1225397240796
+Bundle-ManifestVersion: 2
+Bundle-License: http://www.apache.org/licenses/LICENSE-2.0.txt
+Bundle-Description: Apache Tuscany SCA Node Implementation
+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.provision
+Bundle-DocURL: http://www.apache.org/
+Bundle-RequiredExecutionEnvironment: J2SE-1.5,JavaSE-1.6 |