summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorAntoine Levy-Lambert <antoine@apache.org>2003-07-27 14:38:17 +0000
committerAntoine Levy-Lambert <antoine@apache.org>2003-07-27 14:38:17 +0000
commit8fd6c92f928b7a4c21afb74e021b2dd023cb5bdb (patch)
treea5d3420dac3a4ad823c08507f33c2f9113566b7b /build.sh
parent1f9f28daf8b7ad1a9d7718abd8aea41f21370617 (diff)
downloadant-8fd6c92f928b7a4c21afb74e021b2dd023cb5bdb.tar.gz
readded xml-apis.jar and xercesImpl.jar in the classpath for the build scripts afer discussion with Conor McNeill.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274959 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 2c6ea1016..6f04697ac 100755
--- a/build.sh
+++ b/build.sh
@@ -28,7 +28,7 @@ if test ! -f bootstrap/lib/ant.jar -o ! -x bootstrap/bin/ant -o ! -x bootstrap/
exit
fi
-LOCALCLASSPATH=
+LOCALCLASSPATH=lib/xercesImpl.jar:lib/xml-apis.jar
# add in the dependency .jar files
DIRLIBS=lib/optional/*.jar
for i in ${DIRLIBS}