- From: Florent Batard via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 02 Sep 2008 13:22:18 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2006/unicorn/org/w3c/unicorn/index In directory hutz:/tmp/cvs-serv16566/org/w3c/unicorn/index Modified Files: IndexGenerator.java Log Message: Organize imports Index: IndexGenerator.java =================================================================== RCS file: /sources/public/2006/unicorn/org/w3c/unicorn/index/IndexGenerator.java,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- IndexGenerator.java 26 Aug 2008 15:30:04 -0000 1.3 +++ IndexGenerator.java 2 Sep 2008 13:22:16 -0000 1.4 @@ -20,8 +20,8 @@ import org.apache.velocity.app.VelocityEngine; import org.apache.velocity.exception.ParseErrorException; import org.apache.velocity.exception.ResourceNotFoundException; -import org.w3c.unicorn.Framework; import org.w3.unicorn.tasklist.TUi; +import org.w3c.unicorn.Framework; import org.w3c.unicorn.tasklist.parameters.ParameterType; import org.w3c.unicorn.util.ListFiles; import org.w3c.unicorn.util.Property;
Received on Tuesday, 2 September 2008 13:22:54 UTC