You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2012/10/31 09:33:09 UTC

svn commit: r1404029 - /maven/shared/trunk/maven-shared-utils/src/site/site.xml

Author: hboutemy
Date: Wed Oct 31 08:33:08 2012
New Revision: 1404029

URL: http://svn.apache.org/viewvc?rev=1404029&view=rev
Log:
o fixed introduction menu link
o restored javadocs and source xref links

Modified:
    maven/shared/trunk/maven-shared-utils/src/site/site.xml

Modified: maven/shared/trunk/maven-shared-utils/src/site/site.xml
URL: http://svn.apache.org/viewvc/maven/shared/trunk/maven-shared-utils/src/site/site.xml?rev=1404029&r1=1404028&r2=1404029&view=diff
==============================================================================
--- maven/shared/trunk/maven-shared-utils/src/site/site.xml (original)
+++ maven/shared/trunk/maven-shared-utils/src/site/site.xml Wed Oct 31 08:33:08 2012
@@ -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
@@ -21,7 +22,10 @@ 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="index2.html"/>
+      <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"/>