You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@forrest.apache.org by je...@apache.org on 2002/11/02 12:32:43 UTC

cvs commit: xml-forrest/src/resources/forrest-shbat/bin forrest.bat

jefft       2002/11/02 03:32:43

  Modified:    src/resources/forrest-shbat/bin forrest.bat
  Log:
  Stop script breaking on XP.  Thanks to Chanshin Lee
  
  Revision  Changes    Path
  1.9       +0 -1      xml-forrest/src/resources/forrest-shbat/bin/forrest.bat
  
  Index: forrest.bat
  ===================================================================
  RCS file: /home/cvs/xml-forrest/src/resources/forrest-shbat/bin/forrest.bat,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- forrest.bat	30 Oct 2002 08:55:14 -0000	1.8
  +++ forrest.bat	2 Nov 2002 11:32:43 -0000	1.9
  @@ -16,7 +16,6 @@
   set ANT_HOME="%FORREST_HOME%\ant"
   
   echo "Apache Forrest.  Run 'forrest -projecthelp' to list options"
  -echo
   
   Rem ----- call ant.. ---------------------------------------------------
   call "%ANT_HOME%\bin\ant" -buildfile %ANTFILE% -Dbasedir="%PROJECT_HOME%" -Dproject.home="%PROJECT_HOME%" -Dforrest.home="%FORREST_HOME%" -emacs -logger org.apache.tools.ant.NoBannerLogger %1 %2 %3 %4 %5 %6 %7 %8 %9