You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@creadur.apache.org by de...@apache.org on 2011/03/19 23:41:28 UTC

svn commit: r1083319 - /incubator/rat/main/trunk/apache-rat-plugin/src/site/site.xml

Author: dennisl
Date: Sat Mar 19 22:41:28 2011
New Revision: 1083319

URL: http://svn.apache.org/viewvc?rev=1083319&view=rev
Log:
Add the reports menu to be consistent with the other modules.

Modified:
    incubator/rat/main/trunk/apache-rat-plugin/src/site/site.xml

Modified: incubator/rat/main/trunk/apache-rat-plugin/src/site/site.xml
URL: http://svn.apache.org/viewvc/incubator/rat/main/trunk/apache-rat-plugin/src/site/site.xml?rev=1083319&r1=1083318&r2=1083319&view=diff
==============================================================================
--- incubator/rat/main/trunk/apache-rat-plugin/src/site/site.xml (original)
+++ incubator/rat/main/trunk/apache-rat-plugin/src/site/site.xml Sat Mar 19 22:41:28 2011
@@ -18,6 +18,7 @@
 <project>
   <body>
     <menu ref="parent"/>
+
     <menu name="Overview">
       <item name="Introduction" href="index.html"/>
       <item name="Goals" href="plugin-info.html"/>
@@ -30,5 +31,7 @@
       <item name="Running the plugin automatically" href="examples/verify.html"/>
       <item name="Adding a report to the site" href="examples/site.html"/>
     </menu>
+
+    <menu ref="reports"/>
   </body>
 </project>