You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2011/12/13 09:50:38 UTC

svn commit: r1213603 - in /maven/wagon/trunk: src/site/site.xml wagon-provider-api/src/site/site.xml

Author: olamy
Date: Tue Dec 13 08:50:38 2011
New Revision: 1213603

URL: http://svn.apache.org/viewvc?rev=1213603&view=rev
Log:
fix link javadoc is now aggregated in top module

Modified:
    maven/wagon/trunk/src/site/site.xml
    maven/wagon/trunk/wagon-provider-api/src/site/site.xml

Modified: maven/wagon/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/maven/wagon/trunk/src/site/site.xml?rev=1213603&r1=1213602&r2=1213603&view=diff
==============================================================================
--- maven/wagon/trunk/src/site/site.xml (original)
+++ maven/wagon/trunk/src/site/site.xml Tue Dec 13 08:50:38 2011
@@ -40,6 +40,10 @@ under the License.
   </skin>
 
   <body>
+    <menu name="Overview">
+      <item name="Introduction" href="index.html"/>
+      <item name="JavaDocs" href="apidocs/index.html"/>
+    </menu>
     <menu ref="modules" />
     <menu ref="reports" />
   </body>

Modified: maven/wagon/trunk/wagon-provider-api/src/site/site.xml
URL: http://svn.apache.org/viewvc/maven/wagon/trunk/wagon-provider-api/src/site/site.xml?rev=1213603&r1=1213602&r2=1213603&view=diff
==============================================================================
--- maven/wagon/trunk/wagon-provider-api/src/site/site.xml (original)
+++ maven/wagon/trunk/wagon-provider-api/src/site/site.xml Tue Dec 13 08:50:38 2011
@@ -25,7 +25,6 @@ under the License.
   <body>
     <menu name="Overview">
       <item name="Introduction" href="index.html"/>
-      <item name="JavaDocs" href="apidocs/index.html"/>
       <item name="Source Xref" href="xref/index.html"/>
     </menu>