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