summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/host-jetty7/META-INF/MANIFEST.MF
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-11-20 23:53:35 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-11-20 23:53:35 +0000
commita3c48da9bb8971497d414f86e352123d95b9c3da (patch)
treefdf0f3636b65946c061c8b2e89d657b488be274e /java/sca/modules/host-jetty7/META-INF/MANIFEST.MF
parentcc7496466097c3cb8e793ebf3e332b025705aaa7 (diff)
Moving 2.x trunk
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@882795 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca/modules/host-jetty7/META-INF/MANIFEST.MF')
-rw-r--r--java/sca/modules/host-jetty7/META-INF/MANIFEST.MF27
1 files changed, 0 insertions, 27 deletions
diff --git a/java/sca/modules/host-jetty7/META-INF/MANIFEST.MF b/java/sca/modules/host-jetty7/META-INF/MANIFEST.MF
deleted file mode 100644
index 91863113ea..0000000000
--- a/java/sca/modules/host-jetty7/META-INF/MANIFEST.MF
+++ /dev/null
@@ -1,27 +0,0 @@
-Manifest-Version: 1.0
-Private-Package: org.apache.tuscany.sca.http.jetty;version="2.0.0"
-SCA-Version: 1.1
-Bundle-Name: Apache Tuscany SCA Jetty7 Servlet Host Extension
-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 Jetty Servlet Host Extension
-Import-Package: javax.net.ssl;resolution:=optional,
- javax.servlet,
- javax.servlet.http;resolution:=optional,
- org.apache.tuscany.sca.core;version="2.0.0",
- org.apache.tuscany.sca.host.http;version="2.0.0",
- org.apache.tuscany.sca.work;version="2.0.0",
- org.eclipse.jetty.util.component;version="7.0.0.v20091005",
- org.eclipse.jetty;version="7.0.0.v20091005",
- org.eclipse.jetty.handler;version="7.0.0.v20091005",
- org.eclipse.jetty.nio;version="7.0.0.v20091005",
- org.eclipse.jetty.security;version="7.0.0.v20091005",
- org.eclipse.jetty.servlet;version="7.0.0.v20091005",
- org.eclipse.jetty.util.log;version="7.0.0.v20091005",
- org.eclipse.jetty.util.resource;version="7.0.0.v20091005",
- org.eclipse.jetty.util.thread;version="7.0.0.v20091005"
-Bundle-SymbolicName: org.apache.tuscany.sca.host.jetty7
-Bundle-DocURL: http://www.apache.org/
-Bundle-RequiredExecutionEnvironment: J2SE-1.5,JavaSE-1.6