You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by bo...@apache.org on 2016/04/09 08:12:07 UTC

ant git commit: nobody needs httpclient, remove the check

Repository: ant
Updated Branches:
  refs/heads/1.9.x 356972ab3 -> dc592e630


nobody needs httpclient, remove the check


Project: http://git-wip-us.apache.org/repos/asf/ant/repo
Commit: http://git-wip-us.apache.org/repos/asf/ant/commit/dc592e63
Tree: http://git-wip-us.apache.org/repos/asf/ant/tree/dc592e63
Diff: http://git-wip-us.apache.org/repos/asf/ant/diff/dc592e63

Branch: refs/heads/1.9.x
Commit: dc592e630639e9a5a87d6a2841e549f53768fc65
Parents: 356972a
Author: Stefan Bodewig <bo...@apache.org>
Authored: Sat Apr 9 08:11:41 2016 +0200
Committer: Stefan Bodewig <bo...@apache.org>
Committed: Sat Apr 9 08:11:41 2016 +0200

----------------------------------------------------------------------
 build.xml | 10 ----------
 1 file changed, 10 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ant/blob/dc592e63/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index 2e61d98..29de3f6 100644
--- a/build.xml
+++ b/build.xml
@@ -500,16 +500,6 @@
       </or>
     </condition>
 
-    <!-- http client needs commons logging -->
-    <condition property="apache-httpclient.present">
-      <and>
-        <available
-          classname="org.apache.commons.httpclient.HttpClient"
-          classpathref="classpath" ignoresystemclasses="${ignoresystemclasses}"/>
-        <isset property="commons.logging.present"/>
-      </and>
-    </condition>
-
     <available property="rhino.present"
       classname="org.mozilla.javascript.Scriptable"
       classpathref="classpath" ignoresystemclasses="${ignoresystemclasses}"/>