You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by cr...@apache.org on 2004/07/15 01:52:53 UTC

svn commit: rev 22919 - forrest/trunk/src/core/targets

Author: crossley
Date: Wed Jul 14 16:52:51 2004
New Revision: 22919

Modified:
   forrest/trunk/src/core/targets/validate.xml
Log:
Added description for validate-sitemap target,
so that it is listed with 'forrest -projecthelp'.
Suggested by: Clay Leeds.


Modified: forrest/trunk/src/core/targets/validate.xml
==============================================================================
--- forrest/trunk/src/core/targets/validate.xml	(original)
+++ forrest/trunk/src/core/targets/validate.xml	Wed Jul 14 16:52:51 2004
@@ -161,7 +161,7 @@
   </target>
 
   <target name="validate-sitemap" depends="validation-props"
-    if="validate.sitemap">
+    if="validate.sitemap" description="Validate project sitemaps">
     <available property="version-specific-sitemap" file="${sitemap-dir}/forrest-${version}.xmap" type="file"/>
     <available property="version-specific-sitemap" file="${sitemap-dir}/aggregate-${version}.xmap" type="file"/>
     <available property="version-specific-sitemap" file="${sitemap-dir}/dtd-${version}.xmap" type="file"/>