Author: thorsten
Date: Tue Aug 21 03:02:42 2007
New Revision: 568047

URL: http://svn.apache.org/viewvc?rev=568047&view=rev
Log:
Adding --uriFile argument to the cocoon cli call. This way one can set 
project.urifile to the uris that should be included. see 
http://cocoon.apache.org/2.1/userdocs/offline/cli.html for more information.

Modified:
    forrest/trunk/main/targets/site.xml

Modified: forrest/trunk/main/targets/site.xml
URL: 
http://svn.apache.org/viewvc/forrest/trunk/main/targets/site.xml?rev=568047&r1=568046&r2=568047&view=diff
==============================================================================
--- forrest/trunk/main/targets/site.xml (original)
+++ forrest/trunk/main/targets/site.xml Tue Aug 21 03:02:42 2007
@@ -47,6 +47,7 @@
           <arg value="--xconf=${project.configfile}"/>
           <arg value="--brokenLinkFile=${project.brokenlinkfile}"/>
           <arg value="--workDir=${project.cocoon-work-dir}"/>
+          <arg value="--uriFile=${project.urifile}"></arg>
           <arg value="${project.start-uri}"/>
           <classpath>
             <path refid="forrest.cp"/>