summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/host-http/META-INF/MANIFEST.MF
diff options
context:
space:
mode:
authorrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2009-10-06 16:55:15 +0000
committerrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2009-10-06 16:55:15 +0000
commit381a103a148d1aacb19f0afb14f66d9d6e298878 (patch)
treeb6a1b26b5d8670d3f60cea728c5d9668bcb34d96 /java/sca/modules/host-http/META-INF/MANIFEST.MF
parent5d83de3646c6f1b07d2221f5586088deeca27d0a (diff)
Enable lazy loading of ServletHost extensions
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@822343 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--java/sca/modules/host-http/META-INF/MANIFEST.MF7
1 files changed, 5 insertions, 2 deletions
diff --git a/java/sca/modules/host-http/META-INF/MANIFEST.MF b/java/sca/modules/host-http/META-INF/MANIFEST.MF
index 238b322f35..b4ad3f121e 100644
--- a/java/sca/modules/host-http/META-INF/MANIFEST.MF
+++ b/java/sca/modules/host-http/META-INF/MANIFEST.MF
@@ -11,8 +11,11 @@ Bundle-ManifestVersion: 2
Bundle-License: http://www.apache.org/licenses/LICENSE-2.0.txt
Bundle-Description: Apache Tuscany SCA HTTP Servlet Host Extension Poi
nt
-Import-Package: javax.servlet,javax.servlet.http,org.apache.tuscany.sc
- a.host.http;version="2.0.0"
+Import-Package: javax.servlet,
+ javax.servlet.http,
+ org.apache.tuscany.sca.core;version="2.0.0",
+ org.apache.tuscany.sca.extensibility;version="2.0.0",
+ org.apache.tuscany.sca.host.http;version="2.0.0"
Bundle-SymbolicName: org.apache.tuscany.sca.host.http
Bundle-DocURL: http://www.apache.org/
Bundle-RequiredExecutionEnvironment: J2SE-1.5,JavaSE-1.6