|
From: <wal...@us...> - 2014-04-22 12:18:09
|
Revision: 15404
http://sourceforge.net/p/andromda/svn/15404
Author: walterim
Date: 2014-04-22 12:18:06 +0000 (Tue, 22 Apr 2014)
Log Message:
-----------
Removing parameters that should go in the context.
Modified Paths:
--------------
trunk/cartridges/andromda-jsf2/src/main/resources/templates/jsf2/configuration/web.xml.vsl
Modified: trunk/cartridges/andromda-jsf2/src/main/resources/templates/jsf2/configuration/web.xml.vsl
===================================================================
--- trunk/cartridges/andromda-jsf2/src/main/resources/templates/jsf2/configuration/web.xml.vsl 2014-04-22 12:17:43 UTC (rev 15403)
+++ trunk/cartridges/andromda-jsf2/src/main/resources/templates/jsf2/configuration/web.xml.vsl 2014-04-22 12:18:06 UTC (rev 15404)
@@ -11,14 +11,6 @@
<distributable/>
#end
-##a ser revisto
- <context-param>
- <description>Project stage for the application (new in 2.0). Expects one of
- the following values: Development, Production, SystemTest, UnitTest
- </description>
- <param-name>javax.faces.PROJECT_STAGE</param-name>
- <param-value>#if($enableMyFacesDevelopmentSupport)Development#else Production#end</param-value>
- </context-param>
#if($trinidad)
<context-param>
<param-name>org.apache.myfaces.trinidad.ENABLE_LIGHTWEIGHT_DIALOGS</param-name>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|