From 474898da261621b1668ad0f9c2937183a7af0657 Mon Sep 17 00:00:00 2001 From: Thomas Koch Date: Wed, 6 Apr 2022 18:37:41 +0000 Subject: rename chardet.jar to name from maven The class files in the yacy jar differs from the one downloaded from maven. But the file tree is equal. --- .classpath | 2 +- build.xml | 2 +- lib/chardet.jar | Bin 26568 -> 0 bytes lib/jchardet-1.0.jar | Bin 0 -> 26568 bytes 4 files changed, 2 insertions(+), 2 deletions(-) delete mode 100644 lib/chardet.jar create mode 100644 lib/jchardet-1.0.jar diff --git a/.classpath b/.classpath index ba751f074..41950aa89 100644 --- a/.classpath +++ b/.classpath @@ -13,7 +13,7 @@ - + diff --git a/build.xml b/build.xml index eee86e352..2d6d30c49 100644 --- a/build.xml +++ b/build.xml @@ -178,7 +178,7 @@ - + diff --git a/lib/chardet.jar b/lib/chardet.jar deleted file mode 100644 index 69f650368..000000000 Binary files a/lib/chardet.jar and /dev/null differ diff --git a/lib/jchardet-1.0.jar b/lib/jchardet-1.0.jar new file mode 100644 index 000000000..69f650368 Binary files /dev/null and b/lib/jchardet-1.0.jar differ -- cgit v1.2.3