Author: dennisl
Date: Sat Aug 2 10:37:43 2008
New Revision: 682026
URL: http://svn.apache.org/viewvc?rev=682026&view=rev
Log:
o Inherit breadcrumbs and the menu for "Maven Projects" from the parent.
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=682026&r1=682025&r2=682026&view=diff
==============================================================================
--- maven/plugins/trunk/src/site/site.xml (original)
+++ maven/plugins/trunk/src/site/site.xml Sat Aug 2 10:37:43 2008
@@ -21,16 +21,10 @@
<project>
<body>
- <!-- TODO: use breadcrumbs more structure, links for links, and inherit
subprojects as a menu or not at all -->
- <links>
- <item name="Apache" href="http://www.apache.org/"/>
- <item name="Maven 1.x" href="http://maven.apache.org/maven-1.x"/>
- <item name="Maven 2.x" href="http://maven.apache.org/"/>
- <item name="Maven 2.x Plugins" href="http://maven.apache.org/plugins/"/>
- <item name="SCM" href="http://maven.apache.org/scm"/>
- <item name="Wagon" href="http://maven.apache.org/wagon"/>
- <item name="JXR" href="http://maven.apache.org/jxr"/>
- <item name="Doxia" href="http://maven.apache.org/doxia"/>
- </links>
+ <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>
</project>