*) libs added to classpath

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@2824 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
theli 19 years ago
parent a1acc9c389
commit 9eecc9a888

@ -16,6 +16,10 @@
<!-- defining the classpath that should be used for compiling --> <!-- defining the classpath that should be used for compiling -->
<path id="soap.class.path"> <path id="soap.class.path">
<pathelement location="${build}" /> <pathelement location="${build}" />
<!-- libs needed for the yacy thread/object-pools -->
<pathelement location="${lib}/commons-collections.jar" />
<pathelement location="${lib}/commons-pool-1.2.jar" />
<!-- all needed libs --> <!-- all needed libs -->
<pathelement location="${libx}/axis.jar" /> <pathelement location="${libx}/axis.jar" />

Loading…
Cancel
Save