Skip to content

Commit

Permalink
Updated the HttpClient libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
egonw committed Apr 17, 2020
1 parent 1a75359 commit 5f050ed
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions org.wikipathways.client/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
<unjar src="lib/org.pathvisio.core.jar" dest="${build.dir}"/>
<unjar src="lib/org.bridgedb.jar" dest="${build.dir}"/>
<unjar src="lib/org.bridgedb.bio.jar" dest="${build.dir}"/>
<unjar src="lib/httpclient-4.3.5.jar" dest="${build.dir}"/>
<unjar src="lib/httpcore-4.3.2.jar" dest="${build.dir}"/>
<unjar src="lib/httpclient-4.5.12.jar" dest="${build.dir}"/>
<unjar src="lib/httpcore-4.4.13.jar" dest="${build.dir}"/>
<unjar src="lib/commons-logging-1.1.3.jar" dest="${build.dir}"/>
<unjar src="lib/commons-io-2.4.jar" dest="${build.dir}"/>
<unjar src="lib/commons-codec-1.6.jar" dest="${build.dir}"/>
Expand All @@ -56,8 +56,8 @@
</target>

<target name="bundle.jar" depends="compile">
<unjar src="lib/httpclient-4.3.5.jar" dest="${build.dir}"/>
<unjar src="lib/httpcore-4.3.2.jar" dest="${build.dir}"/>
<unjar src="lib/httpclient-4.5.12.jar" dest="${build.dir}"/>
<unjar src="lib/httpcore-4.4.13.jar" dest="${build.dir}"/>

<echo>Creating JAR: ${bundle.jar.name}</echo>
<jar jarfile="${bundle.jar.name}" manifest="META-INF/MANIFEST.MF">
Expand Down
Binary file removed org.wikipathways.client/lib/httpclient-4.3.5.jar
Binary file not shown.
Binary file not shown.
Binary file removed org.wikipathways.client/lib/httpcore-4.3.2.jar
Binary file not shown.
Binary file added org.wikipathways.client/lib/httpcore-4.4.13.jar
Binary file not shown.

0 comments on commit 5f050ed

Please sign in to comment.