2002/css-validator build.xml,1.14,1.15

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

Modified Files:
	build.xml 
Log Message:
removing unnecessary variables


Index: build.xml
===================================================================
RCS file: /sources/public/2002/css-validator/build.xml,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- build.xml	22 Jan 2009 10:35:56 -0000	1.14
+++ build.xml	23 Jan 2009 15:32:02 -0000	1.15
@@ -9,11 +9,6 @@
   <property file="build.properties"/>
   <property name="servlet.lib" value="/usr/share/java/servlet-2.3.jar"/>
 
-	<!-- Configure these properties to access the Manager application -->
-	<property name="url"      value="http://localhost:8080/manager"/>
-	<property name="username" value="tomcat"/>
-	<property name="password" value="tomcat"/>
-
   <!-- =================================================================== -->
   <!-- Project-wide properties                                           -->
   <!-- =================================================================== -->

Received on Friday, 23 January 2009 15:32:13 UTC