bump to httpcore-4.1.2: a bugfixrelease

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7853 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
sixcooler 14 years ago
parent 916d79111e
commit 48560a44a9

@ -32,7 +32,7 @@
<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.1.jar"/> <classpathentry kind="lib" path="lib/httpclient-4.1.1.jar"/>
<classpathentry kind="lib" path="lib/httpcore-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/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"/>

@ -51,7 +51,7 @@
<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.6.0.jar</string> <string>$JAVAROOT/lib/fontbox-1.6.0.jar</string>
<string>$JAVAROOT/lib/httpclient-4.1.1.jar</string> <string>$JAVAROOT/lib/httpclient-4.1.1.jar</string>
<string>$JAVAROOT/lib/httpcore-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/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>

@ -193,7 +193,7 @@
<pathelement location="${lib}/commons-logging-1.1.1.jar" /> <pathelement location="${lib}/commons-logging-1.1.1.jar" />
<pathelement location="${lib}/fontbox-1.6.0.jar" /> <pathelement location="${lib}/fontbox-1.6.0.jar" />
<pathelement location="${lib}/httpclient-4.1.1.jar" /> <pathelement location="${lib}/httpclient-4.1.1.jar" />
<pathelement location="${lib}/httpcore-4.1.1.jar" /> <pathelement location="${lib}/httpcore-4.1.2.jar" />
<pathelement location="${lib}/httpmime-4.1.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" />

Loading…
Cancel
Save