summaryrefslogtreecommitdiff
path: root/bootstrap.sh
diff options
context:
space:
mode:
authorConor MacNeill <conor@apache.org>2001-03-04 13:35:51 +0000
committerConor MacNeill <conor@apache.org>2001-03-04 13:35:51 +0000
commit239b313fa1eb77d70ae6352c4a32eb74bdf6bbec (patch)
treef1e126f5b99bd9fd499cb4bf4d18d77988183637 /bootstrap.sh
parenta52b13778357bb53e049573ff67ac060bb153373 (diff)
downloadant-239b313fa1eb77d70ae6352c4a32eb74bdf6bbec.tar.gz
Update to Jaxp 1.1
Also - handle spaces in classpaths git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268755 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 52c6e1348..b886a7c91 100755
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -41,7 +41,7 @@ if [ -d "bootstrap" ] ; then
rm -r bootstrap
fi
-CLASSPATH=lib/parser.jar:lib/jaxp.jar:lib/optional/junit.jar:${CLASSPATH}
+CLASSPATH=lib/crimson.jar:lib/jaxp.jar:lib/optional/junit.jar:${CLASSPATH}
TOOLS=src/main/org/apache/tools
CLASSDIR=classes