diff options
| author | Thomas Koch <thomas@koch.ro> | 2022-04-06 18:37:41 +0000 |
|---|---|---|
| committer | Thomas Koch <thomas@koch.ro> | 2022-04-08 18:32:47 +0000 |
| commit | 474898da261621b1668ad0f9c2937183a7af0657 (patch) | |
| tree | 6a65c07210d8b75ce1bac95f09bb20dace35161e | |
| parent | 5309ca3a5ac8e8289f74e92d19ef27e5bcaddd6f (diff) | |
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.
| -rw-r--r-- | .classpath | 2 | ||||
| -rw-r--r-- | build.xml | 2 | ||||
| -rw-r--r-- | lib/jchardet-1.0.jar (renamed from lib/chardet.jar) | bin | 26568 -> 26568 bytes |
3 files changed, 2 insertions, 2 deletions
diff --git a/.classpath b/.classpath index ba751f074..41950aa89 100644 --- a/.classpath +++ b/.classpath @@ -13,7 +13,7 @@ <classpathentry kind="lib" path="lib/avatica-core-1.13.0.jar"/> <classpathentry kind="lib" path="lib/calcite-core-1.18.0.jar"/> <classpathentry kind="lib" path="lib/calcite-linq4j-1.18.0.jar"/> - <classpathentry kind="lib" path="lib/chardet.jar"/> + <classpathentry kind="lib" path="lib/jchardet-1.0.jar"/> <classpathentry kind="lib" path="lib/common-image-3.3.2.jar"/> <classpathentry kind="lib" path="lib/common-io-3.3.2.jar"/> <classpathentry kind="lib" path="lib/common-lang-3.3.2.jar"/> @@ -178,7 +178,7 @@ <pathelement location="${lib}/bcprov-jdk15on-1.69.jar" /> <pathelement location="${lib}/calcite-core-1.18.0.jar" /> <pathelement location="${lib}/calcite-linq4j-1.18.0.jar" /> - <pathelement location="${lib}/chardet.jar" /> + <pathelement location="${lib}/jchardet-1.0.jar" /> <pathelement location="${lib}/common-image-3.3.2.jar" /> <pathelement location="${lib}/common-io-3.3.2.jar" /> <pathelement location="${lib}/common-lang-3.3.2.jar" /> diff --git a/lib/chardet.jar b/lib/jchardet-1.0.jar Binary files differindex 69f650368..69f650368 100644 --- a/lib/chardet.jar +++ b/lib/jchardet-1.0.jar |
