summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/host-http/META-INF/MANIFEST.MF
diff options
context:
space:
mode:
Diffstat (limited to 'java/sca/modules/host-http/META-INF/MANIFEST.MF')
-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