You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by cr...@apache.org on 2005/01/09 03:58:33 UTC

svn commit: r124702 - /cocoon/trunk/tools/targets/docs-build.xml

Author: crossley
Date: Sat Jan  8 18:58:32 2005
New Revision: 124702

URL: http://svn.apache.org/viewcvs?view=rev&rev=124702
Log:
Sync with 2_1_X

Modified:
   cocoon/trunk/tools/targets/docs-build.xml

Modified: cocoon/trunk/tools/targets/docs-build.xml
Url: http://svn.apache.org/viewcvs/cocoon/trunk/tools/targets/docs-build.xml?view=diff&rev=124702&p1=cocoon/trunk/tools/targets/docs-build.xml&r1=124701&p2=cocoon/trunk/tools/targets/docs-build.xml&r2=124702
==============================================================================
--- cocoon/trunk/tools/targets/docs-build.xml	(original)
+++ cocoon/trunk/tools/targets/docs-build.xml	Sat Jan  8 18:58:32 2005
@@ -19,7 +19,7 @@
   <description>
     Documentation Targets
   </description>
-  
+
   <target name="prepare-docs" unless="exclude.documentation" depends="blocks">
 
     <!-- Set classpath for documentation -->
@@ -51,8 +51,11 @@
 
 	<!-- 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"
@@ -243,9 +246,9 @@
 
   </target>
   -->
-  
+
   <!-- Creates Javadocs -->
-  <target name="javadocs" 
+  <target name="javadocs"
           depends="prepare-blocks"
           description="Builds the API documentation (javadocs)"
           unless="internal.exclude.javadocs">