Switch stable branch back to HEAD

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113855 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
dion
2003-08-19 04:45:08 +00:00
parent 8fb31f914f
commit b623fe0dda
166 changed files with 2110 additions and 827 deletions

View File

@@ -30,13 +30,14 @@
<th>Number of files changed</th>
</tr>
<j:forEach var="developer" items="${pom.developers}">
<j:set var="developerId" value="${developer.id}"/>
<j:set var="name" value="${developer.name}"/>
<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>
<td>${name}</td>
<td><a href="team-list.html#${developerId}">${name}</a></td>
<td>${commits}</td>
<td>${changedFiles}</td>
</tr>