2006/unicorn/WebContent/WEB-INF/conf velocity.properties,1.4,1.5

Update of /sources/public/2006/unicorn/WebContent/WEB-INF/conf
In directory hutz:/tmp/cvs-serv1753/WebContent/WEB-INF/conf

Modified Files:
	velocity.properties 
Log Message:
added autoreload=true to automatically load macro_index.vm on change

Index: velocity.properties
===================================================================
RCS file: /sources/public/2006/unicorn/WebContent/WEB-INF/conf/velocity.properties,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- velocity.properties	2 Sep 2009 12:41:01 -0000	1.4
+++ velocity.properties	10 Sep 2009 15:35:37 -0000	1.5
@@ -5,6 +5,7 @@
 velocimacro.library = macros_index.vm
 
 file.resource.loader.cache = false
+velocimacro.library.autoreload = true
 file.resource.loader.modificationCheckInterval = 2
 
 parser.pool.size = 20
\ No newline at end of file

Received on Thursday, 10 September 2009 15:35:49 UTC