From f7e09860e33b124af3da3263071477de3b2a46f5 Mon Sep 17 00:00:00 2001 From: Benjamin Bentmann Date: Thu, 28 Aug 2008 17:36:10 +0000 Subject: [PATCH] o Made "System Requirements" and "Usage" subsections of "Plugin Documentation" to match logical structure git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@689910 13f79535-47bb-0310-9956-ffa450edef68 --- .../java/org/apache/maven/plugin/plugin/PluginReport.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/maven-plugin-plugin/src/main/java/org/apache/maven/plugin/plugin/PluginReport.java b/maven-plugin-plugin/src/main/java/org/apache/maven/plugin/plugin/PluginReport.java index 1cdeb40..e997dbc 100644 --- a/maven-plugin-plugin/src/main/java/org/apache/maven/plugin/plugin/PluginReport.java +++ b/maven-plugin-plugin/src/main/java/org/apache/maven/plugin/plugin/PluginReport.java @@ -388,8 +388,6 @@ public class PluginReport endTable(); - endSection(); - startSection( getBundle( locale ).getString( "report.plugin.systemrequirements" ) ); paragraph( getBundle( locale ).getString( "report.plugin.systemrequirements.intro" ) ); @@ -443,6 +441,8 @@ public class PluginReport endSection(); renderUsageSection( hasMavenReport ); + + endSection(); } /**