From 074b9042d12304677bd3d0b15468cf1513e779e2 Mon Sep 17 00:00:00 2001 From: Norman Walsh Date: Sun, 29 Dec 2002 21:38:57 +0000 Subject: [PATCH] More patch fixing --- cvstools/xjparse | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/cvstools/xjparse b/cvstools/xjparse index 3a0fba010..9c1f81d91 100755 --- a/cvstools/xjparse +++ b/cvstools/xjparse @@ -7,7 +7,6 @@ MYDIR=`dirname $0` . $MYDIR/common-functions.sh - JAXP=`findjaxp` XERCES=`findxerces` RESOLVER=`findresolver` @@ -15,17 +14,6 @@ if [ ! "$RESOLVER" ]; then echo "cannot find resolver classes" 1>&2 exit 1 fi -<<<<<<< xjparse - -for path in "/usr/local/jaxp-1.1/jaxp.jar" \ - "/usr/local/java/jaxp-1.1/jaxp.jar" \ - "/usr/local/share/java/jaxp-1.1/jaxp.jar" \ - "/usr/share/java/jaxp.jar"; do - if [ -f "$path" -o -d "$path" ]; then - JAXP="$path" - break - fi -done HTTP_PROXY= HTTPS_PROXY= -- 2.40.0