summaryrefslogtreecommitdiffstats
path: root/java/sca/distribution
diff options
context:
space:
mode:
authorrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2009-05-27 17:51:10 +0000
committerrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2009-05-27 17:51:10 +0000
commit6f304ea24de600de2e6d6ae48a799d783a1c4b0b (patch)
tree4c516a03e6b32ba09078d5447013936e443c910d /java/sca/distribution
parentc1619b61cdbc1a329385f9549f1174cb7de32bdf (diff)
Update the MF
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@779257 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca/distribution')
-rw-r--r--java/sca/distribution/tomcat/tomcat-hook/META-INF/MANIFEST.MF7
1 files changed, 3 insertions, 4 deletions
diff --git a/java/sca/distribution/tomcat/tomcat-hook/META-INF/MANIFEST.MF b/java/sca/distribution/tomcat/tomcat-hook/META-INF/MANIFEST.MF
index fca93beabf..70e18a0c9a 100644
--- a/java/sca/distribution/tomcat/tomcat-hook/META-INF/MANIFEST.MF
+++ b/java/sca/distribution/tomcat/tomcat-hook/META-INF/MANIFEST.MF
@@ -1,8 +1,7 @@
Manifest-Version: 1.0
-Export-Package: org.apache.tuscany.sca.host.webapp;version="2.0.0";
- uses:="javax.servlet,org.apache.tuscany.sca.host.http,org.apache.tuscany.sca.core"
+Export-Package: org.apache.tuscany.sca.tomcat;version="2.0.0"
Tool: Bnd-0.0.255
-Bundle-Name: Apache Tuscany SCA Webapp Host
+Bundle-Name: Apache Tuscany SCA Tomcat Hook
Created-By: 1.6.0_07 (Sun Microsystems Inc.)
Bundle-Vendor: The Apache Software Foundation
Bundle-Version: 2.0.0
@@ -20,6 +19,6 @@ Import-Package: javax.naming,
org.apache.tuscany.sca.node.configuration;version="2.0.0",
org.apache.tuscany.sca.node.impl;version="2.0.0",
org.oasisopen.sca;version="2.0.0"
-Bundle-SymbolicName: org.apache.tuscany.sca.host.webapp
+Bundle-SymbolicName: org.apache.tuscany.sca.tomcat
Bundle-DocURL: http://www.apache.org/
Bundle-RequiredExecutionEnvironment: J2SE-1.5,JavaSE-1.6