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
master
Benjamin Bentmann 2008-08-28 17:36:10 +00:00
parent 578e36362e
commit f7e09860e3
1 changed files with 2 additions and 2 deletions

View File

@ -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();
}
/**