the mysql lib was not in releases included; moved library from libx to lib

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@5987 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
orbiter 16 years ago
parent 3d4b826ca5
commit d793bb0d76

@ -45,6 +45,6 @@
<classpathentry exported="true" kind="lib" path="lib/sbbi-upnplib-1.0.4.jar"/>
<classpathentry kind="lib" path="lib/xerces.jar"/>
<classpathentry kind="lib" path="lib/bzip2.jar"/>
<classpathentry kind="lib" path="libx/mysql-connector-java-5.1.7-bin.jar"/>
<classpathentry kind="lib" path="lib/mysql-connector-java-5.1.7-bin.jar"/>
<classpathentry kind="output" path="gen"/>
</classpath>

@ -13,7 +13,7 @@
# This Software is Copyrighted
# (C) by Michael Peter Christen; mc@yacy.net
# first published on http://yacy.net
# Frankfurt, Germany, 2005-2007
# Frankfurt, Germany, 2005-2009
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@ -194,6 +194,7 @@
<pathelement location="${lib}/servlet-api.jar" />
<pathelement location="${lib}/xerces.jar" />
<pathelement location="${lib}/bzip2.jar" />
<pathelement location="${lib}/mysql-connector-java-5.1.7-bin.jar" />
<!-- upnp (+ commons-logging) -->
<pathelement location="${lib}/sbbi-upnplib-1.0.4.jar" />
<pathelement location="${lib}/commons-jxpath-1.1.jar" />
@ -918,6 +919,7 @@
<pathelement location="${lib}/servlet-api.jar" />
<pathelement location="${lib}/sbbi-upnplib-1.0.4.jar" />
<pathelement location="${lib}/commons-jxpath-1.1.jar" />
<pathelement location="${lib}/mysql-connector-java-5.1.7-bin.jar" />
<pathelement location="${libx}" />
<fileset dir="${libx}" includes="**/*.jar" />
</classpath>

Loading…
Cancel
Save