]> gitweb.fperrin.net Git - DictionaryPC.git/blobdiff - compile.sh
Fix compile warnings.
[DictionaryPC.git] / compile.sh
index bee60a5cbc0c9365ecaccc2ea4b64b3bf3158a56..7cb5a1500fe15f6084a27ae5e0db4cebec5f3808 100755 (executable)
@@ -4,8 +4,7 @@ JUNIT=/usr/share/java/junit.jar
 test -r "$JUNIT" || JUNIT=/usr/share/junit/lib/junit.jar
 XERCES=/usr/share/java/xercesImpl.jar
 test -r "$XERCES" || XERCES=/usr/share/xerces-2/lib/xercesImpl.jar
-COMMONS=/usr/share/java/commons-lang3.jar
-test -r "$COMMONS" || COMMONS=/usr/share/commons-lang-3.3/lib/commons-lang.jar
+COMMONS=/usr/share/java/commons-text.jar
 COMMONS_COMPRESS=/usr/share/java/commons-compress.jar
 if [ ! -x ../Dictionary ] ; then
     echo "You need to clone the Dictionary repository (including subprojects) into .."