You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by lt...@apache.org on 2006/04/05 22:16:33 UTC

svn commit: r391776 - /maven/maven-1/plugins/trunk/xdoc/plugin.jelly

Author: ltheussl
Date: Wed Apr  5 13:16:31 2006
New Revision: 391776

URL: http://svn.apache.org/viewcvs?rev=391776&view=rev
Log:
Correct description

Modified:
    maven/maven-1/plugins/trunk/xdoc/plugin.jelly

Modified: maven/maven-1/plugins/trunk/xdoc/plugin.jelly
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/xdoc/plugin.jelly?rev=391776&r1=391775&r2=391776&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/xdoc/plugin.jelly (original)
+++ maven/maven-1/plugins/trunk/xdoc/plugin.jelly Wed Apr  5 13:16:31 2006
@@ -578,7 +578,7 @@
 
   <goal name="xdoc"
     prereqs="xdoc:generate-from-pom, xdoc:transform"
-    description="Generate html project documentation xdoc sources"/>
+    description="Generate html project documentation from xdoc sources"/>
 
   <goal name="xdoc:init"
     prereqs="xdoc:init-i18n"