rename langdetect.jar to name in maven repo

The maven jar contains the language profiles that yacy also ships
in the langdetect/ folder.
pull/478/head
Thomas Koch 2 years ago
parent 474898da26
commit 4c0ae2ca36

@ -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"/>

@ -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" />

Loading…
Cancel
Save