*) moved commons-httpclient from libx to lib (seems to work on my system, I hope one everybody else's too)

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4651 6c8d7289-2bf4-0310-a012-ef5d649a1542
This commit is contained in:
low012 2008-04-06 18:24:38 +00:00
parent 117ae78001
commit 4894df71ab
2 changed files with 2 additions and 2 deletions

View File

@ -183,7 +183,7 @@
<pathelement location="${lib}/tar.jar" />
<pathelement location="${libx}/saaj.jar" />
<pathelement location="${libx}/axis.jar" />
<pathelement location="${libx}/commons-httpclient-3.1.jar" />
<pathelement location="${lib}/commons-httpclient-3.1.jar" />
</path>
<!-- compiling yacy.java -->
@ -287,7 +287,6 @@
<fileset dir="${libx}" includes="jsch-0.1.21.*"/>
<fileset dir="${libx}" includes="commons-logging.*"/>
<fileset dir="${libx}" includes="commons-jxpath-1.1.*"/>
<fileset dir="${libx}" includes="commons-httpclient-3.1.*"/>
<fileset dir="${libx}" includes="sbbi-upnplib-1.0.3.*"/>
</copy>
<copy todir="${release_ext}/source/de/anomic/server/portForwarding">
@ -387,6 +386,7 @@
<copy todir="${release_main}/lib">
<fileset dir="${lib}"
includes="**/*"/>
</copy>
<!-- copy configuration files -->