Add a space after the "." of the "Fixes xxx." (which happens when you use the "issue" attribute in changes.xml).

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115147 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
vmassol 2004-05-01 17:45:53 +00:00
parent 68ab93ec15
commit bedc72c365
2 changed files with 6 additions and 2 deletions

View File

@ -128,7 +128,7 @@ Have fun!
<j:set var="dueto"><x:expr select="@due-to"/></j:set>
<j:set var="text" trim="true">
${body}<j:if test="${issue != ''}"> Fixes ${issue}.</j:if> <j:if test="${dueto != ''}"> Thanks to ${dueto}.</j:if>
${body}<j:if test="${issue != ''}"> Fixes ${issue}.</j:if> <j:if test="${dueto != ''}"><j:whitespace> Thanks to ${dueto}.</j:whitespace></j:if>
</j:set>
<j:forEach var="line" items="${formatter.format(text,75)}">

View File

@ -25,8 +25,12 @@
</properties>
<body>
<release version="1.1" date="in CVS">
<action dev="vmassol" type="fix">
Add a space after the "." of the "Fixes xxx." (which happens when
you use the "issue" attribute in changes.xml).
</action>
<action dev="vmassol" type="add">
Added <code>&lt;description&gt;</code> information from the POM to
Added <code>description</code> information from the POM to
the generated announcement to explain what the project does.
</action>
<action dev="vmassol" type="add">