summaryrefslogtreecommitdiff
path: root/bootstrap.sh
diff options
context:
space:
mode:
authorStephane Bailliez <sbailliez@apache.org>2002-04-16 12:15:34 +0000
committerStephane Bailliez <sbailliez@apache.org>2002-04-16 12:15:34 +0000
commited9509b02430895b479f1ecafb15786b3e0b0853 (patch)
tree46929de6f6a62b53e2a5c5ff4b3df8ac80a6e81a /bootstrap.sh
parentd7d99ee441f4412c492a653791b5a20a96a4ec28 (diff)
downloadant-ed9509b02430895b479f1ecafb15786b3e0b0853.tar.gz
Moving from Crimson 1.1.3 to Xerces 2.0.1
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272467 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-xbootstrap.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap.sh b/bootstrap.sh
index 9eafbfe67..c8036fb75 100755
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -79,7 +79,7 @@ if [ -d "build" ] ; then
rm -r build
fi
-CLASSPATH=lib/crimson.jar:${CLASSPATH}
+CLASSPATH=lib/xercesImpl.jar:lib/xmlParserAPIs.jar:${CLASSPATH}
DIRLIBS=lib/optional/*.jar
for i in ${DIRLIBS}