summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorConor MacNeill <conor@apache.org>2003-07-10 03:32:34 +0000
committerConor MacNeill <conor@apache.org>2003-07-10 03:32:34 +0000
commit453d5532fa827336cdb9a2c5b3b5b6614e868de0 (patch)
tree48aa1cfeae13da217a163fb0fb0b5f223477b822 /build.sh
parent238a51ea12a1ba55493a8013b51d8af67906d9c0 (diff)
downloadant-453d5532fa827336cdb9a2c5b3b5b6614e868de0.tar.gz
Make launcher work on Win2K
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274799 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 29f551074..2c6ea1016 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=lib/xercesImpl.jar:lib/xml-apis.jar:bootstrap/lib/ant.jar
+LOCALCLASSPATH=
# add in the dependency .jar files
DIRLIBS=lib/optional/*.jar
for i in ${DIRLIBS}