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 /.classpath | |
| 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.
Diffstat (limited to '.classpath')
| -rw-r--r-- | .classpath | 2 |
1 files changed, 1 insertions, 1 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"/> |
