- From: Jean-Guilhem Rouel via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 12 Sep 2008 18:01:53 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2006/unicorn/org/w3c/unicorn/index
In directory hutz:/tmp/cvs-serv11277/org/w3c/unicorn/index
Modified Files:
IndexGenerator.java
Log Message:
first version that works with Jigsaw + fixed a bug in cond handling + removed parse(InputStream)
Index: IndexGenerator.java
===================================================================
RCS file: /sources/public/2006/unicorn/org/w3c/unicorn/index/IndexGenerator.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- IndexGenerator.java 2 Sep 2008 13:22:16 -0000 1.4
+++ IndexGenerator.java 12 Sep 2008 18:01:51 -0000 1.5
@@ -106,7 +106,6 @@
public static void generateIndexes() throws ResourceNotFoundException,
ParseErrorException, Exception {
IndexGenerator.logger.trace("generateIndexes");
-
final File[] tFile = ListFiles.listFiles(Property
.get("PATH_TO_INDEX_TEMPLATES"), "\\.vm$");
for (final File aFile : tFile) {
Received on Friday, 12 September 2008 18:02:27 UTC