summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/implementation-web-client/META-INF/MANIFEST.MF
diff options
context:
space:
mode:
authoredwardsmj <edwardsmj@13f79535-47bb-0310-9956-ffa450edef68>2009-10-29 14:46:08 +0000
committeredwardsmj <edwardsmj@13f79535-47bb-0310-9956-ffa450edef68>2009-10-29 14:46:08 +0000
commitba12cbc739a6156567471852570006fb4f1ee61e (patch)
tree2b66d7b671dc8c0d4483a92adf0c028c51a3fdc2 /java/sca/modules/implementation-web-client/META-INF/MANIFEST.MF
parent434eda492d8f2f025d50ce1f579a3709713d9d45 (diff)
Fix MANIFEST problems in impl-web-runtime and impl-web-client a) Export implementation.web.runtime package b) Fix spelling mistake sevlet -> servlet
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@830975 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--java/sca/modules/implementation-web-client/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/sca/modules/implementation-web-client/META-INF/MANIFEST.MF b/java/sca/modules/implementation-web-client/META-INF/MANIFEST.MF
index 0073c3a419..25c648a0ce 100644
--- a/java/sca/modules/implementation-web-client/META-INF/MANIFEST.MF
+++ b/java/sca/modules/implementation-web-client/META-INF/MANIFEST.MF
@@ -26,7 +26,7 @@ Import-Package: javax.servlet,
org.directwebremoting;version="2.0.3",
org.directwebremoting.create;version="2.0.3",
org.directwebremoting.extend;version="2.0.3",
- org.directwebremoting.sevlet;version="2.0.3",
+ org.directwebremoting.servlet;version="2.0.3",
org.oasisopen.sca.annotation;version="2.0.0",
org.oasisopen.sca;version="2.0.0"
Bundle-RequiredExecutionEnvironment: J2SE-1.5,JavaSE-1.6