From 5f5173ce5c590a362cb6428954de9110d10e1b76 Mon Sep 17 00:00:00 2001 From: evenisse Date: Tue, 5 Aug 2003 11:40:28 +0000 Subject: [PATCH] Applied Maven-587. Add index table of release. git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113800 13f79535-47bb-0310-9956-ffa450edef68 --- changes/src/plugin-resources/changes.jsl | 56 ++++++++++++++++-------- changes/xdocs/changes.xml | 4 ++ 2 files changed, 41 insertions(+), 19 deletions(-) diff --git a/changes/src/plugin-resources/changes.jsl b/changes/src/plugin-resources/changes.jsl index 30191ef2..11478216 100644 --- a/changes/src/plugin-resources/changes.jsl +++ b/changes/src/plugin-resources/changes.jsl @@ -15,28 +15,46 @@ - + +
+ + + + + + + + + + + + +
VersionDateDescription
${version}${date}${description}
+
+ + + + Release - + +
+ + + + + + + + + + + + +
TypeChangesBy
${type}${dev}
+
+
- - Release - -
- - - - - - - - - - - -
TypeChangesBy
${type}${dev}
-
-
- diff --git a/changes/xdocs/changes.xml b/changes/xdocs/changes.xml index 107ed3b2..1499948c 100644 --- a/changes/xdocs/changes.xml +++ b/changes/xdocs/changes.xml @@ -7,6 +7,10 @@ + +
Maven-587. + Add index table of release. + Add xml declaration to generated report. Fixed for character encoding.