[seam-commits] Seam SVN: r8557 - in branches/Seam_2_0/seam-gen: resources/WEB-INF and 1 other directory.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Sun Aug 3 17:18:33 EDT 2008
Author: dan.j.allen
Date: 2008-08-03 17:18:32 -0400 (Sun, 03 Aug 2008)
New Revision: 8557
Modified:
branches/Seam_2_0/seam-gen/icefaces/resources/WEB-INF/web.xml
branches/Seam_2_0/seam-gen/resources/WEB-INF/web.xml
Log:
tie facelets development mode to debug replacement property
Modified: branches/Seam_2_0/seam-gen/icefaces/resources/WEB-INF/web.xml
===================================================================
--- branches/Seam_2_0/seam-gen/icefaces/resources/WEB-INF/web.xml 2008-08-03 17:20:27 UTC (rev 8556)
+++ branches/Seam_2_0/seam-gen/icefaces/resources/WEB-INF/web.xml 2008-08-03 21:18:32 UTC (rev 8557)
@@ -34,7 +34,7 @@
<!-- Facelets development mode (disable in production) -->
<context-param>
<param-name>facelets.DEVELOPMENT</param-name>
- <param-value>true</param-value>
+ <param-value>@debug@</param-value>
</context-param>
<context-param>
Modified: branches/Seam_2_0/seam-gen/resources/WEB-INF/web.xml
===================================================================
--- branches/Seam_2_0/seam-gen/resources/WEB-INF/web.xml 2008-08-03 17:20:27 UTC (rev 8556)
+++ branches/Seam_2_0/seam-gen/resources/WEB-INF/web.xml 2008-08-03 21:18:32 UTC (rev 8557)
@@ -41,7 +41,7 @@
<context-param>
<param-name>facelets.DEVELOPMENT</param-name>
- <param-value>true</param-value>
+ <param-value>@debug@</param-value>
</context-param>
<!-- JSF -->
More information about the seam-commits
mailing list