Author: hboutemy Date: Mon May 28 19:29:39 2012 New Revision: 1343367 URL: http://svn.apache.org/viewvc?rev=1343367&view=rev Log: reworked breadcrumbs
Modified: maven/skins/trunk/maven-skins/src/site-docs/site.xml Modified: maven/skins/trunk/maven-skins/src/site-docs/site.xml URL: http://svn.apache.org/viewvc/maven/skins/trunk/maven-skins/src/site-docs/site.xml?rev=1343367&r1=1343366&r2=1343367&view=diff ============================================================================== --- maven/skins/trunk/maven-skins/src/site-docs/site.xml (original) +++ maven/skins/trunk/maven-skins/src/site-docs/site.xml Mon May 28 19:29:39 2012 @@ -22,5 +22,9 @@ under the License. <project xmlns="http://maven.apache.org/DECORATION/1.1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/DECORATION/1.1.0 http://maven.apache.org/xsd/decoration-1.1.0.xsd"> <body> + <breadcrumbs> + <item name="Parent POMs" href="http://maven.apache.org/pom/index.html" /> + <item name="Maven Skins Parent POM" href="http://maven.apache.org/pom/skins/index.html" /> + </breadcrumbs> </body> </project> \ No newline at end of file