- From: Thomas Gambet via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 07 Aug 2009 12:03:44 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2006/unicorn/WebContent/WEB-INF/conf
In directory hutz:/tmp/cvs-serv7256/WebContent/WEB-INF/conf
Modified Files:
Tag: dev2
unicorn.properties route.xml
Added Files:
Tag: dev2
velocity.properties
Log Message:
new libs
bypassed controller
implemented some language properties
--- NEW FILE: velocity.properties ---
runtime.log.logsystem.class=org.apache.velocity.runtime.log.SimpleLog4JLogSystem
runtime.log.logsystem.log4j.category=org.w3c.unicorn.Velocity
Index: route.xml
===================================================================
RCS file: /sources/public/2006/unicorn/WebContent/WEB-INF/conf/Attic/route.xml,v
retrieving revision 1.1.2.4
retrieving revision 1.1.2.5
diff -u -d -r1.1.2.4 -r1.1.2.5
--- route.xml 6 Aug 2009 10:13:27 -0000 1.1.2.4
+++ route.xml 7 Aug 2009 12:03:42 -0000 1.1.2.5
@@ -10,6 +10,11 @@
</route>
<route>
+ <pattern>/css/*</pattern>
+ <action>default</action>
+ </route>
+
+ <route>
<pattern>/google</pattern>
<url>http://www.google.com</url>
</route>
Index: unicorn.properties
===================================================================
RCS file: /sources/public/2006/unicorn/WebContent/WEB-INF/conf/Attic/unicorn.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
--- unicorn.properties 6 Aug 2009 15:04:25 -0000 1.1.2.3
+++ unicorn.properties 7 Aug 2009 12:03:41 -0000 1.1.2.4
@@ -3,7 +3,9 @@
LOG4J_PROPERTIES=log4j.properties
ROUTE_XML=route.xml
UNICORN_PATH=/unicorn
-
+PATH_TO_LANGUAGE_FILES = ${UNICORN_HOME}/WEB-INF/languages/
+PATH_TO_TEMPLATES = ${UNICORN_HOME}/WEB-INF/templates/
+VELOCITY_PROPERTIES=velocity.properties
UNICORN_URL = http://localhost:8080/unicorn/
UNICORN_ENCODING = UTF-8
@@ -18,10 +20,8 @@
PATH_TO_RESOURCES = ${UNICORN_HOME}/WEB-INF/resources/
PATH_TO_OBSERVER_LIST = ${PATH_TO_RESOURCES}
PATH_TO_TASKLIST = ${PATH_TO_RESOURCES}/tasklist/
-PATH_TO_TEMPLATES = ${PATH_TO_RESOURCES}/templates/
PATH_TO_TEMPORARY_FILES = ${UNICORN_HOME}/temporary_files/
PATH_TO_INDEX_OUTPUT = ${UNICORN_HOME}
-PATH_TO_LANGUAGE_FILES = ${PATH_TO_TEMPLATES}/language/
URL_TO_TEMPORARY_FILES = ${UNICORN_URL}/temporary_files/
Received on Friday, 7 August 2009 12:03:54 UTC