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 /build.xml | |
| 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 'build.xml')
| -rw-r--r-- | build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -235,7 +235,7 @@ <pathelement location="${lib}/jwat-common-1.1.1.jar" /> <pathelement location="${lib}/jwat-gzip-1.1.1.jar" /> <pathelement location="${lib}/jwat-warc-1.1.1.jar" /> - <pathelement location="${lib}/langdetect.jar" /> + <pathelement location="${lib}/langdetect-1.1-20120112.jar" /> <pathelement location="${lib}/log4j-over-slf4j-1.7.32.jar" /> <pathelement location="${lib}/lucene-analyzers-common-8.8.1.jar" /> <pathelement location="${lib}/lucene-analyzers-phonetic-8.8.1.jar" /> |
