From bd76dfbd2634e99b6a453ffd054fb7effd3c3f3a Mon Sep 17 00:00:00 2001 From: ltheussl Date: Thu, 22 Sep 2005 05:41:20 +0000 Subject: [PATCH] MPCHANGES-15,16: Add multiple issue/due-to support git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@290896 13f79535-47bb-0310-9956-ffa450edef68 --- changes/src/plugin-resources/changes.jsl | 84 +++++++++++++++++++----- changes/xdocs/changes.xml | 4 +- changes/xdocs/index.xml | 29 ++++++++ 3 files changed, 100 insertions(+), 17 deletions(-) diff --git a/changes/src/plugin-resources/changes.jsl b/changes/src/plugin-resources/changes.jsl index f3c7d34c..27506d35 100644 --- a/changes/src/plugin-resources/changes.jsl +++ b/changes/src/plugin-resources/changes.jsl @@ -112,7 +112,7 @@ - + @@ -125,32 +125,84 @@ + + ${type} - + + + + + + ${text} + - - Fixes ${issue}. - + + + + Fixes + + + ${issue} + + . + and + , + + + + + + + Fixes ${issue}. + + - - - - Thanks to ${dueto}. - - - Thanks to ${dueto}. - - - + + + + Thanks to + + + + + ${name} + + + ${name} + + + . + and + , + + + + + + + + + Thanks to ${dueto}. + + + Thanks to ${dueto}. + + + + ${dev} - + + + + + diff --git a/changes/xdocs/changes.xml b/changes/xdocs/changes.xml index c518b349..333aac36 100644 --- a/changes/xdocs/changes.xml +++ b/changes/xdocs/changes.xml @@ -2,7 +2,7 @@