diff options
Diffstat (limited to '')
-rw-r--r-- | branches/sca-equinox/modules/host-jetty/META-INF/MANIFEST.MF | 21 | ||||
-rw-r--r-- | branches/sca-equinox/modules/host-jetty/META-INF/README | 1 |
2 files changed, 21 insertions, 1 deletions
diff --git a/branches/sca-equinox/modules/host-jetty/META-INF/MANIFEST.MF b/branches/sca-equinox/modules/host-jetty/META-INF/MANIFEST.MF new file mode 100644 index 0000000000..544f8711f3 --- /dev/null +++ b/branches/sca-equinox/modules/host-jetty/META-INF/MANIFEST.MF @@ -0,0 +1,21 @@ +Manifest-Version: 1.0
+Created-By: 1.5.0_11 (Sun Microsystems Inc.)
+Bundle-License: http://www.apache.org/licenses/LICENSE-2.0.txt
+Import-Package: javax.servlet,org.apache.tuscany.sca.core;version="1.4
+ ",org.apache.tuscany.sca.host.http;version="1.4",org.apache.tuscany.s
+ ca.work;version="1.4",org.mortbay.jetty;version="6.1.7",org.mortbay.j
+ etty.handler;version="6.1.7",org.mortbay.jetty.nio;version="6.1.7",or
+ g.mortbay.jetty.security;version="6.1.7",org.mortbay.jetty.servlet;ve
+ rsion="6.1.7",org.mortbay.log;version="6.1.7",org.mortbay.resource;ve
+ rsion="6.1.7",org.mortbay.thread;version="6.1.7"
+Bnd-LastModified: 1225317127792
+Bundle-Version: 1.4
+Bundle-Description: Apache Tuscany SCA Jetty Servlet Host Extension
+Bundle-Name: Apache Tuscany SCA Jetty Servlet Host Extension
+Private-Package: org.apache.tuscany.sca.http.jetty;version="1.4"
+Bundle-DocURL: http://www.apache.org/
+Bundle-ManifestVersion: 2
+Bundle-Vendor: The Apache Software Foundation
+Bundle-SymbolicName: org.apache.tuscany.sca.host.jetty
+Tool: Bnd-0.0.255
+
diff --git a/branches/sca-equinox/modules/host-jetty/META-INF/README b/branches/sca-equinox/modules/host-jetty/META-INF/README deleted file mode 100644 index 009570154d..0000000000 --- a/branches/sca-equinox/modules/host-jetty/META-INF/README +++ /dev/null @@ -1 +0,0 @@ -This directory contains a generated MANIFEST.MF file. |