CVS 2002/css-validator

Update of /sources/public/2002/css-validator
In directory roscoe:/tmp/cvs-serv2531

Modified Files:
	build.xml 
Log Message:
htmlparser ref was not up to date, thx to Jaime Iniesta

--- /sources/public/2002/css-validator/build.xml	2014/10/24 15:07:31	1.27
+++ /sources/public/2002/css-validator/build.xml	2014/10/28 11:18:49	1.28
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- $Id: build.xml,v 1.27 2014/10/24 15:07:31 ylafon Exp $ -->
+<!-- $Id: build.xml,v 1.28 2014/10/28 11:18:49 ylafon Exp $ -->
 <project default="jar" name="W3C CSS Validator">
 
   <!-- =================================================================== -->
@@ -67,7 +67,7 @@
     <unzip src="tmp/commons-collections-3.2.1-bin.zip" dest="tmp"/>
     <unzip src="tmp/commons-digester-1.8.1-bin.zip" dest="tmp"/>
     <unzip src="tmp/commons-lang-2.6-bin.zip" dest="tmp"/>
-    <unzip src="tmp/htmlparser-1.3.1.zip" dest="tmp"/>
+    <unzip src="tmp/htmlparser-1.4.zip" dest="tmp"/>
     <untar compression="gzip" src="tmp/velocity-1.7.tar.gz" dest="tmp"/>
     <untar compression="gzip" src="tmp/velocity-tools-2.0.tar.gz" dest="tmp"/>
     <untar compression="gzip" src="tmp/Xerces-J-bin.2.11.0.tar.gz" dest="tmp"/>

Received on Tuesday, 28 October 2014 11:18:50 UTC