summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorMagesh Umasankar <umagesh@apache.org>2002-06-01 12:26:43 +0000
committerMagesh Umasankar <umagesh@apache.org>2002-06-01 12:26:43 +0000
commitca91f8cb7e4f2bfe1a191dea6126a32649af9565 (patch)
tree987dedb3cd79ebe75c1c7d7286acffa77470d14c /build.sh
parentf19f07d6e4c72f241057ecfc32d80be21201bbf7 (diff)
downloadant-ca91f8cb7e4f2bfe1a191dea6126a32649af9565.tar.gz
Merge changes made to 1.5 Beta1.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272826 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index 2bddf05b2..d4c93108f 100755
--- a/build.sh
+++ b/build.sh
@@ -21,7 +21,7 @@ if test ! -f bootstrap/lib/ant.jar -o ! -x bootstrap/bin/ant -o ! -x bootstrap/
exit
fi
-LOCALCLASSPATH=lib/xercesImpl.jar:lib/xmlParserAPIs.jar
+LOCALCLASSPATH=lib/xercesImpl.jar:lib/xml-apis.jar:bootstrap/lib/ant.jar
# add in the dependency .jar files
DIRLIBS=lib/optional/*.jar
for i in ${DIRLIBS}