Author: dennisl
Date: Sat Aug 2 10:16:12 2008
New Revision: 682017
URL: http://svn.apache.org/viewvc?rev=682017&view=rev
Log:
o Inherit breadcrumbs and the menu for "Maven Projects" from the parent.
Modified:
maven/site/trunk/src/site/site.xml
Modified: maven/site/trunk/src/site/site.xml
URL:
http://svn.apache.org/viewvc/maven/site/trunk/src/site/site.xml?rev=682017&r1=682016&r2=682017&view=diff
==============================================================================
--- maven/site/trunk/src/site/site.xml (original)
+++ maven/site/trunk/src/site/site.xml Sat Aug 2 10:16:12 2008
@@ -18,13 +18,11 @@
under the License.
-->
<project name="Maven">
- <publishDate position="right" />
<version position="none" />
<body>
- <!-- TODO: inherited breadcrumbs, link menu -->
<breadcrumbs>
- <item name="Apache" href="http://www.apache.org/"/>
- <item name="Maven" href="http://maven.apache.org/"/>
+ <!-- TODO: This breadcrumb should be removed when it has been solved in
the parent -->
+ <item name="Maven" href="http://maven.apache.org/index.html"/>
</breadcrumbs>
<!-- TODO: incorporate, remove, etc
@@ -161,22 +159,5 @@
</menu>
-->
- <!-- TODO: Inherit Maven Projects -->
- <menu name="Maven Projects" inherit="bottom">
- <item name="Ant Tasks"
href="http://maven.apache.org/ant-tasks.html" />
- <!-- No site available for archetype yet
- <item name="Archetype"
href="http://maven.apache.org/archetype/index.html" />
- -->
- <item name="Doxia"
href="http://maven.apache.org/doxia/index.html" />
- <item name="JXR"
href="http://maven.apache.org/jxr/index.html" />
- <item name="Maven 1.x"
href="http://maven.apache.org/maven-1.x/index.html" />
- <item name="Maven 2" href="http://maven.apache.org/index.html"
/>
- <item name="Plugins"
href="http://maven.apache.org/plugins/index.html" />
- <item name="SCM"
href="http://maven.apache.org/scm/index.html" />
- <item name="Shared Components"
href="http://maven.apache.org/shared/index.html" />
- <item name="Surefire"
href="http://maven.apache.org/surefire/index.html" />
- <item name="Wagon"
href="http://maven.apache.org/wagon/index.html" />
- </menu>
-
</body>
</project>