- From: Jean-Guilhem Rouel via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 28 Aug 2009 16:11:43 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2006/unicorn/src/org/w3c/unicorn In directory hutz:/tmp/cvs-serv23734/src/org/w3c/unicorn Modified Files: Test.java Framework.java UnicornCall.java Log Message: removed some warnings updated tasklist a bit Index: Framework.java =================================================================== RCS file: /sources/public/2006/unicorn/src/org/w3c/unicorn/Framework.java,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- Framework.java 28 Aug 2009 12:40:12 -0000 1.2 +++ Framework.java 28 Aug 2009 16:11:41 -0000 1.3 @@ -20,6 +20,7 @@ import java.util.LinkedHashMap; import java.util.Map; import java.util.Properties; + import javax.xml.namespace.NamespaceContext; import javax.xml.parsers.ParserConfigurationException; Index: Test.java =================================================================== RCS file: /sources/public/2006/unicorn/src/org/w3c/unicorn/Test.java,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- Test.java 28 Aug 2009 12:40:12 -0000 1.2 +++ Test.java 28 Aug 2009 16:11:41 -0000 1.3 @@ -1,8 +1,6 @@ package org.w3c.unicorn; import java.util.Locale; -import java.util.regex.Matcher; -import java.util.regex.Pattern; public class Test { Index: UnicornCall.java =================================================================== RCS file: /sources/public/2006/unicorn/src/org/w3c/unicorn/UnicornCall.java,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- UnicornCall.java 28 Aug 2009 12:40:12 -0000 1.2 +++ UnicornCall.java 28 Aug 2009 16:11:41 -0000 1.3 @@ -15,6 +15,7 @@ import java.util.LinkedHashMap; import java.util.List; import java.util.Map; + import javax.activation.MimeType; import javax.xml.parsers.DocumentBuilder; import javax.xml.parsers.DocumentBuilderFactory; @@ -22,12 +23,10 @@ import javax.xml.xpath.XPathConstants; import javax.xml.xpath.XPathExpression; import javax.xml.xpath.XPathFactory; + import org.apache.commons.fileupload.FileItem; -import org.apache.commons.lang.StringEscapeUtils; import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; -import org.apache.log4j.Logger; -import org.apache.velocity.Template; import org.apache.velocity.VelocityContext; import org.apache.velocity.app.event.EventCartridge; import org.apache.velocity.app.event.implement.EscapeXmlReference; @@ -54,7 +53,6 @@ import org.w3c.unicorn.tasklisttree.TLTIf; import org.w3c.unicorn.tasklisttree.TLTNode; import org.w3c.unicorn.util.Property; -import org.w3c.unicorn.util.TemplateHelper; import org.w3c.unicorn.util.Templates; import com.sun.org.apache.xpath.internal.jaxp.XPathFactoryImpl;
Received on Friday, 28 August 2009 16:12:47 UTC