You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ka...@apache.org on 2003/03/03 16:41:24 UTC

cvs commit: jakarta-turbine-maven/src/plugins-build/tasklist/xdocs goals.xml index.xml properties.xml

kaz         2003/03/03 07:41:23

  Modified:    src/plugins-build/tasklist/xdocs goals.xml index.xml
                        properties.xml
  Log:
  Updated docs.  Patch from Tim O'Brien.  thanks!
  
  Revision  Changes    Path
  1.2       +1 -1      jakarta-turbine-maven/src/plugins-build/tasklist/xdocs/goals.xml
  
  Index: goals.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/src/plugins-build/tasklist/xdocs/goals.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- goals.xml	24 Jan 2003 03:46:22 -0000	1.1
  +++ goals.xml	3 Mar 2003 15:41:23 -0000	1.2
  @@ -23,7 +23,7 @@
         	<tr>
             <td>tasklist:generate</td>
             <td>
  -            Generates a list of tasks from the javadoc @task tag
  +            Generates a list of tasks from the javadoc @todo tag
               <br />
             </td>
         	</tr>
  
  
  
  1.2       +1 -1      jakarta-turbine-maven/src/plugins-build/tasklist/xdocs/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/src/plugins-build/tasklist/xdocs/index.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- index.xml	24 Jan 2003 03:46:22 -0000	1.1
  +++ index.xml	3 Mar 2003 15:41:23 -0000	1.2
  @@ -11,7 +11,7 @@
         <p>
           This plug-in produces a nicely formatted report of all the tasks that
           have been listed in the Javadoc of your project's sources using
  -        the <code>@task</code> tag.
  +        the <code>@todo</code> tag.
         </p>
       </section>
    </body>
  
  
  
  1.2       +2 -2      jakarta-turbine-maven/src/plugins-build/tasklist/xdocs/properties.xml
  
  Index: properties.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/src/plugins-build/tasklist/xdocs/properties.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- properties.xml	24 Jan 2003 03:46:22 -0000	1.1
  +++ properties.xml	3 Mar 2003 15:41:23 -0000	1.2
  @@ -14,8 +14,8 @@
             <td>maven.tasklist.taskTag</td>
             <td>Yes</td>
             <td>
  -            The javadoc tag to look for. Defaults to <code>task</code>
  -            so that <code>@task</code> tags are processed.
  +            The javadoc tag to look for. Defaults to <code>todo</code>
  +            so that <code>@todo</code> tags are processed.
             </td>
           </tr>
           <tr>