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>