From 4905a17f6acf6fdd661f990aaf741ea12f807a65 Mon Sep 17 00:00:00 2001 From: orbiter Date: Mon, 6 Apr 2009 14:45:33 +0000 Subject: [PATCH] moved xerces.jar from libx to lib git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@5781 6c8d7289-2bf4-0310-a012-ef5d649a1542 --- .classpath | 2 +- build.xml | 1 + {libx => lib}/xerces.jar | Bin 3 files changed, 2 insertions(+), 1 deletion(-) rename {libx => lib}/xerces.jar (100%) diff --git a/.classpath b/.classpath index 6ea92dbbf..db78c572d 100644 --- a/.classpath +++ b/.classpath @@ -25,7 +25,7 @@ - + diff --git a/build.xml b/build.xml index c5a8e938f..39f255a7f 100644 --- a/build.xml +++ b/build.xml @@ -191,6 +191,7 @@ + diff --git a/libx/xerces.jar b/lib/xerces.jar similarity index 100% rename from libx/xerces.jar rename to lib/xerces.jar