kaz         2002/06/02 07:09:47

  Modified:    src/templates/xdocs dependencies.xml
  Log:
  The dependency report wasn't updated to reflect that the <dependency>
  element now uses <id> instead of <name>.
  
  Revision  Changes    Path
  1.3       +3 -3      jakarta-turbine-maven/src/templates/xdocs/dependencies.xml
  
  Index: dependencies.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/src/templates/xdocs/dependencies.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- dependencies.xml  30 May 2002 13:46:49 -0000      1.2
  +++ dependencies.xml  2 Jun 2002 14:09:46 -0000       1.3
  @@ -19,7 +19,7 @@
         </p>
         <table>
           <tr>
  -          <th>Name</th>
  +          <th>ID</th>
             <th>Version</th>
             <th>JAR</th>
           </tr>
  @@ -27,9 +27,9 @@
           <tr>
             <td> 
               #if ($dep.url && $dep.url.length() != 0) 
  -              <a href="$dep.url">$!dep.name</a> 
  +              <a href="$dep.url">$!dep.id</a> 
               #else 
  -              $!dep.name 
  +              $!dep.id 
               #end
             </td>
             <td>$!dep.version</td>
  
  
  

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

Reply via email to