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 2003/10/04 11:45:03 UTC

cvs commit: xml-forrest/src/resources/forrestbot2/core forrestbot.xml

jefft       2003/10/04 02:45:03

  Modified:    src/resources/forrestbot2/core forrestbot.xml
  Log:
  Use the FORREST_HOME env variable if forrest.home isn't set.
  
  Revision  Changes    Path
  1.3       +2 -1      xml-forrest/src/resources/forrestbot2/core/forrestbot.xml
  
  Index: forrestbot.xml
  ===================================================================
  RCS file: /home/cvs/xml-forrest/src/resources/forrestbot2/core/forrestbot.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- forrestbot.xml	4 Oct 2003 08:41:15 -0000	1.2
  +++ forrestbot.xml	4 Oct 2003 09:45:03 -0000	1.3
  @@ -2,7 +2,8 @@
   
   <project basedir="." default="main">
   
  -  <property name="forrest.home" value="${user.home}/apache/xml/xml-forrest/build/dist/shbat"/>
  +  <property environment="ENV"/>
  +  <property name="forrest.home" value="${ENV.FORREST_HOME}"/>
     <property name="bot.home" value="${forrest.home}/forrestbot2/core"/>
     <import file="${forrest.home}/forrest.build.xml"/>