summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorThomas Koch <thomas@koch.ro>2022-04-06 18:50:10 +0000
committerThomas Koch <thomas@koch.ro>2022-04-08 18:33:00 +0000
commit4c0ae2ca3683ec6ecce806834e989d6cb8a4daf9 (patch)
tree90307c42c889a2dde54b6637f662161d4da5ca02 /build.xml
parent474898da261621b1668ad0f9c2937183a7af0657 (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.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index 2d6d30c49..4050e8db0 100644
--- a/build.xml
+++ b/build.xml
@@ -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" />