Author: crossley Date: Thu Dec 30 00:49:39 2004 New Revision: 123707 URL: http://svn.apache.org/viewcvs?view=rev&rev=123707 Log: For convenience while developing docs with 'forrest run', use the source xdocs.
Modified: cocoon/trunk/forrest.properties Modified: cocoon/trunk/forrest.properties Url: http://svn.apache.org/viewcvs/cocoon/trunk/forrest.properties?view=diff&rev=123707&p1=cocoon/trunk/forrest.properties&r1=123706&p2=cocoon/trunk/forrest.properties&r2=123707 ============================================================================== --- cocoon/trunk/forrest.properties (original) +++ cocoon/trunk/forrest.properties Thu Dec 30 00:49:39 2004 @@ -51,7 +51,10 @@ # Use a dummy sitemap for the forrest build. # Cocoon still uses the sitemap.xmap for its localhost:8888/docs project.sitemap=${project.content-dir}/dummy +# Cocoon pre-processes the xdocs, so use the build space. project.xdocs-dir=build/${project.name}/documentation/xdocs +# For convenience while developing docs with 'forrest run', use the source xdocs. +# project.xdocs-dir=${project.content-dir}/xdocs #project.resources-dir=${project.content-dir}/resources #project.stylesheets-dir=${project.resources-dir}/stylesheets project.images-dir=${project.content-dir}/images