version independent name for commons-pool lib

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3082 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
allo 18 years ago
parent 7ff86d6ba6
commit 782db9099d

@ -7,7 +7,7 @@
<classpathentry kind="src" path="htroot/env"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="lib/commons-collections.jar"/>
<classpathentry kind="lib" path="lib/commons-pool-1.2.jar"/>
<classpathentry kind="lib" path="lib/commons-pool.jar"/>
<classpathentry kind="lib" path="libx/axis-ant.jar"/>
<classpathentry kind="lib" path="libx/axis.jar"/>
<classpathentry kind="lib" path="libx/bzip2.jar"/>

@ -13,7 +13,7 @@
<classPath>..\..\htroot\yacy</classPath>
<classPath>..\..\yacy.jar</classPath>
<classPath>..\..\lib\commons-collections.jar</classPath>
<classPath>..\..\lib\commons-pool-1.2.jar</classPath>
<classPath>..\..\lib\commons-pool.jar</classPath>
<classPath>..\..\libx\poi-3.0-alpha2-20060616.jar</classPath>
<classPath>..\..\libx\poi-scratchpad-3.0-20060616.jar</classPath>
<classPath>..\..\libx\axis-ant.jar</classPath>

@ -194,7 +194,7 @@
<!-- libs needed for the yacy thread/object-pools -->
<pathelement location="${lib}/commons-collections.jar" />
<pathelement location="${lib}/commons-pool-1.2.jar" />
<pathelement location="${lib}/commons-pool.jar" />
</path>
<!-- compiling yacy.java -->
@ -237,7 +237,7 @@
<!-- libs needed for the yacy thread/object-pools -->
<pathelement location="${lib}/commons-collections.jar" />
<pathelement location="${lib}/commons-pool-1.2.jar" />
<pathelement location="${lib}/commons-pool.jar" />
<!-- userspecific libs -->
<pathelement location="${htdocsWWW}/lib/*.jar" />

@ -40,7 +40,7 @@
// the intact and unchanged copyright notice.
// Contributions and changes to the program code must be marked as such.
// compile: javac -classpath lib/commons-collections.jar:lib/commons-pool-1.2.jar -sourcepath source source/de/anomic/plasma/plasmaParser.java
// compile: javac -classpath lib/commons-collections.jar:lib/commons-pool.jar -sourcepath source source/de/anomic/plasma/plasmaParser.java
package de.anomic.plasma;

@ -19,7 +19,7 @@
<!-- libs needed for the yacy thread/object-pools -->
<pathelement location="${lib}/commons-collections.jar" />
<pathelement location="${lib}/commons-pool-1.2.jar" />
<pathelement location="${lib}/commons-pool.jar" />
<!-- all needed libs -->
<pathelement location="${libx}/axis.jar" />

Loading…
Cancel
Save