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/09 17:22:49 UTC

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

Author: werpu
Date: Sat Jan  9 16:22:48 2010
New Revision: 897490

URL: http://svn.apache.org/viewvc?rev=897490&view=rev
Log:
preparations for the commit

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

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=897490&r1=897489&r2=897490&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 Sat Jan  9 16:22:48 2010
@@ -24,7 +24,7 @@
 
     <description>MyProject web.xml</description>
 
-
+    <!--
     <context-param>
         <description>
             Initializes the plugins for our groovy handlers
@@ -55,6 +55,22 @@
         </param-value>
     </context-param>
 
+    <context-param>
+        <description>resource paths for our custom facelet resource resolver</description>
+        <param-name>org.apache.myfaces.scripting.resources.LOADER_PATHS</param-name>
+        <param-value>
+            /Users/werpu2/development/workspace/extensions-scripting3/examples/myfaces20-example/src/main/webapp
+        </param-value>
+    </context-param>
+
+    <context-param>
+        <description>a redirecting Facelet resource resolver which allows to pick up templates and resources from our
+            source dir
+        </description>
+        <param-name>facelets.RESOURCE_RESOLVER</param-name>
+        <param-value>org.apache.myfaces.scripting.facelet.ReroutingResourceResolver</param-value>
+    </context-param>
+    -->
 
     <!--
      <context-param>
@@ -82,21 +98,6 @@
         <param-value>Development</param-value>
     </context-param>
 
-    <context-param>
-        <description>resource paths for our custom facelet resource resolver</description>
-        <param-name>org.apache.myfaces.scripting.resources.LOADER_PATHS</param-name>
-        <param-value>
-            /Users/werpu2/development/workspace/extensions-scripting3/examples/myfaces20-example/src/main/webapp
-        </param-value>
-    </context-param>
-
-    <context-param>
-        <description>a redirecting Facelet resource resolver which allows to pick up templates and resources from our
-            source dir
-        </description>
-        <param-name>facelets.RESOURCE_RESOLVER</param-name>
-        <param-value>org.apache.myfaces.scripting.facelet.ReroutingResourceResolver</param-value>
-    </context-param>
 
     <context-param>
         <description>State saving method: "client" or "server" (= default)