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 ----------------------------------------------------------------