- From: Florent Batard via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 26 Aug 2008 15:30:06 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2006/unicorn/org/w3c/unicorn/index In directory hutz:/tmp/cvs-serv10531/org/w3c/unicorn/index Modified Files: IndexGenerator.java Log Message: bug correction for the index generator Index: IndexGenerator.java =================================================================== RCS file: /sources/public/2006/unicorn/org/w3c/unicorn/index/IndexGenerator.java,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- IndexGenerator.java 17 Jun 2008 13:41:12 -0000 1.2 +++ IndexGenerator.java 26 Aug 2008 15:30:04 -0000 1.3 @@ -21,7 +21,7 @@ import org.apache.velocity.exception.ParseErrorException; import org.apache.velocity.exception.ResourceNotFoundException; import org.w3c.unicorn.Framework; -import org.w3c.unicorn.generated.tasklist.TUi; +import org.w3.unicorn.tasklist.TUi; import org.w3c.unicorn.tasklist.parameters.ParameterType; import org.w3c.unicorn.util.ListFiles; import org.w3c.unicorn.util.Property;
Received on Tuesday, 26 August 2008 15:30:40 UTC