From bc4eff37bcde77da15438cf423b693fc3653f29f Mon Sep 17 00:00:00 2001 From: brett Date: Fri, 29 Jul 2005 12:34:11 +0000 Subject: [PATCH] enable changesets from maven-changelog-plugin-1.8 git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@226361 13f79535-47bb-0310-9956-ffa450edef68 --- .../maven-file-activity-plugin.jsl | 28 +++++++++++++++---- file-activity/xdocs/changes.xml | 3 ++ 2 files changed, 26 insertions(+), 5 deletions(-) diff --git a/file-activity/src/plugin-resources/maven-file-activity-plugin.jsl b/file-activity/src/plugin-resources/maven-file-activity-plugin.jsl index 30083c5d..3208cac7 100644 --- a/file-activity/src/plugin-resources/maven-file-activity-plugin.jsl +++ b/file-activity/src/plugin-resources/maven-file-activity-plugin.jsl @@ -30,13 +30,32 @@ - - File Activity Analysis
+ +
+ +
+
+ + + + + + + Changes from an unknown range + + + Changes since ${logstart} + + + Changes between ${logstart} and ${logend} + + +

Timeframe: ${maven.changelog.range} days, Total Commits: @@ -44,6 +63,7 @@ Total Number of Files Changed:

+ @@ -88,9 +108,7 @@
File Name
- - - +
diff --git a/file-activity/xdocs/changes.xml b/file-activity/xdocs/changes.xml index ac6627e9..96a968e2 100644 --- a/file-activity/xdocs/changes.xml +++ b/file-activity/xdocs/changes.xml @@ -24,6 +24,9 @@ Emmanuel Venisse + + Make template compatible with changelog 1.8 plugin + Use maven.changelog.range instead of maven.activity.range.