Author: desruisseaux
Date: Thu Feb 27 15:44:10 2014
New Revision: 1572633
URL: http://svn.apache.org/r1572633
Log:
Maven site: menus need to be inherited.
Modified:
sis/branches/JDK7/src/site/site.xml
Modified: sis/branches/JDK7/src/site/site.xml
URL:
http://svn.apache.org/viewvc/sis/branches/JDK7/src/site/site.xml?rev=1572633&r1=1572632&r2=1572633&view=diff
==============================================================================
--- sis/branches/JDK7/src/site/site.xml (original)
+++ sis/branches/JDK7/src/site/site.xml Thu Feb 27 15:44:10 2014
@@ -48,7 +48,7 @@
<!--
Menus to appears on the left side of home page.
-->
- <menu name="Quick links">
+ <menu name="Quick links" inherit="top">
<item name="Module Javadoc" href="apidocs/index.html"/>
<item name="Aggregated Javadoc"
href="http://builds.apache.org/job/sis-jdk7/site/apidocs/index.html"/>
<!-- Absolute URL in order to point to the aggregated Javadoc instead
than module Javadoc. -->
@@ -59,8 +59,8 @@
directory layout created by Jenkins
(http://issues.apache.org/jira/browse/SIS-112).
-->
- <menu ref="parent"/> <!-- Replaced by a link to the parent. -->
- <menu ref="reports"/> <!-- Replaced by menus for any configured reports
(mailing lists, etc.) -->
+ <menu ref="parent" inherit="top"/> <!-- Replaced by a link to the parent.
-->
+ <menu ref="reports" inherit="top"/> <!-- Replaced by menus for any
configured reports (mailing lists, etc.) -->
</body>
</project>