2006/unicorn/WebContent/WEB-INF/conf velocity.properties,1.1.2.1,1.1.2.2

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

Modified Files:
      Tag: dev2
	velocity.properties 
Log Message:
replaced SimpleLog4JLogSystem by Log4JLogChute which was deprecated

Index: velocity.properties
===================================================================
RCS file: /sources/public/2006/unicorn/WebContent/WEB-INF/conf/Attic/velocity.properties,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -d -r1.1.2.1 -r1.1.2.2
--- velocity.properties	7 Aug 2009 12:03:42 -0000	1.1.2.1
+++ velocity.properties	14 Aug 2009 11:57:09 -0000	1.1.2.2
@@ -1,2 +1,4 @@
-runtime.log.logsystem.class=org.apache.velocity.runtime.log.SimpleLog4JLogSystem
-runtime.log.logsystem.log4j.category=org.w3c.unicorn.Velocity
+runtime.log.logsystem.class=org.apache.velocity.runtime.log.Log4JLogChute
+runtime.log.logsystem.log4j.logger=Velocity
+input.encoding=UTF-8
+output.encoding=UTF-8
\ No newline at end of file

Received on Friday, 14 August 2009 11:57:22 UTC