bodewig 2004/10/26 03:21:11
Modified: . build.xml
Log:
Replace all is dangerous
Revision Changes Path
1.436 +1 -1 ant/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/ant/build.xml,v
retrieving revision 1.435
retrieving revision 1.436
diff -u -r1.435 -r1.436
--- build.xml 26 Oct 2004 10:12:20 -0000 1.435
+++ build.xml 26 Oct 2004 10:21:11 -0000 1.436
@@ -571,7 +571,7 @@
<condition property="apache-httpclient.present">
<and>
<available
- classname="org.apache.apache-httpclient.HttpClient"
+ classname="org.apache.commons.httpclient.HttpClient"
classpathref="classpath"/>
<isset property="commons.logging.present"/>
</and>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]