- From: Thomas Gambet via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 28 Jul 2009 10:56:58 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2006/unicorn/org/w3c/unicorn/index
In directory hutz:/tmp/cvs-serv28313/org/w3c/unicorn/index
Modified Files:
IndexGenerator.java
Log Message:
Modifying UNICORN_PARAMETER_PREFIX now works
Index: IndexGenerator.java
===================================================================
RCS file: /sources/public/2006/unicorn/org/w3c/unicorn/index/IndexGenerator.java,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- IndexGenerator.java 28 Jul 2009 10:38:37 -0000 1.11
+++ IndexGenerator.java 28 Jul 2009 10:56:56 -0000 1.12
@@ -130,6 +130,8 @@
aVelocityContext.put("languages", languages);
+ aVelocityContext.put("param_prefix", Property.get("UNICORN_PARAMETER_PREFIX"));
+
for (File langFile : langFiles) {
String langCode = langFile.getName().split("\\.")[1];
Received on Tuesday, 28 July 2009 10:57:13 UTC