You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by re...@apache.org on 2005/03/19 11:51:19 UTC

svn commit: r158226 - cocoon/trunk/build.properties

Author: reinhard
Date: Sat Mar 19 02:51:18 2005
New Revision: 158226

URL: http://svn.apache.org/viewcvs?view=rev&rev=158226
Log:
introduce build property 'forrest.bin' that points to the directory that contains the Forrest execution scripts; see the comment for information about the default value

Modified:
    cocoon/trunk/build.properties

Modified: cocoon/trunk/build.properties
URL: http://svn.apache.org/viewcvs/cocoon/trunk/build.properties?view=diff&r1=158225&r2=158226
==============================================================================
--- cocoon/trunk/build.properties (original)
+++ cocoon/trunk/build.properties Sat Mar 19 02:51:18 2005
@@ -53,8 +53,10 @@
 #exclude.validate.jars=true
 
 # ---- Forrest -----------------------------------------------------------------
-
-# set $FORREST_HOME and $PATH as instructed by Forrest
+# set the Forrest bin directory that contains the Forrest execution scripts 
+# (default is that Forrest is at the same level as Cocoon in your directory
+# structure; of course you can override this in local.build.properties)
+forrest.bin=../../forrest/branches/forrest_06_branch/src/core/bin
 
 # ---- Anteater ----------------------------------------------------------------