- From: Thomas Gambet via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 31 Jul 2009 11:16:28 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2006/unicorn/org/w3c/unicorn/index In directory hutz:/tmp/cvs-serv8979/org/w3c/unicorn/index Modified Files: IndexGenerator.java Log Message: new templates Index: IndexGenerator.java =================================================================== RCS file: /sources/public/2006/unicorn/org/w3c/unicorn/index/IndexGenerator.java,v retrieving revision 1.13 retrieving revision 1.14 diff -u -d -r1.13 -r1.14 --- IndexGenerator.java 29 Jul 2009 09:18:24 -0000 1.13 +++ IndexGenerator.java 31 Jul 2009 11:16:26 -0000 1.14 @@ -95,7 +95,7 @@ for (File langFile : langFiles) { String langCode = langFile.getName().split("\\.")[1]; - aVelocityContext.put("lang", langCode); + //aVelocityContext.put("lang", langCode); TemplateHelper.generateFileFromTemplate("index", langCode, Property.get("PATH_TO_INDEX_OUTPUT"), "html", aVelocityContext); }
Received on Friday, 31 July 2009 11:16:45 UTC