This is an automated email from the ASF dual-hosted git repository. hboutemy pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-reporting-api.git
commit 5642deb698063209ef93f60c32fd04425e880d24 Author: Herve Boutemy <[email protected]> AuthorDate: Thu Sep 1 21:28:17 2011 +0000 added javadoc and jxr reports links in top-level menu git-svn-id: https://svn.apache.org/repos/asf/maven/shared/trunk@1164282 13f79535-47bb-0310-9956-ffa450edef68 --- src/site/site.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/site/site.xml b/src/site/site.xml index 5c871ca..0442da7 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -1,4 +1,5 @@ <?xml version="1.0"?> + <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file @@ -20,6 +21,13 @@ under the License. <project xmlns="http://maven.apache.org/DECORATION/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 http://maven.apache.org/xsd/decoration-1.0.0.xsd"> <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"/> + <!--item name="FAQ" href="faq.html"/--> + </menu> + <menu ref="parent"/> <menu ref="reports"/> </body> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
