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/01/25 05:16:01 UTC

cvs commit: jakarta-turbine-maven/src/plugins-build/developer-activity/src/plugin-resources developer-activity.jsl

kaz         2003/01/24 20:16:01

  Modified:    src/plugins-build/developer-activity/src/plugin-resources
                        developer-activity.jsl
  Log:
  Fixing the .0's in the developer report.
  
  Revision  Changes    Path
  1.2       +2 -2      jakarta-turbine-maven/src/plugins-build/developer-activity/src/plugin-resources/developer-activity.jsl
  
  Index: developer-activity.jsl
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/src/plugins-build/developer-activity/src/plugin-resources/developer-activity.jsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- developer-activity.jsl	24 Jan 2003 03:46:27 -0000	1.1
  +++ developer-activity.jsl	25 Jan 2003 04:16:01 -0000	1.2
  @@ -31,8 +31,8 @@
               </tr>
               <j:forEach var="developer" items="${pom.developers}">
                 <j:set var="name" value="${developer.name}"/>
  -              <x:set var="commits" select="count(./changelog-entry/author[text()='${name}'])"/>
  -              <x:set var="changedFiles" select="count(./changelog-entry/author[text()='${name}']/../file)"/>
  +              <j:set var="commits"><x:expr select="count(./changelog-entry/author[text()='${name}'])"/></j:set>
  +              <j:set var="changedFiles"><x:expr select="count(./changelog-entry/author[text()='${name}']/../file)"/></j:set>
   
                 <j:if test="${commits != '0'}">
                   <tr>