summaryrefslogtreecommitdiffstats
path: root/java/sca/contrib/modules/binding-http-runtime/META-INF
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-01-31 04:59:18 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-01-31 04:59:18 +0000
commit2e16e42d5efbe40ef3f606c22d9494d892394d46 (patch)
treebdfe4fd72a18ec7f2e339fe2eedd71593abf284a /java/sca/contrib/modules/binding-http-runtime/META-INF
parent70c4744d83910c822b459546a3c814d4db41b347 (diff)
Moving modules that are not part of the main build to contrib folder
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@739505 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca/contrib/modules/binding-http-runtime/META-INF')
-rw-r--r--java/sca/contrib/modules/binding-http-runtime/META-INF/MANIFEST.MF28
1 files changed, 28 insertions, 0 deletions
diff --git a/java/sca/contrib/modules/binding-http-runtime/META-INF/MANIFEST.MF b/java/sca/contrib/modules/binding-http-runtime/META-INF/MANIFEST.MF
new file mode 100644
index 0000000000..38d5bca016
--- /dev/null
+++ b/java/sca/contrib/modules/binding-http-runtime/META-INF/MANIFEST.MF
@@ -0,0 +1,28 @@
+Manifest-Version: 1.0
+Private-Package: org.apache.tuscany.sca.binding.http.provider;version=
+ "1.4"
+Tool: Bnd-0.0.255
+Bundle-Name: Apache Tuscany SCA HTTP Binding Runtime
+Created-By: 1.6.0_07 (Sun Microsystems Inc.)
+Bundle-Vendor: The Apache Software Foundation
+Bundle-Version: 2.0.0
+Bnd-LastModified: 1225397277718
+Bundle-ManifestVersion: 2
+Bundle-License: http://www.apache.org/licenses/LICENSE-2.0.txt
+Bundle-Description: Apache Tuscany SCA HTTP Binding Runtime
+Import-Package: javax.servlet,
+ javax.servlet.http,
+ org.apache.tuscany.sca.assembly;version="2.0.0",
+ org.apache.tuscany.sca.binding.http;version="2.0.0",
+ org.apache.tuscany.sca.core;version="2.0.0",
+ org.apache.tuscany.sca.host.http;version="2.0.0",
+ org.apache.tuscany.sca.interfacedef;version="2.0.0",
+ org.apache.tuscany.sca.invocation;version="2.0.0",
+ org.apache.tuscany.sca.policy;version="2.0.0",
+ org.apache.tuscany.sca.policy.authentication.basic;version="2.0.0",
+ org.apache.tuscany.sca.provider;version="2.0.0",
+ org.apache.tuscany.sca.runtime;version="2.0.0",
+ org.oasisopen.sca.annotation;version="2.0.0";resolution:=optional
+Bundle-SymbolicName: org.apache.tuscany.sca.binding.http.runtime
+Bundle-DocURL: http://www.apache.org/
+