summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorSam Ruby <rubys@apache.org>2000-07-01 23:33:54 +0000
committerSam Ruby <rubys@apache.org>2000-07-01 23:33:54 +0000
commit9fb99f72f46628cfaeb23fbb5f352472583d614c (patch)
treec11533ca0e4545a652fd2f20a4134ec15eeb01a3 /build.sh
parentb21634835a8db02403c02bbae6f6c65218ae8754 (diff)
downloadant-9fb99f72f46628cfaeb23fbb5f352472583d614c.tar.gz
Better support for JDK 1.1
Submitted by: Drew Sudell <asudell@op.net> git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@267722 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/build.sh b/build.sh
index 462c2b5de..0217bb413 100755
--- a/build.sh
+++ b/build.sh
@@ -15,6 +15,10 @@ if test -f $JAVA_HOME/lib/tools.jar ; then
LOCALCLASSPATH=$LOCALCLASSPATH:$JAVA_HOME/lib/tools.jar
fi
+if test -f $JAVA_HOME/lib/classes.zip ; then
+ LOCALCLASSPATH=$LOCALCLASSPATH:$JAVA_HOME/lib/classes.zip
+fi
+
echo
echo Building with classpath: $LOCALCLASSPATH
echo