Browse Source

nobody needs httpclient, remove the check

master
Stefan Bodewig 9 years ago
parent
commit
dc592e6306
1 changed files with 0 additions and 10 deletions
  1. +0
    -10
      build.xml

+ 0
- 10
build.xml View File

@@ -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}"/>


Loading…
Cancel
Save