Browse Source

Replace all is dangerous

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276959 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 21 years ago
parent
commit
66ca57654d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      build.xml

+ 1
- 1
build.xml View File

@@ -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>


Loading…
Cancel
Save