Author: dan.j.allen
Date: 2009-12-23 17:49:35 -0500 (Wed, 23 Dec 2009)
New Revision: 5364
Modified:
archetypes/trunk/jsf/jee-minimal/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/web.xml
archetypes/trunk/jsf/jee/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/web.xml
archetypes/trunk/jsf/servlet-minimal/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/web.xml
Log:
WELDX-62
Modified:
archetypes/trunk/jsf/jee/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/web.xml
===================================================================
---
archetypes/trunk/jsf/jee/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/web.xml 2009-12-21
15:26:08 UTC (rev 5363)
+++
archetypes/trunk/jsf/jee/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/web.xml 2009-12-23
22:49:35 UTC (rev 5364)
@@ -28,8 +28,8 @@
<!-- This is an optional parameter, but it makes troubleshooting errors much
easier. -->
<!-- You may want to delete it before final deployment -->
<context-param>
- <param-name>facelets.DEVELOPMENT</param-name>
- <param-value>true</param-value>
+ <param-name>javax.faces.PROJECT_STAGE</param-name>
+ <param-value>Development</param-value>
</context-param>
<persistence-unit-ref>
Modified:
archetypes/trunk/jsf/jee-minimal/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/web.xml
===================================================================
---
archetypes/trunk/jsf/jee-minimal/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/web.xml 2009-12-21
15:26:08 UTC (rev 5363)
+++
archetypes/trunk/jsf/jee-minimal/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/web.xml 2009-12-23
22:49:35 UTC (rev 5364)
@@ -27,8 +27,8 @@
<!-- This is an optional parameter, but it makes troubleshooting errors much easier
-->
<!-- You are advised to delete this context parameter before a production
deployment -->
<context-param>
- <param-name>facelets.DEVELOPMENT</param-name>
- <param-value>true</param-value>
+ <param-name>javax.faces.PROJECT_STAGE</param-name>
+ <param-value>Development</param-value>
</context-param>
</web-app>
Modified:
archetypes/trunk/jsf/servlet-minimal/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/web.xml
===================================================================
---
archetypes/trunk/jsf/servlet-minimal/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/web.xml 2009-12-21
15:26:08 UTC (rev 5363)
+++
archetypes/trunk/jsf/servlet-minimal/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/web.xml 2009-12-23
22:49:35 UTC (rev 5364)
@@ -22,8 +22,8 @@
<!-- This is an optional parameter, but it makes troubleshooting errors much easier
-->
<!-- You are advised to remove this context parameter before a production
deployment -->
<context-param>
- <param-name>facelets.DEVELOPMENT</param-name>
- <param-value>true</param-value>
+ <param-name>javax.faces.PROJECT_STAGE</param-name>
+ <param-value>Development</param-value>
</context-param>
<!-- Weld Jetty/Tomcat specific configuration parameters -->