Author: crossley Date: Mon Dec 13 22:14:31 2004 New Revision: 111788 URL: http://svn.apache.org/viewcvs?view=rev&rev=111788 Log: Get ready to also use SitemapTask to build docs from blocks.
Modified: cocoon/branches/BRANCH_2_1_X/tools/targets/docs-build.xml Modified: cocoon/branches/BRANCH_2_1_X/tools/targets/docs-build.xml Url: http://svn.apache.org/viewcvs/cocoon/branches/BRANCH_2_1_X/tools/targets/docs-build.xml?view=diff&rev=111788&p1=cocoon/branches/BRANCH_2_1_X/tools/targets/docs-build.xml&r1=111787&p2=cocoon/branches/BRANCH_2_1_X/tools/targets/docs-build.xml&r2=111788 ============================================================================== --- cocoon/branches/BRANCH_2_1_X/tools/targets/docs-build.xml (original) +++ cocoon/branches/BRANCH_2_1_X/tools/targets/docs-build.xml Mon Dec 13 22:14:31 2004 @@ -49,10 +49,13 @@ <copy file="status.xml" tofile="${build.context}/xdocs/status.xml" filtering="on"/> - <!-- generate sitemap components docs --> + <!-- generate sitemap components docs using SitemapTask --> <sitemap-components docDir="${build.context}/xdocs/userdocs" source="${java}"/> - <!-- --> - + <!-- + <echo message="Building component docs from blocks."/> + <sitemap-components docDir="${build.context}/xdocs/userdocs" source="${blocks}"/> + --> + <!-- Forrest needs its own file at src/documentation/sitemap.xmap, so we overwrite it with the old Cocoon-specific sitemap here --> <move file="${build.context}/sitemap-localdocs.xmap"