diff options
| author | Thomas Koch <thomas@koch.ro> | 2022-04-06 18:50:10 +0000 |
|---|---|---|
| committer | Thomas Koch <thomas@koch.ro> | 2022-04-08 18:33:00 +0000 |
| commit | 4c0ae2ca3683ec6ecce806834e989d6cb8a4daf9 (patch) | |
| tree | 90307c42c889a2dde54b6637f662161d4da5ca02 /.classpath | |
| parent | 474898da261621b1668ad0f9c2937183a7af0657 (diff) | |
rename langdetect.jar to name in maven repo
The maven jar contains the language profiles that yacy also ships
in the langdetect/ folder.
Diffstat (limited to '.classpath')
| -rw-r--r-- | .classpath | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.classpath b/.classpath index 41950aa89..81eefeb1b 100644 --- a/.classpath +++ b/.classpath @@ -115,7 +115,7 @@ <classpathentry kind="lib" path="lib/log4j-over-slf4j-1.7.32.jar"/> <classpathentry kind="lib" path="lib/slf4j-api-1.7.32.jar"/> <classpathentry kind="lib" path="lib/slf4j-jdk14-1.7.32.jar"/> - <classpathentry kind="lib" path="lib/langdetect.jar"/> + <classpathentry kind="lib" path="lib/langdetect-1.1-20120112.jar"/> <classpathentry kind="src" path="htroot/api/blacklists"/> <classpathentry kind="src" path="htroot/api/bookmarks/posts"/> <classpathentry kind="src" path="htroot/api/bookmarks/tags"/> |
