Author: rgardler
Date: Thu Dec 2 15:03:50 2004
New Revision: 109581
URL: http://svn.apache.org/viewcvs?view=rev&rev=109581
Log:
corect path in example (changed in svn restructure
Modified:
forrest/trunk/docs-author/content/xdocs/forrestbot.xml
Modified: forrest/trunk/docs-author/content/xdocs/forrestbot.xml
Url: http://svn.apache.org/viewcvs/forrest/trunk/docs-author/content/xdocs/forrestbot.xml?view=diff&rev=109581&p1=forrest/trunk/docs-author/content/xdocs/forrestbot.xml&r1=109580&p2=forrest/trunk/docs-author/content/xdocs/forrestbot.xml&r2=109581
==============================================================================
--- forrest/trunk/docs-author/content/xdocs/forrestbot.xml (original)
+++ forrest/trunk/docs-author/content/xdocs/forrestbot.xml Thu Dec 2 15:03:50 2004
@@ -68,7 +68,7 @@
<!-- assumes FORREST_HOME has been set as an environment variable -->
<property environment="env"/>
- <import file="${env.FORREST_HOME}/../forrestbot/core/forrestbot.xml"/>
+ <import file="${env.FORREST_HOME}/tools/forrestbot/core/forrestbot.xml"/>
</project>
</source>
|