nobody needs httpclient, remove the check
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}"/>