bump to httpclient-4.1.2, httpcore-4.1.3 - bugfixrelease

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7876 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
sixcooler 14 years ago
parent ca09081341
commit 52b477cf6f

@ -31,9 +31,9 @@
<classpathentry kind="lib" path="lib/mysql-connector-java-5.1.12-bin.jar"/>
<classpathentry kind="lib" path="lib/jcifs-1.3.15.jar"/>
<classpathentry kind="lib" path="lib/metadata-extractor-2.4.0-beta-1.jar"/>
<classpathentry kind="lib" path="lib/httpclient-4.1.1.jar"/>
<classpathentry kind="lib" path="lib/httpcore-4.1.2.jar"/>
<classpathentry kind="lib" path="lib/httpmime-4.1.1.jar"/>
<classpathentry kind="lib" path="lib/httpclient-4.1.2.jar"/>
<classpathentry kind="lib" path="lib/httpcore-4.1.3.jar"/>
<classpathentry kind="lib" path="lib/httpmime-4.1.2.jar"/>
<classpathentry kind="lib" path="lib/apache-mime4j-0.6.jar"/>
<classpathentry kind="lib" path="lib/commons-fileupload-1.2.2.jar" sourcepath="/Users/admin/.m2/repository/commons-fileupload/commons-fileupload/1.2.2/commons-fileupload-1.2.2-sources.jar"/>
<classpathentry kind="lib" path="lib/log4j-1.2.16.jar"/>

@ -50,9 +50,9 @@
<string>$JAVAROOT/lib/commons-jxpath-1.3.jar</string>
<string>$JAVAROOT/lib/commons-logging-1.1.1.jar</string>
<string>$JAVAROOT/lib/fontbox-1.6.0.jar</string>
<string>$JAVAROOT/lib/httpclient-4.1.1.jar</string>
<string>$JAVAROOT/lib/httpcore-4.1.2.jar</string>
<string>$JAVAROOT/lib/httpmime-4.1.1.jar</string>
<string>$JAVAROOT/lib/httpclient-4.1.2.jar</string>
<string>$JAVAROOT/lib/httpcore-4.1.3.jar</string>
<string>$JAVAROOT/lib/httpmime-4.1.2.jar</string>
<string>$JAVAROOT/lib/icu4j-core.jar</string>
<string>$JAVAROOT/lib/J7Zip-modified.jar</string>
<string>$JAVAROOT/lib/jakarta-oro-2.0.8.jar</string>

@ -192,9 +192,9 @@
<pathelement location="${lib}/commons-jxpath-1.3.jar" />
<pathelement location="${lib}/commons-logging-1.1.1.jar" />
<pathelement location="${lib}/fontbox-1.6.0.jar" />
<pathelement location="${lib}/httpclient-4.1.1.jar" />
<pathelement location="${lib}/httpcore-4.1.2.jar" />
<pathelement location="${lib}/httpmime-4.1.1.jar" />
<pathelement location="${lib}/httpclient-4.1.2.jar" />
<pathelement location="${lib}/httpcore-4.1.3.jar" />
<pathelement location="${lib}/httpmime-4.1.2.jar" />
<pathelement location="${lib}/icu4j-core.jar" />
<pathelement location="${lib}/J7Zip-modified.jar" />
<pathelement location="${lib}/jakarta-oro-2.0.8.jar" />

Loading…
Cancel
Save