dion        2002/10/03 04:32:58

  Modified:    src/plugins-build/xdoc site.dvsl
               src/plugins-build/xdoc/templates maven-reports.xml
  Log:
  Fix for Maven-124
  
  Revision  Changes    Path
  1.23      +7 -6      jakarta-turbine-maven/src/plugins-build/xdoc/site.dvsl
  
  Index: site.dvsl
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/src/plugins-build/xdoc/site.dvsl,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- site.dvsl 29 Sep 2002 14:16:35 -0000      1.22
  +++ site.dvsl 3 Oct 2002 11:32:58 -0000       1.23
  @@ -532,13 +532,14 @@
       <td>
           #foreach($n in $node.children())$context.applyTemplates($n)#end
           #if ( $attrib.due-to != "" )
  -        Due to 
  -        #if ( $attrib.due-to-email != "" )
  -          <a href="mailto:$attrib.due-to-email";>$attrib.due-to</a>
  -        #else
  -          $attrib.due-to
  +        <p>Due to 
  +          #if ( $attrib.due-to-email != "" )
  +            <a href="mailto:$attrib.due-to-email";>$attrib.due-to</a>
  +          #else
  +            $attrib.due-to
  +          #end
  +        </p>
           #end
  -      #end
       </td>
       <td>
         <a href="team-list.html#$attrib.dev">$attrib.dev</a>
  
  
  
  1.2       +20 -9     
jakarta-turbine-maven/src/plugins-build/xdoc/templates/maven-reports.xml
  
  Index: maven-reports.xml
  ===================================================================
  RCS file: 
/home/cvs/jakarta-turbine-maven/src/plugins-build/xdoc/templates/maven-reports.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- maven-reports.xml 14 Jul 2002 19:09:35 -0000      1.1
  +++ maven-reports.xml 3 Oct 2002 11:32:58 -0000       1.2
  @@ -18,22 +18,19 @@
         <subsection name="Overview">
           <table>
             <tr><th>Document</th><th>Description</th></tr>
  -          <!--
  -             Leaving this commented out until I have the document
  -             auto-generated from the @task tags in the source code.
  -
  -          <tr><td><a href="tasks.html">Tasks</a></td>
  +          <tr><td><a href="changes.html">Changes</a></td>
               <td>
  -              This document contains a list of tasks that need to be
  -              completed.
  +              This document provides a history of the changes made to the
  +              project, in a user friendly format, generated from the
  +              xdocs/changes.xml file.
               </td>
             </tr>
  -          -->
             #if ($project.repository)
             <tr><td><a href="changelog.html">Change Log</a></td>
               <td>
                 This document provides a history of the most recent
  -              changes made to the project.
  +              changes made to the project taken directly from the
  +              source code repository.
               </td>
             </tr>
             <tr><td><a href="activity-log.html">Developer Activity</a></td>
  @@ -49,6 +46,20 @@
               </td>
             </tr>
             #end
  +          <tr><td><a href="tasks.html">Tasks</a></td>
  +            <td>
  +              This document provides a list of tasks that need to
  +              be completed for the project, generated from the
  +              xdocs/tasks.xml file.
  +            </td>
  +          </tr>
  +          <tr><td><a href="task-list.html">Task List</a></td>
  +            <td>
  +              This document provides a list of tasks that need to
  +              be completed for the project, generated from the
  +              @task javadoc tag in java source code.
  +            </td>
  +          </tr>
             #if ($files.file($project.build.unitTestSourceDirectory).exists())
             <tr><td><a href="junit-report.html">Unit Tests</a></td>
               <td>
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to