Author: sebb
Date: Thu Mar 25 16:04:16 2010
New Revision: 927464
URL: http://svn.apache.org/viewvc?rev=927464&view=rev
Log:
Generate the same entries for Removes as for the other action types
Modified:
commons/proper/math/trunk/src/main/resources/templates/math-release-notes.vm
Modified:
commons/proper/math/trunk/src/main/resources/templates/math-release-notes.vm
URL:
http://svn.apache.org/viewvc/commons/proper/math/trunk/src/main/resources/templates/math-release-notes.vm?rev=927464&r1=927463&r2=927464&view=diff
==============================================================================
---
commons/proper/math/trunk/src/main/resources/templates/math-release-notes.vm
(original)
+++
commons/proper/math/trunk/src/main/resources/templates/math-release-notes.vm
Thu Mar 25 16:04:16 2010
@@ -104,7 +104,7 @@ Removed:
#else
#set($dueto="")
#end
-o${action} #if($!issue != "") Issue: $issue. #end#if($!dueto != "")Thanks to
$dueto. #end
+o#if($!issue != "") $issue. #end ${action} #if($!dueto != "")Thanks to $dueto.
#end
#set($issue="")
#set($dueto="")