From b4fe15643c9f948ad23a6a290fc3ad1bc63a75d1 Mon Sep 17 00:00:00 2001 From: dion Date: Wed, 4 Feb 2004 00:30:54 +0000 Subject: [PATCH] Apply MPSIMIAN-4. Fixes bad HTML git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114673 13f79535-47bb-0310-9956-ffa450edef68 --- simian/plugin.jelly | 24 ++++++++++++++---------- simian/xdocs/changes.xml | 3 +++ 2 files changed, 17 insertions(+), 10 deletions(-) diff --git a/simian/plugin.jelly b/simian/plugin.jelly index 3a749dab..a6c02831 100644 --- a/simian/plugin.jelly +++ b/simian/plugin.jelly @@ -127,45 +127,49 @@

${simLog.copyright1}

${simLog.copyright2}

- +
+ - + - + - + - + - + - + - + +
Similarity threshold (lines)Similarity threshold (lines) ${maven.simian.linecount}
Total number of duplicate linesTotal number of duplicate lines ${simLog.totalDuplicateLineCount}
Total number of duplicate blocksTotal number of duplicate blocks ${simLog.blockCount}
Total number of files with duplicatesTotal number of files with duplicates ${simLog.fileWithDuplicateCount}
Total number of processed linesTotal number of processed lines ${simLog.loc}
Total number of processed filesTotal number of processed files ${simLog.fileParseCount}
Scan timeScan time ${simLog.time}
+
diff --git a/simian/xdocs/changes.xml b/simian/xdocs/changes.xml index 0ee42cf5..c775def0 100644 --- a/simian/xdocs/changes.xml +++ b/simian/xdocs/changes.xml @@ -9,6 +9,9 @@ + + Apply MPSIMIAN-4. Fix HTML. + Allow classes to be included/excluded.