You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by br...@apache.org on 2004/10/27 17:58:07 UTC

svn commit: rev 55710 - forrest/trunk/tools/forrestbot/core

Author: brondsem
Date: Wed Oct 27 08:58:07 2004
New Revision: 55710

Modified:
   forrest/trunk/tools/forrestbot/core/forrestbot.xml
Log:
update path due to restructure

Modified: forrest/trunk/tools/forrestbot/core/forrestbot.xml
==============================================================================
--- forrest/trunk/tools/forrestbot/core/forrestbot.xml	(original)
+++ forrest/trunk/tools/forrestbot/core/forrestbot.xml	Wed Oct 27 08:58:07 2004
@@ -19,7 +19,7 @@
 
   <property environment="ENV"/>
   <property name="forrest.home" location="${ENV.FORREST_HOME}"/>
-  <property name="bot.home" location="${forrest.home}/../forrestbot"/>
+  <property name="bot.home" location="${forrest.home}/../../../tools/forrestbot"/>
 
   <import file="${forrest.home}/forrest.build.xml"/>