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

svn commit: r448362 - in /myfaces/tomahawk/trunk: examples/blank/src/main/webapp/WEB-INF/ examples/simple/src/main/webapp/WEB-INF/ examples/tiles/src/main/webapp/WEB-INF/ examples/wap/src/main/webapp/WEB-INF/ sandbox/examples/src/main/webapp/WEB-INF/

Author: grantsmith
Date: Wed Sep 20 15:09:03 2006
New Revision: 448362

URL: http://svn.apache.org/viewvc?view=rev&rev=448362
Log:
Corrected location of SourceCodeServlet in the example web.xml files.

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

Modified: myfaces/tomahawk/trunk/examples/blank/src/main/webapp/WEB-INF/web.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/examples/blank/src/main/webapp/WEB-INF/web.xml?view=diff&rev=448362&r1=448361&r2=448362
==============================================================================
--- myfaces/tomahawk/trunk/examples/blank/src/main/webapp/WEB-INF/web.xml (original)
+++ myfaces/tomahawk/trunk/examples/blank/src/main/webapp/WEB-INF/web.xml Wed Sep 20 15:09:03 2006
@@ -157,7 +157,7 @@
   </servlet>
   <servlet>
     <servlet-name>SourceCodeServlet</servlet-name>
-    <servlet-class>org.apache.myfaces.shared_tomahawk.util.servlet.SourceCodeServlet</servlet-class>
+    <servlet-class>org.apache.myfaces.shared.util.servlet.SourceCodeServlet</servlet-class>
   </servlet>
   <servlet-mapping>
     <servlet-name>Faces Servlet</servlet-name>

Modified: myfaces/tomahawk/trunk/examples/simple/src/main/webapp/WEB-INF/web.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/examples/simple/src/main/webapp/WEB-INF/web.xml?view=diff&rev=448362&r1=448361&r2=448362
==============================================================================
--- myfaces/tomahawk/trunk/examples/simple/src/main/webapp/WEB-INF/web.xml (original)
+++ myfaces/tomahawk/trunk/examples/simple/src/main/webapp/WEB-INF/web.xml Wed Sep 20 15:09:03 2006
@@ -118,7 +118,7 @@
     </description>
     <param-name>org.apache.myfaces.RESOURCE_VIRTUAL_PATH</param-name>
     <param-value>/faces/extensionResource</param-value>
-</context-param>
+  </context-param>
   
   <filter>
     <filter-name>extensionsFilter</filter-name>
@@ -160,7 +160,7 @@
   </servlet>
   <servlet>
     <servlet-name>SourceCodeServlet</servlet-name>
-    <servlet-class>org.apache.myfaces.shared_tomahawk.util.servlet.SourceCodeServlet</servlet-class>
+    <servlet-class>org.apache.myfaces.shared.util.servlet.SourceCodeServlet</servlet-class>
   </servlet>
   <servlet-mapping>
     <servlet-name>Faces Servlet</servlet-name>

Modified: myfaces/tomahawk/trunk/examples/tiles/src/main/webapp/WEB-INF/web.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/examples/tiles/src/main/webapp/WEB-INF/web.xml?view=diff&rev=448362&r1=448361&r2=448362
==============================================================================
--- myfaces/tomahawk/trunk/examples/tiles/src/main/webapp/WEB-INF/web.xml (original)
+++ myfaces/tomahawk/trunk/examples/tiles/src/main/webapp/WEB-INF/web.xml Wed Sep 20 15:09:03 2006
@@ -167,7 +167,7 @@
   </servlet>
   <servlet>
     <servlet-name>SourceCodeServlet</servlet-name>
-    <servlet-class>org.apache.myfaces.shared_tomahawk.util.servlet.SourceCodeServlet</servlet-class>
+    <servlet-class>org.apache.myfaces.shared.util.servlet.SourceCodeServlet</servlet-class>
   </servlet>
   <servlet-mapping>
     <servlet-name>Faces Servlet</servlet-name>

Modified: myfaces/tomahawk/trunk/examples/wap/src/main/webapp/WEB-INF/web.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/examples/wap/src/main/webapp/WEB-INF/web.xml?view=diff&rev=448362&r1=448361&r2=448362
==============================================================================
--- myfaces/tomahawk/trunk/examples/wap/src/main/webapp/WEB-INF/web.xml (original)
+++ myfaces/tomahawk/trunk/examples/wap/src/main/webapp/WEB-INF/web.xml Wed Sep 20 15:09:03 2006
@@ -26,7 +26,7 @@
               Attention: You may not put /WEB-INF/faces-config.xml in here.
       </description>
       <param-name>javax.faces.CONFIG_FILES</param-name>
-      <param-value>/WEB-INF/examples-config.xml</param-value>
+      <param-value>/WEB-INF/wap-faces-config.xml</param-value>
     </context-param>
     <context-param>
       <description>State saving method: "client" or "server" (= default)

Modified: myfaces/tomahawk/trunk/sandbox/examples/src/main/webapp/WEB-INF/web.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/sandbox/examples/src/main/webapp/WEB-INF/web.xml?view=diff&rev=448362&r1=448361&r2=448362
==============================================================================
--- 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 Sep 20 15:09:03 2006
@@ -161,7 +161,7 @@
   </servlet>
   <servlet>
     <servlet-name>SourceCodeServlet</servlet-name>
-    <servlet-class>org.apache.myfaces.shared_tomahawk.util.servlet.SourceCodeServlet</servlet-class>
+    <servlet-class>org.apache.myfaces.shared.util.servlet.SourceCodeServlet</servlet-class>
   </servlet>
   <!-- Spellchecker Servlet -->