From d21926dbc9679775c251c5222296f9e8dd7429e8 Mon Sep 17 00:00:00 2001 From: Antoine Levy-Lambert Date: Wed, 8 Dec 2010 22:53:12 +0000 Subject: [PATCH] updating release procedure git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1043755 13f79535-47bb-0310-9956-ffa450edef68 --- release.sh | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/release.sh b/release.sh index e204c97ba..c6b657d56 100755 --- a/release.sh +++ b/release.sh @@ -31,6 +31,9 @@ export PATH=$JAVA_HOME/bin:$PATH echo ANT_HOME=$ANT_HOME echo JAVA_HOME=$JAVA_HOME which java -echo running second build under JDK 1.5 including tests -./build.sh distribution run-tests +echo running second build under JDK 1.5 +./build.sh dist-lite +echo running third build to run the tests and do the distribution +dist/bin/ant -nouserlib -lib lib/optional run-tests distribution +