summaryrefslogtreecommitdiff
path: root/release.sh
diff options
context:
space:
mode:
authorAntoine Levy-Lambert <antoine@apache.org>2010-02-01 23:17:12 +0000
committerAntoine Levy-Lambert <antoine@apache.org>2010-02-01 23:17:12 +0000
commitbe18a2559f89f25a9e064ae6a0a81a30f7ff8825 (patch)
treea436a4e7c21b8b6dfc687baff07ae729c9566776 /release.sh
parent692c1fe1918057da970a162da3369f744ba6c835 (diff)
downloadant-be18a2559f89f25a9e064ae6a0a81a30f7ff8825.tar.gz
preparation for a new 1.8.0 build including fixes for the junit stack traces
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@905449 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'release.sh')
-rwxr-xr-xrelease.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/release.sh b/release.sh
index ff2c6a66e..e204c97ba 100755
--- a/release.sh
+++ b/release.sh
@@ -17,6 +17,7 @@
# this is a first attempt to document the build of the distribution
# paths are hard-coded and obviously this is for a Cygwin/Windows combo
#######################################################################
+rm -rf bootstrap build dist distribution
unset ANT_HOME
export JAVA_HOME=/cygdrive/c/j2sdk1.4.2_19
export PATH=$JAVA_HOME/bin:$PATH