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 2010/01/15 17:51:57 UTC

svn commit: r899708 - in /myfaces/extensions/scripting/trunk/examples: myfaces12-example/src/main/webapp/WEB-INF/web.xml myfaces20-example/src/main/webapp/WEB-INF/web.xml

Author: werpu
Date: Fri Jan 15 16:51:56 2010
New Revision: 899708

URL: http://svn.apache.org/viewvc?rev=899708&view=rev
Log:
fixup of the web.xml for the commit

Modified:
    myfaces/extensions/scripting/trunk/examples/myfaces12-example/src/main/webapp/WEB-INF/web.xml
    myfaces/extensions/scripting/trunk/examples/myfaces20-example/src/main/webapp/WEB-INF/web.xml

Modified: myfaces/extensions/scripting/trunk/examples/myfaces12-example/src/main/webapp/WEB-INF/web.xml
URL: http://svn.apache.org/viewvc/myfaces/extensions/scripting/trunk/examples/myfaces12-example/src/main/webapp/WEB-INF/web.xml?rev=899708&r1=899707&r2=899708&view=diff
==============================================================================
--- myfaces/extensions/scripting/trunk/examples/myfaces12-example/src/main/webapp/WEB-INF/web.xml (original)
+++ myfaces/extensions/scripting/trunk/examples/myfaces12-example/src/main/webapp/WEB-INF/web.xml Fri Jan 15 16:51:56 2010
@@ -37,7 +37,6 @@
 
     <!-- clean method working for myfaces 1.2.8+ -->
 
-    <!--
     <context-param>
         <description>
             Initializes the plugins for our groovy handlers
@@ -45,6 +44,7 @@
         <param-name>org.apache.myfaces.FACES_INIT_PLUGINS</param-name>
         <param-value>org.apache.myfaces.scripting.servlet.StartupServletContextPluginChainLoader</param-value>
     </context-param>
+    <!--
 
 
     <context-param>

Modified: myfaces/extensions/scripting/trunk/examples/myfaces20-example/src/main/webapp/WEB-INF/web.xml
URL: http://svn.apache.org/viewvc/myfaces/extensions/scripting/trunk/examples/myfaces20-example/src/main/webapp/WEB-INF/web.xml?rev=899708&r1=899707&r2=899708&view=diff
==============================================================================
--- myfaces/extensions/scripting/trunk/examples/myfaces20-example/src/main/webapp/WEB-INF/web.xml (original)
+++ myfaces/extensions/scripting/trunk/examples/myfaces20-example/src/main/webapp/WEB-INF/web.xml Fri Jan 15 16:51:56 2010
@@ -24,7 +24,6 @@
 
     <description>MyProject web.xml</description>
 
-    <!--
     <context-param>
         <description>
             Initializes the plugins for our groovy handlers
@@ -32,6 +31,7 @@
         <param-name>org.apache.myfaces.FACES_INIT_PLUGINS</param-name>
         <param-value>org.apache.myfaces.scripting.servlet.StartupServletContextPluginChainLoader</param-value>
     </context-param>
+    <!--
 
 
     <context-param>