- From: Thomas Gambet via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 24 Aug 2009 09:16:12 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2006/unicorn/WebContent/WEB-INF/conf
In directory hutz:/tmp/cvs-serv32542/WebContent/WEB-INF/conf
Modified Files:
Tag: dev2
velocity.properties
Log Message:
removed template caching which is already supported by velocity
Index: velocity.properties
===================================================================
RCS file: /sources/public/2006/unicorn/WebContent/WEB-INF/conf/Attic/velocity.properties,v
retrieving revision 1.1.2.3
retrieving revision 1.1.2.4
diff -u -d -r1.1.2.3 -r1.1.2.4
--- velocity.properties 20 Aug 2009 14:38:15 -0000 1.1.2.3
+++ velocity.properties 24 Aug 2009 09:16:10 -0000 1.1.2.4
@@ -2,4 +2,9 @@
runtime.log.logsystem.log4j.logger=Velocity
input.encoding=UTF-8
output.encoding=UTF-8
-velocimacro.library = includes/macros.vm
\ No newline at end of file
+velocimacro.library = unicorn_macros.vm
+
+file.resource.loader.cache = false
+file.resource.loader.modificationCheckInterval = 1
+
+parser.pool.size = 20
\ No newline at end of file
Received on Monday, 24 August 2009 09:16:21 UTC