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 12:49:04 UTC

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

Author: dennisl
Date: Mon Dec 29 03:49:03 2008
New Revision: 729872

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

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

Modified: maven/shared/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/maven/shared/trunk/src/site/site.xml?rev=729872&r1=729871&r2=729872&view=diff
==============================================================================
--- maven/shared/trunk/src/site/site.xml (original)
+++ maven/shared/trunk/src/site/site.xml Mon Dec 29 03:49:03 2008
@@ -20,11 +20,17 @@
 -->
 
 <project>
+  <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="Shared Components" href="http://maven.apache.org/shared/index.html" />
+    </breadcrumbs>
+  </body>
   <!-- TODO remove when using Maven Parent 11+ -->
   <skin>
     <groupId>org.apache.maven.skins</groupId>
     <artifactId>maven-stylus-skin</artifactId>
     <version>1.1-SNAPSHOT</version>
   </skin>
-  <body/>
 </project>