You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by an...@apache.org on 2013/03/04 03:40:59 UTC

svn commit: r1452171 - in /ant/core/trunk: ReleaseInstructions release.sh

Author: antoine
Date: Mon Mar  4 02:40:58 2013
New Revision: 1452171

URL: http://svn.apache.org/r1452171
Log:
removing mention of a first build step under JDK 1.4

Modified:
    ant/core/trunk/ReleaseInstructions
    ant/core/trunk/release.sh

Modified: ant/core/trunk/ReleaseInstructions
URL: http://svn.apache.org/viewvc/ant/core/trunk/ReleaseInstructions?rev=1452171&r1=1452170&r2=1452171&view=diff
==============================================================================
--- ant/core/trunk/ReleaseInstructions (original)
+++ ant/core/trunk/ReleaseInstructions Mon Mar  4 02:40:58 2013
@@ -88,8 +88,8 @@ Note: This document was updated in the c
     on the branch. It is important that this be a clean build. Label this with
     a tag ANT_170_B1.
 
-    The file release.sh gives an idea of how to do this build process,
-    currently in two steps, one with JDK 1.4 and one with JDK 1.5
+    The file release.sh gives an idea of how to do this build process.
+    buid.xml specifies that the code should be compiled with source=1.5 and target=1.5.
 
     C:\dev\asf\ant-core>
     svn copy https://svn.apache.org/repos/asf/ant/core/trunk \

Modified: ant/core/trunk/release.sh
URL: http://svn.apache.org/viewvc/ant/core/trunk/release.sh?rev=1452171&r1=1452170&r2=1452171&view=diff
==============================================================================
--- ant/core/trunk/release.sh (original)
+++ ant/core/trunk/release.sh Mon Mar  4 02:40:58 2013
@@ -30,16 +30,6 @@ case "`uname`" in
   MINGW*) mingw=true ;;
   Linux) linux=true ;;
 esac
-# running first build under JDK 1.4 under cygwin
-if $cygwin ; then
-  export JAVA_HOME=/cygdrive/c/j2sdk1.4.2_19
-  export PATH=$JAVA_HOME/bin:$PATH
-  echo ANT_HOME=$ANT_HOME
-  echo JAVA_HOME=$JAVA_HOME
-  which java
-  echo running first build under JDK 1.4
-  ./build.sh
-fi
 if $cygwin ; then
   export JAVA_HOME="/cygdrive/c/Program Files/Java/jdk1.5.0_22"
   JDK_VERSION=1.5