You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by ed...@apache.org on 2009/10/29 15:46:08 UTC

svn commit: r830975 - /tuscany/java/sca/modules/implementation-web-client/META-INF/MANIFEST.MF

Author: edwardsmj
Date: Thu Oct 29 14:46:08 2009
New Revision: 830975

URL: http://svn.apache.org/viewvc?rev=830975&view=rev
Log:
Fix MANIFEST problems in impl-web-runtime and impl-web-client a) Export implementation.web.runtime package b) Fix spelling mistake sevlet -> servlet

Modified:
    tuscany/java/sca/modules/implementation-web-client/META-INF/MANIFEST.MF

Modified: tuscany/java/sca/modules/implementation-web-client/META-INF/MANIFEST.MF
URL: http://svn.apache.org/viewvc/tuscany/java/sca/modules/implementation-web-client/META-INF/MANIFEST.MF?rev=830975&r1=830974&r2=830975&view=diff
==============================================================================
--- tuscany/java/sca/modules/implementation-web-client/META-INF/MANIFEST.MF (original)
+++ tuscany/java/sca/modules/implementation-web-client/META-INF/MANIFEST.MF Thu Oct 29 14:46:08 2009
@@ -26,7 +26,7 @@
  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