You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ks...@apache.org on 2002/12/05 16:59:05 UTC

cvs commit: jakarta-turbine-maven/src/plugins-build/xdoc/templates team-list.xml

kschrader    2002/12/05 07:59:05

  Modified:    src/plugins-build/xdoc/templates team-list.xml
  Log:
  Remove the TAB that snuck in there.
  
  Revision  Changes    Path
  1.5       +1 -1      jakarta-turbine-maven/src/plugins-build/xdoc/templates/team-list.xml
  
  Index: team-list.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/src/plugins-build/xdoc/templates/team-list.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- team-list.xml	5 Dec 2002 15:55:35 -0000	1.4
  +++ team-list.xml	5 Dec 2002 15:59:05 -0000	1.5
  @@ -48,7 +48,7 @@
           #foreach ($developer in $project.developers)
           <tr>
             #if ($developer.url.length() != 0)
  -	      <td><a href="$developer.url">$!developer.name</a></td>
  +          <td><a href="$developer.url">$!developer.name</a></td>
             #else
             <td>$!developer.name</td>
             #end