Author: musachy Date: Sat Jun 30 09:53:33 2007 New Revision: 552173 URL: http://svn.apache.org/viewvc?view=rev&rev=552173 Log: WW-1661 Implementation of Freemarker caching for Struts2 Guice complains that the dependency was not found, running the tests
Modified: struts/struts2/trunk/core/src/main/resources/org/apache/struts2/default.properties Modified: struts/struts2/trunk/core/src/main/resources/org/apache/struts2/default.properties URL: http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/main/resources/org/apache/struts2/default.properties?view=diff&rev=552173&r1=552172&r2=552173 ============================================================================== --- struts/struts2/trunk/core/src/main/resources/org/apache/struts2/default.properties (original) +++ struts/struts2/trunk/core/src/main/resources/org/apache/struts2/default.properties Sat Jun 30 09:53:33 2007 @@ -147,7 +147,7 @@ ### Enables caching of FreeMarker templates ### Has the same effect as copying the templates under WEB_APP/templates -#struts.freemarker.templatesCache=true +struts.freemarker.templatesCache=false ### See the StrutsBeanWrapper javadocs for more information struts.freemarker.wrapper.altMap=true