You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by ch...@apache.org on 2005/02/23 00:15:14 UTC

svn commit: r154909 - forrest/trunk/main/build.xml

Author: cheche
Date: Tue Feb 22 15:15:11 2005
New Revision: 154909

URL: http://svn.apache.org/viewcvs?view=rev&rev=154909
Log:
Added forrest.home to fresh-site property ( possibly only gump could care about this)

Modified:
    forrest/trunk/main/build.xml

Modified: forrest/trunk/main/build.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/main/build.xml?view=diff&r1=154908&r2=154909
==============================================================================
--- forrest/trunk/main/build.xml (original)
+++ forrest/trunk/main/build.xml Tue Feb 22 15:15:11 2005
@@ -59,7 +59,7 @@
     <property name="tools.jar"             location="${java.home}/../lib/tools.jar"/>
     <available file="${tools.jar}"         property="tools.jar.present"/>
     
-    <property name="src-fresh-site"         location="main/fresh-site"/>
+    <property name="src-fresh-site"         location="${forrest.home}/main/fresh-site"/>
     
     <property name="forrestbot.dir"         location="${forrest.home}/tools/forrestbot"/>