- From: Thomas Gambet via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 29 Jul 2009 09:39:07 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2006/unicorn/org/w3c/unicorn/util In directory hutz:/tmp/cvs-serv3421/org/w3c/unicorn/util Modified Files: TemplateHelper.java Log Message: Removed unused properties from unicorn.properties Index: TemplateHelper.java =================================================================== RCS file: /sources/public/2006/unicorn/org/w3c/unicorn/util/TemplateHelper.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- TemplateHelper.java 29 Jul 2009 09:18:24 -0000 1.1 +++ TemplateHelper.java 29 Jul 2009 09:39:05 -0000 1.2 @@ -42,7 +42,7 @@ try { aProperties.load(new URL(Property.class.getResource("/"), - Property.get("REL_PATH_TO_CONF_FILES") + "velocity.properties").openStream()); + "org/w3c/unicorn/conf/velocity.properties").openStream()); aProperties.put(Velocity.FILE_RESOURCE_LOADER_PATH, Property .get("PATH_TO_TEMPLATES"));
Received on Wednesday, 29 July 2009 09:39:24 UTC