- From: Yves Lafon via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 29 Feb 2008 10:40:24 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2002/css-validator
In directory hutz:/tmp/cvs-serv1867
Modified Files:
build.xml
Log Message:
fixed source imports
Index: build.xml
===================================================================
RCS file: /sources/public/2002/css-validator/build.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- build.xml 31 Jul 2007 09:36:11 -0000 1.7
+++ build.xml 29 Feb 2008 10:40:22 -0000 1.8
@@ -36,7 +36,6 @@
encoding="ISO-8859-15"
debug="yes">
<src path="./org/w3c"/>
- <src path="./html"/>
</javac>
<copy todir="./build">
<fileset dir="./">
@@ -70,7 +69,6 @@
<jar jarfile="${jar.file}"
basedir="build">
<include name="org/**"/>
- <include name="html/**"/>
<manifest>
<attribute name="Main-Class" value="org.w3c.css.css.CssValidator"/>
</manifest>
Received on Friday, 29 February 2008 10:40:36 UTC