X-Git-Url: http://gitweb.fperrin.net/?p=DictionaryPC.git;a=blobdiff_plain;f=compile.sh;h=7cb5a1500fe15f6084a27ae5e0db4cebec5f3808;hp=bee60a5cbc0c9365ecaccc2ea4b64b3bf3158a56;hb=2182783b7ac6a22c23b37db4ba458ff12a6978dc;hpb=945daa063c34b972b075860414a395ddfb560576 diff --git a/compile.sh b/compile.sh index bee60a5..7cb5a15 100755 --- a/compile.sh +++ b/compile.sh @@ -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 .."