You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ma...@apache.org on 2011/01/13 12:02:01 UTC

svn commit: r1058500 - /myfaces/trinidad/trunk/trinidad-examples/trinidad-blank/src/main/webapp/WEB-INF/web.xml

Author: matzew
Date: Thu Jan 13 11:02:01 2011
New Revision: 1058500

URL: http://svn.apache.org/viewvc?rev=1058500&view=rev
Log:
changing stage for blank

Modified:
    myfaces/trinidad/trunk/trinidad-examples/trinidad-blank/src/main/webapp/WEB-INF/web.xml

Modified: myfaces/trinidad/trunk/trinidad-examples/trinidad-blank/src/main/webapp/WEB-INF/web.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-examples/trinidad-blank/src/main/webapp/WEB-INF/web.xml?rev=1058500&r1=1058499&r2=1058500&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad-examples/trinidad-blank/src/main/webapp/WEB-INF/web.xml (original)
+++ myfaces/trinidad/trunk/trinidad-examples/trinidad-blank/src/main/webapp/WEB-INF/web.xml Thu Jan 13 11:02:01 2011
@@ -22,6 +22,13 @@
          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"
          version="2.5">
+
+  <!-- setting the project stage to be DEVELOPMENT -->
+  <context-param>
+    <param-name>javax.faces.PROJECT_STAGE</param-name>   
+    <param-value>Development</param-value>
+  </context-param>
+
   <!-- Use client-side state saving.  In Trinidad, it is an
        optimized, token-based mechanism that is almost always a
        better choice than the standard JSF server-side state saving. -->
@@ -110,4 +117,4 @@
     <welcome-file>index.html</welcome-file>
   </welcome-file-list>
 
-</web-app>
\ No newline at end of file
+</web-app>