You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by we...@apache.org on 2006/05/04 00:47:54 UTC

svn commit: r399475 - /myfaces/tomahawk/trunk/sandbox/examples/src/main/webapp/WEB-INF/web.xml

Author: werpu
Date: Wed May  3 15:47:53 2006
New Revision: 399475

URL: http://svn.apache.org/viewcvs?rev=399475&view=rev
Log:
removing the traces of the last commit

Modified:
    myfaces/tomahawk/trunk/sandbox/examples/src/main/webapp/WEB-INF/web.xml

Modified: myfaces/tomahawk/trunk/sandbox/examples/src/main/webapp/WEB-INF/web.xml
URL: http://svn.apache.org/viewcvs/myfaces/tomahawk/trunk/sandbox/examples/src/main/webapp/WEB-INF/web.xml?rev=399475&r1=399474&r2=399475&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/sandbox/examples/src/main/webapp/WEB-INF/web.xml (original)
+++ myfaces/tomahawk/trunk/sandbox/examples/src/main/webapp/WEB-INF/web.xml Wed May  3 15:47:53 2006
@@ -107,11 +107,7 @@
     <servlet-class>org.apache.myfaces.shared_tomahawk.util.servlet.SourceCodeServlet</servlet-class>
   </servlet>
   <!-- Spellchecker Servlet -->
-  <servlet>
-    <servlet-name>Spellchecker Servlet</servlet-name>
-    <servlet-class>org.apache.myfaces.custom.pagelet.AjaxSpellcheckerServlet</servlet-class>
-    <load-on-startup>1</load-on-startup>
-  </servlet>
+  
   <servlet-mapping>
     <servlet-name>Faces Servlet</servlet-name>
     <url-pattern>*.jsf</url-pattern>