You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by jw...@apache.org on 2008/02/26 00:14:44 UTC

svn commit: r631036 - /myfaces/trinidad/trunk/trinidad-examples/trinidad-demo/src/main/webapp/WEB-INF/web.xml

Author: jwaldman
Date: Mon Feb 25 15:14:39 2008
New Revision: 631036

URL: http://svn.apache.org/viewvc?rev=631036&view=rev
Log:
doc how the <param-name>org.apache.myfaces.trinidad.CHECK_FILE_MODIFICATION</param-name>
is also used for skinning.

Modified:
    myfaces/trinidad/trunk/trinidad-examples/trinidad-demo/src/main/webapp/WEB-INF/web.xml

Modified: myfaces/trinidad/trunk/trinidad-examples/trinidad-demo/src/main/webapp/WEB-INF/web.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-examples/trinidad-demo/src/main/webapp/WEB-INF/web.xml?rev=631036&r1=631035&r2=631036&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad-examples/trinidad-demo/src/main/webapp/WEB-INF/web.xml (original)
+++ myfaces/trinidad/trunk/trinidad-examples/trinidad-demo/src/main/webapp/WEB-INF/web.xml Mon Feb 25 15:14:39 2008
@@ -70,9 +70,11 @@
 
   <!-- If this parameter is enabled, Trinidad will automatically
        check the modification date of your JSPs, and discard saved
-       state when they change;  this makes development easier,
+       state when they change. Trinidad will also automatically check
+       if your skinning css files have changed without having to restart
+       the server; this makes development easier,
        but adds overhead that should be avoided when your application
-       is deployed -->
+       is deployed. -->
   <context-param>
     <param-name>org.apache.myfaces.trinidad.CHECK_FILE_MODIFICATION</param-name>
     <param-value>true</param-value>