X-Git-Url: http://gitweb.fperrin.net/?p=DictionaryPC.git;a=blobdiff_plain;f=compile.sh;h=dbff5c9b1a6baf7ec1ad5c8d261eb665dbf654e1;hp=7c1ad839c6da60892a1f2e45b39c9b22ab79cdae;hb=7c8afe30bf3a694b55035de4f034db8a25a9fd35;hpb=b7b04d01f8d0ed763f0817d0531ecebf9ff50260 diff --git a/compile.sh b/compile.sh index 7c1ad83..dbff5c9 100755 --- a/compile.sh +++ b/compile.sh @@ -2,8 +2,6 @@ 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 -XERCES=/usr/share/java/xercesImpl.jar -test -r "$XERCES" || XERCES=/usr/share/xerces-2/lib/xercesImpl.jar COMMONS=/usr/share/java/commons-text.jar COMMONS_COMPRESS=/usr/share/java/commons-compress.jar if [ ! -x ../Dictionary ] ; then @@ -18,10 +16,6 @@ if [ ! -r "$JUNIT" ] ; then echo "Junit needs to be installed" exit 1; fi -if [ ! -r "$XERCES" ] ; then - echo "Xerces needs to be installed" - exit 1; -fi if [ ! -r "$COMMONS" ] ; then echo "commons-lang needs to be installed" exit 1;