new httpclient, httcore (bugfixrelease)

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

@ -33,9 +33,9 @@
<classpathentry kind="lib" path="lib/mysql-connector-java-5.1.12-bin.jar"/> <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/jcifs-1.3.15.jar"/>
<classpathentry kind="lib" path="lib/metadata-extractor-2.4.0-beta-1.jar"/> <classpathentry kind="lib" path="lib/metadata-extractor-2.4.0-beta-1.jar"/>
<classpathentry kind="lib" path="lib/httpclient-4.1.jar"/> <classpathentry kind="lib" path="lib/httpclient-4.1.1.jar"/>
<classpathentry kind="lib" path="lib/httpcore-4.1.jar"/> <classpathentry kind="lib" path="lib/httpcore-4.1.1.jar"/>
<classpathentry kind="lib" path="lib/httpmime-4.1.jar"/> <classpathentry kind="lib" path="lib/httpmime-4.1.1.jar"/>
<classpathentry kind="lib" path="lib/apache-mime4j-0.6.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/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"/> <classpathentry kind="lib" path="lib/log4j-1.2.16.jar"/>

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

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

@ -173,10 +173,4 @@
incurred by, or claims asserted against, such Contributor by reason incurred by, or claims asserted against, such Contributor by reason
of your accepting any such warranty or additional liability. of your accepting any such warranty or additional liability.
END OF TERMS AND CONDITIONS END OF TERMS AND CONDITIONS
This project contains annotations derived from JCIP-ANNOTATIONS
Copyright (c) 2005 Brian Goetz and Tim Peierls.
See http://www.jcip.net and the Creative Commons Attribution License
(http://creativecommons.org/licenses/by/2.5)
Loading…
Cancel
Save