You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@forrest.apache.org by an...@apache.org on 2003/12/20 08:30:13 UTC

cvs commit: xml-forrest/tools/ant/bin ant.bat

antonio     2003/12/19 23:30:13

  Modified:    tools/ant/bin ant.bat
  Log:
  Update to Apache Ant 1.6.0
  
  Revision  Changes    Path
  1.8       +1 -2      xml-forrest/tools/ant/bin/ant.bat
  
  Index: ant.bat
  ===================================================================
  RCS file: /home/cvs//xml-forrest/tools/ant/bin/ant.bat,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- ant.bat	20 Dec 2003 07:24:57 -0000	1.7
  +++ ant.bat	20 Dec 2003 07:30:13 -0000	1.8
  @@ -4,7 +4,6 @@
   REM   reserved.
   
   if exist "%HOME%\antrc_pre.bat" call "%HOME%\antrc_pre.bat"
  -set ANT_VERSION=1.6.0
   
   if "%OS%"=="Windows_NT" @setlocal
   
  @@ -30,7 +29,7 @@
   :doneStart
   rem find ANT_HOME if it does not exist due to either an invalid value passed
   rem by the user or the %0 problem on Windows 9x
  -if exist "%ANT_HOME%\lib\ant-%ANT_VERSION%.jar" goto checkJava
  +if exist "%ANT_HOME%\lib\ant.jar" goto checkJava
   
   rem check for ant in Program Files
   if not exist "%ProgramFiles%\ant" goto checkSystemDrive