Skip to content

Commit

Permalink
Updated version of apache-commons-httpcomponents
Browse files Browse the repository at this point in the history
  • Loading branch information
darcyparker committed Feb 25, 2015
1 parent 2ce2011 commit 0188ed9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions getLibraries/get.apache-commons-httpcomponents.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@
"
unless="ant-hology.availableLibraries.apache-commons-httpcomponents">
<getLibraryDefs.tasks.getLib
libUrl="http://apache.cs.utah.edu//httpcomponents/httpclient/binary/httpcomponents-client-4.3.3-bin.zip"
originalDestDir="httpcomponents-client-4.3.3"
libUrl="http://apache.cs.utah.edu//httpcomponents/httpclient/binary/httpcomponents-client-4.4-bin.zip"
originalDestDir="httpcomponents-client-4.4"
libName="apache-commons-httpcomponents"
libVersion="4.3.3"
libVersion="4.4"
classpath="apache-commons-httpcomponents.classpath"
/>
</target>
Expand Down
8 changes: 4 additions & 4 deletions paths/apache-commons-httpcomponents.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
<path refid="apache-commons-codec.classpath"/>
<path refid="apache-commons-logging.classpath"/>
<path refid="apache-commons-cli.classpath"/>
<pathelement location="${ant-hology.lib.dir}/apache-commons-httpcomponents-4.3.3/lib/httpcore-4.3.2.jar"/>
<pathelement location="${ant-hology.lib.dir}/apache-commons-httpcomponents-4.3.3/lib/httpclient-4.3.3.jar"/>
<pathelement location="${ant-hology.lib.dir}/apache-commons-httpcomponents-4.3.3/lib/httpmime-4.3.3.jar"/>
<pathelement location="${ant-hology.lib.dir}/apache-commons-httpcomponents-4.3.3/lib/fluent-hc-4.3.3.jar"/>
<pathelement location="${ant-hology.lib.dir}/apache-commons-httpcomponents-4.4/lib/httpcore-4.4.jar"/>
<pathelement location="${ant-hology.lib.dir}/apache-commons-httpcomponents-4.4/lib/httpclient-4.4.jar"/>
<pathelement location="${ant-hology.lib.dir}/apache-commons-httpcomponents-4.4/lib/httpmime-4.4.jar"/>
<pathelement location="${ant-hology.lib.dir}/apache-commons-httpcomponents-4.4/lib/fluent-hc-4.4.jar"/>
<!--httpclient-cache-4.3.jar-->
<!--httpcore-ab-4.3.jar-->
<!--httpcore-nio-4.3.jar-->
Expand Down

0 comments on commit 0188ed9

Please sign in to comment.