Author: dennisl
Date: Mon Dec 29 03:52:47 2008
New Revision: 729873

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

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

Modified: maven/plugins/trunk/src/site/site.xml
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/src/site/site.xml?rev=729873&r1=729872&r2=729873&view=diff
==============================================================================
--- maven/plugins/trunk/src/site/site.xml (original)
+++ maven/plugins/trunk/src/site/site.xml Mon Dec 29 03:52:47 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="Plugins" href="http://maven.apache.org/plugins/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>


Reply via email to