Great change.  I agree with you that the older format was much easier to
read and navigate.

> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
> Sent: Wednesday, December 17, 2003 7:31 AM
> To: [EMAIL PROTECTED]
> Subject: cvs commit: 
> maven-plugins/xdoc/src/plugin-resources/templates dependencies.xml
> 
> 
> jvanzyl     2003/12/17 07:31:11
> 
>   Modified:    xdoc/src/plugin-resources/templates dependencies.xml
>   Log:
>   o changing the dependencies back to the old form which was 
> actually usable
>     and navigable.
>   
>   Revision  Changes    Path
>   1.4       +21 -35    
> maven-plugins/xdoc/src/plugin-resources/templates/dependencies.xml
>   
>   Index: dependencies.xml
>   ===================================================================
>   RCS file: 
> /home/cvs/maven-plugins/xdoc/src/plugin-resources/templates/de
> pendencies.xml,v
>   retrieving revision 1.3
>   retrieving revision 1.4
>   diff -u -r1.3 -r1.4
>   --- dependencies.xml        25 Jul 2003 22:47:30 -0000      1.3
>   +++ dependencies.xml        17 Dec 2003 15:31:11 -0000      1.4
>   @@ -16,41 +16,27 @@
>          <p> 
>            The following is a list of dependencies for this 
> project.  These
>            dependencies are required to compile and run the 
> application:
>   -      </p>               
>   -      #foreach ($dep in $dependencyDescriber.Dependencies)         
>   -        <subsection name="${dep.Id}">
>   -          <table> 
>   -            <tr>
>   -              <th width="10%">Group ID</th>
>   -              <td>${dep.GroupId}</td>
>   -            </tr>
>   -            <tr>
>   -              <th>Artifact ID</th> 
>   -              <td>${dep.ArtifactId}</td>
>   -            </tr> 
>   -            <tr>
>   -             <th>Type</th>
>   -             <td>${dep.Type}</td>
>   -           </tr> 
>   -           <tr>
>   -             <th>Version</th>
>   -             <td>${dep.Version}</td>
>   -           </tr> 
>   -           #if ($dep.Url)          
>   -           <tr>
>   -             <th>URL</th>
>   -             <td><a href="${dep.Url}">${dep.Url}</a></td>
>   -           </tr>        
>   -           #end 
>   -           #if ($dep.Description)
>   -           <tr>
>   -             <th>Description</th>
>   -             <td>${dep.Description}</td>
>   -           </tr>         
>   -           #end
>   -         </table> 
>   -       </subsection>
>   -     #end    
>   +      </p>
>   +      <table>
>   +        <tr>
>   +          <th>Artifact ID</th> 
>   +          <th>Type</th>              
>   +          <th>Version</th>
>   +          <th>URL</th>
>   +        </tr>
>   +        #foreach ($dep in $dependencyDescriber.Dependencies)
>   +        <tr>
>   +          <td>${dep.ArtifactId}</td>
>   +          <td>${dep.Type}</td>
>   +          <td>${dep.Version}</td>
>   +          <td>
>   +          #if ($dep.Url)          
>   +          <a href="${dep.Url}">${dep.Url}</a>
>   +          #end 
>   +          </td>
>   +         </tr>
>   +        #end     
>   +      </table> 
>        #end 
>      </section>
>     </body>
>   
>   
>   
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 


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

Reply via email to