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 -->
Show replies by date