diff --git a/.classpath b/.classpath
index 6275d7ada..b4f58cd80 100644
--- a/.classpath
+++ b/.classpath
@@ -1,42 +1,41 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/build.xml b/build.xml
index 10e617533..5039372a1 100644
--- a/build.xml
+++ b/build.xml
@@ -184,7 +184,6 @@
-
diff --git a/lib/tar.jar b/lib/tar.jar
deleted file mode 100644
index 0d4def631..000000000
Binary files a/lib/tar.jar and /dev/null differ
diff --git a/lib/tar.license b/lib/tar.license
deleted file mode 100644
index 95fabaf04..000000000
--- a/lib/tar.license
+++ /dev/null
@@ -1,15 +0,0 @@
-
- ---- Public Domain ----
-
-This work was autored by Timothy Gerard Endres, time@gjt.org.
-
-This work has been placed into the public domain.
-
-You are free to use this work in any way you wish.
-
-DISCLAIMER
-
-THIS SOFTWARE IS PROVIDED AS-IS, WITH ABSOLUTELY NO WARRANTY.
-YOU ASSUME ALL RESPONSIBILITY FOR ANY AND ALL CONSEQUENCES
-THAT MAY RESULT FROM THE USE OF THIS SOFTWARE!
-
diff --git a/source/de/anomic/document/parser/tarParser.java b/source/de/anomic/document/parser/tarParser.java
index 2b8ed3b34..5c932ab63 100644
--- a/source/de/anomic/document/parser/tarParser.java
+++ b/source/de/anomic/document/parser/tarParser.java
@@ -40,8 +40,8 @@ import java.util.Map;
import java.util.Set;
import java.util.zip.GZIPInputStream;
-import com.ice.tar.TarEntry;
-import com.ice.tar.TarInputStream;
+import org.apache.tools.tar.TarEntry;
+import org.apache.tools.tar.TarInputStream;
import de.anomic.document.AbstractParser;
import de.anomic.document.Idiom;
diff --git a/source/de/anomic/tools/tarTools.java b/source/de/anomic/tools/tarTools.java
index d2b68ac6c..86ce75278 100644
--- a/source/de/anomic/tools/tarTools.java
+++ b/source/de/anomic/tools/tarTools.java
@@ -32,8 +32,8 @@ import java.io.FileOutputStream;
import java.io.InputStream;
import java.util.zip.GZIPInputStream;
-import com.ice.tar.TarEntry;
-import com.ice.tar.TarInputStream;
+import org.apache.tools.tar.TarEntry;
+import org.apache.tools.tar.TarInputStream;
import de.anomic.yacy.logging.Log;