Pretty printing.
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@471273 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
99078e7fc3
commit
e694169a56
@ -63,7 +63,7 @@
|
|||||||
<subsection name="${setname}">
|
<subsection name="${setname}">
|
||||||
<p>
|
<p>
|
||||||
Total Commits:
|
Total Commits:
|
||||||
<x:expr select="count(./changelog-entry)"/>
|
<x:expr select="count(./changelog-entry)"/><br/>
|
||||||
Total Number of Files Changed:
|
Total Number of Files Changed:
|
||||||
<x:expr select="count(./changelog-entry/file)"/>
|
<x:expr select="count(./changelog-entry/file)"/>
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
@ -61,10 +61,10 @@
|
|||||||
<!-- The range needs to be fed in somehow. -->
|
<!-- The range needs to be fed in somehow. -->
|
||||||
<j:set var="type" value="${maven.changelog.type}"/>
|
<j:set var="type" value="${maven.changelog.type}"/>
|
||||||
<j:if test="${type == 'range'}">
|
<j:if test="${type == 'range'}">
|
||||||
Timeframe: ${maven.changelog.range} days,
|
Timeframe: ${maven.changelog.range} days<br/>
|
||||||
</j:if>
|
</j:if>
|
||||||
Total Commits:
|
Total Commits:
|
||||||
<x:expr select="count(./changelog-entry)"/>
|
<x:expr select="count(./changelog-entry)"/><br/>
|
||||||
Total Number of Files Changed:
|
Total Number of Files Changed:
|
||||||
<x:expr select="count(./changelog-entry/file)"/>
|
<x:expr select="count(./changelog-entry/file)"/>
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
@ -59,10 +59,10 @@
|
|||||||
<p>
|
<p>
|
||||||
<j:set var="type" value="${maven.changelog.type}"/>
|
<j:set var="type" value="${maven.changelog.type}"/>
|
||||||
<j:if test="${type == 'range'}">
|
<j:if test="${type == 'range'}">
|
||||||
Timeframe: ${maven.changelog.range} days,
|
Timeframe: ${maven.changelog.range} days<br/>
|
||||||
</j:if>
|
</j:if>
|
||||||
Total Commits:
|
Total Commits:
|
||||||
<x:expr select="count(./changelog-entry)"/>
|
<x:expr select="count(./changelog-entry)"/><br/>
|
||||||
Total Number of Files Changed:
|
Total Number of Files Changed:
|
||||||
<x:expr select="count(./changelog-entry/file)"/>
|
<x:expr select="count(./changelog-entry/file)"/>
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user