2002/css-validator .cvsignore,NONE,1.1 build.xml,1.5,1.6

Update of /sources/public/2002/css-validator
In directory hutz:/tmp/cvs-serv13393

Modified Files:
	build.xml 
Added Files:
	.cvsignore 
Log Message:
Adding patch to use Velocity template engine.
And some other changes...

--- NEW FILE: .cvsignore ---
.classpath
.project

Index: build.xml
===================================================================
RCS file: /sources/public/2002/css-validator/build.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- build.xml	9 Jan 2007 19:09:07 -0000	1.5
+++ build.xml	13 Jul 2007 13:32:21 -0000	1.6
@@ -7,6 +7,7 @@
   <!-- =================================================================== -->
       
   <property file="build.properties"/>
+	<!--  <property name="servlet.lib" value="C:/Documents and Settings/julien/My Documents/Java/servlet-api.jar"/> -->
   <property name="servlet.lib" value="/usr/share/java/servlet-2.3.jar"/>
   <property name="jigsaw.lib" value="/usr/share/java/jigsaw-2.2.5a.jar"/>
 

Received on Friday, 13 July 2007 13:32:24 UTC