replaced commons-io v1.4 with v2.0.1

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7818 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
orbiter 14 years ago
parent 5092a14bcb
commit e7e1a0f328

@ -45,7 +45,7 @@
<string>$JAVAROOT/lib/bzip2.jar</string>
<string>$JAVAROOT/lib/commons-codec-1.4.jar</string>
<string>$JAVAROOT/lib/commons-fileupload-1.2.2.jar</string>
<string>$JAVAROOT/lib/commons-io-1.4.jar</string>
<string>$JAVAROOT/lib/commons-io-2.0.1.jar</string>
<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>

@ -187,7 +187,7 @@
<pathelement location="${lib}/bzip2.jar" />
<pathelement location="${lib}/commons-codec-1.4.jar" />
<pathelement location="${lib}/commons-fileupload-1.2.2.jar" />
<pathelement location="${lib}/commons-io-1.4.jar" />
<pathelement location="${lib}/commons-io-2.0.1.jar" />
<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" />

Binary file not shown.

Binary file not shown.
Loading…
Cancel
Save