From b73efd556537b603883de899bf0acfbec4782b5c Mon Sep 17 00:00:00 2001 From: theli Date: Thu, 28 Sep 2006 05:48:28 +0000 Subject: [PATCH] *) missing changes needed because of last commit git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@2673 6c8d7289-2bf4-0310-a012-ef5d649a1542 --- source/de/anomic/plasma/parser/odt/build.xml | 6 +++--- source/de/anomic/plasma/parser/odt/odtParser.java | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/source/de/anomic/plasma/parser/odt/build.xml b/source/de/anomic/plasma/parser/odt/build.xml index 834af02bb..f25838523 100644 --- a/source/de/anomic/plasma/parser/odt/build.xml +++ b/source/de/anomic/plasma/parser/odt/build.xml @@ -14,7 +14,7 @@ - + @@ -23,7 +23,7 @@ - + diff --git a/source/de/anomic/plasma/parser/odt/odtParser.java b/source/de/anomic/plasma/parser/odt/odtParser.java index a2b1b8cbd..ee7bad7db 100644 --- a/source/de/anomic/plasma/parser/odt/odtParser.java +++ b/source/de/anomic/plasma/parser/odt/odtParser.java @@ -80,7 +80,7 @@ public class odtParser extends AbstractParser implements Parser { * a list of library names that are needed by this parser * @see Parser#getLibxDependences() */ - private static final String[] LIBX_DEPENDENCIES = new String[] {"odf_utils_05_11_10.jar"}; + private static final String[] LIBX_DEPENDENCIES = new String[] {"odf_utils_05_11_29.jar"}; public odtParser() { super(LIBX_DEPENDENCIES);