From e12e934ade8e75560c2f3b6ccff30254f9d472dd Mon Sep 17 00:00:00 2001 From: rramthun Date: Fri, 4 May 2007 21:33:37 +0000 Subject: [PATCH] *) Fixed broken compile process. git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3650 6c8d7289-2bf4-0310-a012-ef5d649a1542 --- .classpath | 84 +++++++++---------- build.xml | 7 +- source/de/anomic/plasma/parser/tar/build.xml | 6 +- .../anomic/plasma/parser/tar/tarParser.java | 2 +- 4 files changed, 52 insertions(+), 47 deletions(-) diff --git a/.classpath b/.classpath index af67ee687..dc7ec4add 100644 --- a/.classpath +++ b/.classpath @@ -1,42 +1,42 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/build.xml b/build.xml index 3c3015650..a773d49aa 100644 --- a/build.xml +++ b/build.xml @@ -206,6 +206,7 @@ + @@ -250,7 +251,7 @@ - + @@ -643,6 +644,7 @@ + @@ -663,6 +665,7 @@ + @@ -678,6 +681,7 @@ + @@ -697,6 +701,7 @@ + diff --git a/source/de/anomic/plasma/parser/tar/build.xml b/source/de/anomic/plasma/parser/tar/build.xml index 85fbb3e26..adcd9fc9f 100644 --- a/source/de/anomic/plasma/parser/tar/build.xml +++ b/source/de/anomic/plasma/parser/tar/build.xml @@ -15,7 +15,7 @@ - + @@ -23,7 +23,7 @@ - @@ -38,7 +38,7 @@ - + diff --git a/source/de/anomic/plasma/parser/tar/tarParser.java b/source/de/anomic/plasma/parser/tar/tarParser.java index 1bd6ce277..c7e87122f 100644 --- a/source/de/anomic/plasma/parser/tar/tarParser.java +++ b/source/de/anomic/plasma/parser/tar/tarParser.java @@ -85,7 +85,7 @@ public class tarParser extends AbstractParser implements Parser { * @see Parser#getLibxDependences() */ private static final String[] LIBX_DEPENDENCIES = new String[] { - "tar.jar" +// "tar.jar" }; public tarParser() {