- From: Thomas Gambet via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 14 May 2010 15:21:44 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2006/unicorn/WebContent/WEB-INF/conf
In directory hutz:/tmp/cvs-serv10393/WebContent/WEB-INF/conf
Modified Files:
unicorn.properties
Log Message:
added USE_HTML_COMPACTOR property to activate or not the compactor filter (usefull for debugging)
Index: unicorn.properties
===================================================================
RCS file: /sources/public/2006/unicorn/WebContent/WEB-INF/conf/unicorn.properties,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- unicorn.properties 5 Mar 2010 09:49:39 -0000 1.14
+++ unicorn.properties 14 May 2010 15:21:42 -0000 1.15
@@ -11,11 +11,12 @@
SHOW_LANGUAGE_UNAVAILABLE_MESSAGE = true
+USE_HTML_COMPACTOR = true
+
DOCUMENT_CONNECT_TIMEOUT = 5000
OBSERVER_CONNECT_TIMEOUT = 5000
OBSERVER_READ_TIMEOUT = 0
-
PATH_TO_RESOURCES = ${UNICORN_HOME}/WEB-INF/resources/
PATH_TO_OBSERVER_LIST = ${PATH_TO_RESOURCES}
PATH_TO_TASKLIST = ${PATH_TO_RESOURCES}/tasklist/
Received on Friday, 14 May 2010 15:21:48 UTC