Fixing the .0's in the developer report.

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@112734 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
kaz
2003-01-25 04:16:01 +00:00
parent 79b1f5b6d5
commit 2523a2dcdc

View File

@@ -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>