summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorSam Ruby <rubys@apache.org>2000-01-14 13:50:24 +0000
committerSam Ruby <rubys@apache.org>2000-01-14 13:50:24 +0000
commitfbf3fee31bd89d7a0c2413a9268bca62be936000 (patch)
treee681e25e25af39107e7fb5657a9763e53c0b9258 /build.sh
parent282f346ca230a8dec8d1956af05fcc9d511ad672 (diff)
downloadant-fbf3fee31bd89d7a0c2413a9268bca62be936000.tar.gz
Allow jakarta-ant to be build into an "ANT_HOME" structure in place.
Move implicit tasks into an explicit init target git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@267552 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 17c70c4d2..8b92bd3e8 100755
--- a/build.sh
+++ b/build.sh
@@ -1,6 +1,6 @@
#!/bin/sh
-ADDL_CLASSPATH=./lib/ant.jar:./lib/projectx-tr2.jar
+ADDL_CLASSPATH=./lib/ant.jar:./lib/xml.jar
if [ "$CLASSPATH" != "" ] ; then
CLASSPATH=$CLASSPATH:$ADDL_CLASSPATH