detab
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113231 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
|
||||
<jsl:template match="document">
|
||||
<document>
|
||||
<jsl:applyTemplates select="*"/>
|
||||
<jsl:applyTemplates select="*"/>
|
||||
</document>
|
||||
</jsl:template>
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
<j:set var="sectionName">Release <x:expr select="@version"/> - <x:expr select="@date"/></j:set>
|
||||
<section name="${sectionName}">
|
||||
<table>
|
||||
<tr><th style='width:50px'>Type</th><th>Changes</th><th style='width:70px'>By</th></tr>
|
||||
<tr><th style='width:50px'>Type</th><th>Changes</th><th style='width:70px'>By</th></tr>
|
||||
<x:forEach var="action" select="action">
|
||||
<j:set var="type"><x:expr select="@type"/></j:set>
|
||||
<j:set var="dev"><x:expr select="@dev"/></j:set>
|
||||
@@ -31,7 +31,7 @@
|
||||
<td><img src="images/${type}.gif" alt="${type}"/></td>
|
||||
<td><x:expr select="string(.)"/></td>
|
||||
<td><a href="team-list.html#${dev}">${dev}</a></td>
|
||||
</tr>
|
||||
</tr>
|
||||
</x:forEach>
|
||||
</table>
|
||||
</section>
|
||||
|
||||
Reference in New Issue
Block a user