Author: bentmann
Date: Thu Aug 28 10:36:10 2008
New Revision: 689910

URL: http://svn.apache.org/viewvc?rev=689910&view=rev
Log:
o Made "System Requirements" and "Usage" subsections of "Plugin Documentation" 
to match logical structure

Modified:
    
maven/plugin-tools/trunk/maven-plugin-plugin/src/main/java/org/apache/maven/plugin/plugin/PluginReport.java

Modified: 
maven/plugin-tools/trunk/maven-plugin-plugin/src/main/java/org/apache/maven/plugin/plugin/PluginReport.java
URL: 
http://svn.apache.org/viewvc/maven/plugin-tools/trunk/maven-plugin-plugin/src/main/java/org/apache/maven/plugin/plugin/PluginReport.java?rev=689910&r1=689909&r2=689910&view=diff
==============================================================================
--- 
maven/plugin-tools/trunk/maven-plugin-plugin/src/main/java/org/apache/maven/plugin/plugin/PluginReport.java
 (original)
+++ 
maven/plugin-tools/trunk/maven-plugin-plugin/src/main/java/org/apache/maven/plugin/plugin/PluginReport.java
 Thu Aug 28 10:36:10 2008
@@ -388,8 +388,6 @@
 
             endTable();
 
-            endSection();
-
             startSection( getBundle( locale ).getString( 
"report.plugin.systemrequirements" ) );
 
             paragraph( getBundle( locale ).getString( 
"report.plugin.systemrequirements.intro" ) );
@@ -443,6 +441,8 @@
             endSection();
 
             renderUsageSection( hasMavenReport );
+
+            endSection();
         }
 
         /**


Reply via email to