- From: Jean-Guilhem Rouel via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 22 Jan 2009 10:35:58 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2002/css-validator
In directory hutz:/tmp/cvs-serv31214
Modified Files:
build.xml
Log Message:
download libs for target jigsaw too
Index: build.xml
===================================================================
RCS file: /sources/public/2002/css-validator/build.xml,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- build.xml 21 Jan 2009 17:46:37 -0000 1.13
+++ build.xml 22 Jan 2009 10:35:56 -0000 1.14
@@ -87,7 +87,7 @@
</copy>
</target>
- <target name="jigsaw" description="Builds the validator for Jigsaw">
+ <target name="jigsaw" description="Builds the validator for Jigsaw" depends="prepare">
<mkdir dir="./build"/>
<javac classpathref="build.class.path" destdir="." encoding="UTF-8"
debug="yes" source="1.5" target="1.5">
Received on Thursday, 22 January 2009 10:36:07 UTC