You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by rg...@apache.org on 2005/06/17 11:44:53 UTC

svn commit: r191120 - /forrest/trunk/site-author/content/xdocs/docs_0_70/your-project.xml

Author: rgardler
Date: Fri Jun 17 02:44:51 2005
New Revision: 191120

URL: http://svn.apache.org/viewcvs?rev=191120&view=rev
Log:
correct import for using in ANT (reported by Ron Blaschke)

Modified:
    forrest/trunk/site-author/content/xdocs/docs_0_70/your-project.xml

Modified: forrest/trunk/site-author/content/xdocs/docs_0_70/your-project.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/site-author/content/xdocs/docs_0_70/your-project.xml?rev=191120&r1=191119&r2=191120&view=diff
==============================================================================
--- forrest/trunk/site-author/content/xdocs/docs_0_70/your-project.xml (original)
+++ forrest/trunk/site-author/content/xdocs/docs_0_70/your-project.xml Fri Jun 17 02:44:51 2005
@@ -1114,7 +1114,7 @@
      <!-- FORREST_HOME must be set as an environment variable -->
      <property environment="env"/>
      <property name="forrest.home" value="${env.FORREST_HOME}"/>
-     <import file="${env.FORREST_HOME}/forrest.build.xml"/>
+     <import file="${env.FORREST_HOME}/main/forrest.build.xml"/>
 
      <!-- 'site' is a target imported from forrest.build.xml -->
      <target name="post-build" depends="site">