From 782db9099d8d843e6dacfb285f85f850db3e3270 Mon Sep 17 00:00:00 2001 From: allo Date: Fri, 15 Dec 2006 07:12:33 +0000 Subject: [PATCH] version independent name for commons-pool lib git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3082 6c8d7289-2bf4-0310-a012-ef5d649a1542 --- .classpath | 2 +- addon/jsmooth/yacy.jsmooth | 2 +- build.xml | 4 ++-- lib/{commons-pool-1.2.jar => commons-pool.jar} | Bin source/de/anomic/plasma/plasmaParser.java | 2 +- source/de/anomic/soap/build.xml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) rename lib/{commons-pool-1.2.jar => commons-pool.jar} (100%) diff --git a/.classpath b/.classpath index a40e4dc74..af67ee687 100644 --- a/.classpath +++ b/.classpath @@ -7,7 +7,7 @@ - + diff --git a/addon/jsmooth/yacy.jsmooth b/addon/jsmooth/yacy.jsmooth index a9abd9042..ae9c9f99e 100644 --- a/addon/jsmooth/yacy.jsmooth +++ b/addon/jsmooth/yacy.jsmooth @@ -13,7 +13,7 @@ ..\..\htroot\yacy ..\..\yacy.jar ..\..\lib\commons-collections.jar - ..\..\lib\commons-pool-1.2.jar + ..\..\lib\commons-pool.jar ..\..\libx\poi-3.0-alpha2-20060616.jar ..\..\libx\poi-scratchpad-3.0-20060616.jar ..\..\libx\axis-ant.jar diff --git a/build.xml b/build.xml index ff0349874..0ff3d6c96 100644 --- a/build.xml +++ b/build.xml @@ -194,7 +194,7 @@ - + @@ -237,7 +237,7 @@ - + diff --git a/lib/commons-pool-1.2.jar b/lib/commons-pool.jar similarity index 100% rename from lib/commons-pool-1.2.jar rename to lib/commons-pool.jar diff --git a/source/de/anomic/plasma/plasmaParser.java b/source/de/anomic/plasma/plasmaParser.java index ab97a350c..1c06181f5 100644 --- a/source/de/anomic/plasma/plasmaParser.java +++ b/source/de/anomic/plasma/plasmaParser.java @@ -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; diff --git a/source/de/anomic/soap/build.xml b/source/de/anomic/soap/build.xml index de49d679e..ece09d342 100644 --- a/source/de/anomic/soap/build.xml +++ b/source/de/anomic/soap/build.xml @@ -19,7 +19,7 @@ - +