From 227147f6bc4c6c76ed1200b91f6fce2a2e66c758 Mon Sep 17 00:00:00 2001 From: Norman Walsh Date: Thu, 14 Mar 2002 14:59:16 +0000 Subject: [PATCH] Use reader instead of parser --- cvstools/xjparse | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cvstools/xjparse b/cvstools/xjparse index baa9e5207..5c4bdcea8 100755 --- a/cvstools/xjparse +++ b/cvstools/xjparse @@ -13,7 +13,7 @@ CLASSPATH=$JAXP$RESOLVER$XERCES$CLASSPATH #echo $CLASSPATH java \ - com.sun.resolver.apps.xparse $* + com.sun.resolver.apps.xread $* if [ $? != 0 ]; then echo "" -- 2.50.1