diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2009-08-28 13:01:58 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2009-08-28 13:01:58 +0000 |
commit | bf8aee352a1613513ac495810427f46cb9ef1cd4 (patch) | |
tree | fe368a383f2038d42cb7d06cfeafd2e943e5a8a3 /java/sca/modules/endpoint-wrapper/META-INF | |
parent | 4a125b077c05d1001351ee6437b93ad42707abfe (diff) |
Add a new endpoint module that wraps the existing ones choosing which to use based on the runtime configuration. I think ideally we'd change this so the exitsing inVM registry is the default one and it looks up and remote registry itself and uses that if configured
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@808871 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca/modules/endpoint-wrapper/META-INF')
-rw-r--r-- | java/sca/modules/endpoint-wrapper/META-INF/MANIFEST.MF | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/java/sca/modules/endpoint-wrapper/META-INF/MANIFEST.MF b/java/sca/modules/endpoint-wrapper/META-INF/MANIFEST.MF new file mode 100644 index 0000000000..0a6740d52c --- /dev/null +++ b/java/sca/modules/endpoint-wrapper/META-INF/MANIFEST.MF @@ -0,0 +1,18 @@ +Manifest-Version: 1.0
+Private-Package: apache.tuscany.sca.endpoint.wrapper;version="2.0.0"
+Tool: Bnd-0.0.255
+Bundle-Name: Apache Tuscany SCA Default Endpoint Wrapper
+Created-By: 1.6.0_07 (Sun Microsystems Inc.)
+Bundle-Vendor: The Apache Software Foundation
+Bundle-Version: 2.0.0
+Bnd-LastModified: 1225397237968
+Bundle-ManifestVersion: 2
+Bundle-License: http://www.apache.org/licenses/LICENSE-2.0.txt
+Bundle-Description: Apache Tuscany SCA Default Endpoint Wrapper
+Import-Package: javax.xml.stream;resolution:=optional,
+ org.apache.tuscany.sca.endpoint.impl;version="2.0.0",
+ org.apache.tuscany.sca.management;version="2.0.0",
+ org.apache.tuscany.sca.endpoint.tribes;version="2.0.0",
+Bundle-SymbolicName: org.apache.tuscany.sca.endpoint.wrapper
+Bundle-DocURL: http://www.apache.org/
+Bundle-RequiredExecutionEnvironment: J2SE-1.5,JavaSE-1.6 |