You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by de...@apache.org on 2008/12/29 13:24:55 UTC

svn commit: r729883 - /maven/mercury/trunk/src/site/site.xml

Author: dennisl
Date: Mon Dec 29 04:24:55 2008
New Revision: 729883

URL: http://svn.apache.org/viewvc?rev=729883&view=rev
Log:
o Put back and fix the breadcrumbs that were removed in r729023.

Modified:
    maven/mercury/trunk/src/site/site.xml

Modified: maven/mercury/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/maven/mercury/trunk/src/site/site.xml?rev=729883&r1=729882&r2=729883&view=diff
==============================================================================
--- maven/mercury/trunk/src/site/site.xml (original)
+++ maven/mercury/trunk/src/site/site.xml Mon Dec 29 04:24:55 2008
@@ -28,6 +28,12 @@
   </skin>
 
   <body>
+    <breadcrumbs>
+      <!-- TODO: This breadcrumb should be removed when it has been solved in the parent -->
+      <item name="Maven" href="http://maven.apache.org/index.html" />
+      <item name="Mercury" href="http://maven.apache.org/mercury/index.html" />
+    </breadcrumbs>
+
     <menu name="Documentation">
       <item name="Wiki" href="http://docs.codehaus.org/display/MAVEN/Mercury" />
     </menu>