You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@forrest.apache.org by ch...@apache.org on 2004/01/29 16:49:35 UTC

cvs commit: xml-forrest/src/core/bin forrest

cheche      2004/01/29 07:49:35

  Modified:    src/core/bin forrest
  Log:
  Remove space that unables to run forrest
  
  Revision  Changes    Path
  1.3       +1 -1      xml-forrest/src/core/bin/forrest
  
  Index: forrest
  ===================================================================
  RCS file: /home/cvs/xml-forrest/src/core/bin/forrest,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- forrest	29 Jan 2004 15:35:11 -0000	1.2
  +++ forrest	29 Jan 2004 15:49:35 -0000	1.3
  @@ -25,7 +25,7 @@
   # Save old ANT_HOME
   OLD_ANT_HOME="$ANT_HOME"
   unset ANT_HOME
  -ANT_HOME="$FORREST_HOME/tools/ant "
  +ANT_HOME="$FORREST_HOME/tools/ant"
   
   # ----- Set Up The Runtime Classpath ------------------------------------------