]> gitweb.fperrin.net Git - DictionaryPC.git/blobdiff - compile.sh
Remove more left-overs from xerces dependency.
[DictionaryPC.git] / compile.sh
index 7c1ad839c6da60892a1f2e45b39c9b22ab79cdae..dbff5c9b1a6baf7ec1ad5c8d261eb665dbf654e1 100755 (executable)
@@ -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;