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 2004/10/23 13:47:42 UTC

svn commit: rev 55369 - forrest/trunk/src/core

Author: cheche
Date: Sat Oct 23 04:47:40 2004
New Revision: 55369

Modified:
   forrest/trunk/src/core/forrest.build.xml
Log:
Move forrres.home property up, as it is used upstream

Modified: forrest/trunk/src/core/forrest.build.xml
==============================================================================
--- forrest/trunk/src/core/forrest.build.xml	(original)
+++ forrest/trunk/src/core/forrest.build.xml	Sat Oct 23 04:47:40 2004
@@ -27,7 +27,7 @@
 <project default="site" basedir="." name="forrest">
 
   <property name="forrest.version" value="0.7-dev"/>
-  
+  <property name="forrest.home"        		  location="${basedir}" />
   <property name="forrest.root-dir"           location="${forrest.home}/../.."/>     
   
   <property name="forrest.lib-dir"            location="${forrest.root-dir}/lib"/>   
@@ -97,7 +97,6 @@
     <property file="${forrest.home}/context/default-forrest.properties" />
 
     <!-- people should use forrest.properties to override following defaults  -->
-    <property name="forrest.home"        location="." />
     <property name="forrest.skins-dir"   location="${forrest.home}/context/skins"/>  
     <property name="forrest.plugins-dir"   location="${forrest.home}/../../plugins"/>   
     <property name="project.site-dir"    location="${project.build-dir}/site"    />