Author: tmjee
Date: Mon Jun 12 05:16:02 2006
New Revision: 413643

URL: http://svn.apache.org/viewvc?rev=413643&view=rev
Log:
- added an entry for custom freemarker (needed by one of the example in
  showcase)
- added entry to disable browser cache, for easier debugging showcase


Modified:
    struts/action2/trunk/apps/showcase/src/main/resources/struts.properties

Modified: 
struts/action2/trunk/apps/showcase/src/main/resources/struts.properties
URL: 
http://svn.apache.org/viewvc/struts/action2/trunk/apps/showcase/src/main/resources/struts.properties?rev=413643&r1=413642&r2=413643&view=diff
==============================================================================
--- struts/action2/trunk/apps/showcase/src/main/resources/struts.properties 
(original)
+++ struts/action2/trunk/apps/showcase/src/main/resources/struts.properties Mon 
Jun 12 05:16:02 2006
@@ -6,3 +6,7 @@
 struts.custom.i18n.resources=globalMessages
 #struts.action.extension=jspa
 struts.url.http.port = 8080
+struts.freemarker.manager.classname=customFreemarkerManager
+
+struts.serve.static=true
+struts.serve.static.browserCache=false


Reply via email to