[jboss-cvs] jboss-seam/seam-gen/icefaces/resources/WEB-INF ...
Norman Richards
norman.richards at jboss.com
Sat Sep 29 15:40:17 EDT 2007
User: nrichards
Date: 07/09/29 15:40:17
Modified: seam-gen/icefaces/resources/WEB-INF web.xml
Log:
JBSEAM-2005
Revision Changes Path
1.4 +59 -60 jboss-seam/seam-gen/icefaces/resources/WEB-INF/web.xml
(In the diff below, changes in quantity of whitespace are not shown.)
Index: web.xml
===================================================================
RCS file: /cvsroot/jboss/jboss-seam/seam-gen/icefaces/resources/WEB-INF/web.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- web.xml 15 Sep 2007 02:29:59 -0000 1.3
+++ web.xml 29 Sep 2007 19:40:17 -0000 1.4
@@ -26,13 +26,12 @@
<url-pattern>/*</url-pattern>
</filter-mapping>
-
- <!-- Facelets development mode (disable in production) -->
<context-param>
<param-name>javax.faces.STATE_SAVING_METHOD</param-name>
<param-value>server</param-value>
</context-param>
+ <!-- Facelets development mode (disable in production) -->
<context-param>
<param-name>facelets.DEVELOPMENT</param-name>
<param-value>true</param-value>
@@ -92,7 +91,7 @@
</servlet>
-<!-- servlet mappings -->
+ <!-- servlet mappings -->
<servlet-mapping>
<servlet-name>Persistent Faces Servlet</servlet-name>
<url-pattern>*.seam</url-pattern>
More information about the jboss-cvs-commits
mailing list