Modified: maven/maven-1/plugins/trunk/pdf/xdocs/navigation.xml URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/pdf/xdocs/navigation.xml?rev=327867&r1=327866&r2=327867&view=diff ============================================================================== --- maven/maven-1/plugins/trunk/pdf/xdocs/navigation.xml (original) +++ maven/maven-1/plugins/trunk/pdf/xdocs/navigation.xml Sun Oct 23 15:11:37 2005 @@ -19,8 +19,16 @@ <project name="Maven PDF Plugin"> <title>Maven PDF Plugin</title> <body> - <links> + <breadcrumbs> + <item name="Apache" href="http://www.apache.org"/> <item name="Maven" href="http://maven.apache.org/"/> + <item name="Maven 1.x" href="http://maven.apache.org/maven-1.x/"/> + </breadcrumbs> + <links> + <item name="Maven 1.x plugins" href="http://maven.apache.org/maven-1.x/reference/plugins/index.html"/> + <item name="Maven 1.x plugins Sandbox" href="http://maven.apache.org/maven-1.x/plugins-sandbox/index.html"/> + <item name="Continuum" href="http://maven.apache.org/continuum/index.html"/> + <item name="Maven 2.0" href="http://maven.apache.org/"/> <item name="FOP" href="http://xml.apache.org/fop/"/> <item name="PDF Documentation" href="/maven-pdf-plugin.pdf" img="/images/pdf.gif" target="_blank"/> </links>
Modified: maven/maven-1/plugins/trunk/plugin/xdocs/navigation.xml URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/plugin/xdocs/navigation.xml?rev=327867&r1=327866&r2=327867&view=diff ============================================================================== --- maven/maven-1/plugins/trunk/plugin/xdocs/navigation.xml (original) +++ maven/maven-1/plugins/trunk/plugin/xdocs/navigation.xml Sun Oct 23 15:11:37 2005 @@ -1,5 +1,4 @@ <?xml version="1.0" encoding="UTF-8"?> - <!-- /* * Copyright 2001-2004 The Apache Software Foundation. @@ -17,12 +16,19 @@ * limitations under the License. */ --> - <project name="Maven Plugin Plugin"> <title>Maven Plugin Plugin</title> <body> + <breadcrumbs> + <item name="Apache" href="http://www.apache.org"/> + <item name="Maven" href="http://maven.apache.org/"/> + <item name="Maven 1.x" href="http://maven.apache.org/maven-1.x/"/> + </breadcrumbs> <links> - <item href="http://maven.apache.org/" name="Maven"/> + <item name="Maven 1.x plugins" href="http://maven.apache.org/maven-1.x/reference/plugins/index.html"/> + <item name="Maven 1.x plugins Sandbox" href="http://maven.apache.org/maven-1.x/plugins-sandbox/index.html"/> + <item name="Continuum" href="http://maven.apache.org/continuum/index.html"/> + <item name="Maven 2.0" href="http://maven.apache.org/"/> </links> <menu name="Overview"> <item href="/goals.html" name="Goals"/> @@ -30,4 +36,4 @@ <item href="/tags.html" name="Tags"/> </menu> </body> -</project> \ No newline at end of file +</project> Modified: maven/maven-1/plugins/trunk/pmd/xdocs/navigation.xml URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/pmd/xdocs/navigation.xml?rev=327867&r1=327866&r2=327867&view=diff ============================================================================== --- maven/maven-1/plugins/trunk/pmd/xdocs/navigation.xml (original) +++ maven/maven-1/plugins/trunk/pmd/xdocs/navigation.xml Sun Oct 23 15:11:37 2005 @@ -16,23 +16,26 @@ * limitations under the License. */ --> - - <project name="Maven PMD Plugin"> - <title>Maven PMD Plugin</title> - <body> + <breadcrumbs> + <item name="Apache" href="http://www.apache.org"/> + <item name="Maven" href="http://maven.apache.org/"/> + <item name="Maven 1.x" href="http://maven.apache.org/maven-1.x/"/> + </breadcrumbs> <links> - <item name="Maven" href="http://maven.apache.org/"/> - <item name="PMD" href="http://pmd.sourceforge.net/"/> + <item name="Maven 1.x plugins" href="http://maven.apache.org/maven-1.x/reference/plugins/index.html"/> + <item name="Maven 1.x plugins Sandbox" href="http://maven.apache.org/maven-1.x/plugins-sandbox/index.html"/> + <item name="Continuum" href="http://maven.apache.org/continuum/index.html"/> + <item name="Maven 2.0" href="http://maven.apache.org/"/> + <item name="PMD" href="http://pmd.sourceforge.net/"/> </links> <menu name="Home"> - <item name="Front Page" href="/index.html"/> - <item name="Properties" href="/properties.html"/> - <item name="Sample" href="/images/sample.gif"/> - <item name="FAQs" href="/faq.html"/> - </menu> + <item name="Front Page" href="/index.html"/> + <item name="Properties" href="/properties.html"/> + <item name="Sample" href="/images/sample.gif"/> + <item name="FAQs" href="/faq.html"/> + </menu> </body> - </project> Modified: maven/maven-1/plugins/trunk/pom/xdocs/navigation.xml URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/pom/xdocs/navigation.xml?rev=327867&r1=327866&r2=327867&view=diff ============================================================================== --- maven/maven-1/plugins/trunk/pom/xdocs/navigation.xml (original) +++ maven/maven-1/plugins/trunk/pom/xdocs/navigation.xml Sun Oct 23 15:11:37 2005 @@ -16,13 +16,19 @@ * limitations under the License. */ --> - - <project name="Maven pom Plugin"> <title>Maven pom Plugin</title> <body> + <breadcrumbs> + <item name="Apache" href="http://www.apache.org"/> + <item name="Maven" href="http://maven.apache.org/"/> + <item name="Maven 1.x" href="http://maven.apache.org/maven-1.x/"/> + </breadcrumbs> <links> - <item href="http://maven.apache.org/" name="Maven"/> + <item name="Maven 1.x plugins" href="http://maven.apache.org/maven-1.x/reference/plugins/index.html"/> + <item name="Maven 1.x plugins Sandbox" href="http://maven.apache.org/maven-1.x/plugins-sandbox/index.html"/> + <item name="Continuum" href="http://maven.apache.org/continuum/index.html"/> + <item name="Maven 2.0" href="http://maven.apache.org/"/> </links> <menu name="Overview"> <item href="/goals.html" name="Goals"/> Modified: maven/maven-1/plugins/trunk/rar/xdocs/navigation.xml URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/rar/xdocs/navigation.xml?rev=327867&r1=327866&r2=327867&view=diff ============================================================================== --- maven/maven-1/plugins/trunk/rar/xdocs/navigation.xml (original) +++ maven/maven-1/plugins/trunk/rar/xdocs/navigation.xml Sun Oct 23 15:11:37 2005 @@ -1,11 +1,34 @@ <?xml version="1.0" encoding="UTF-8"?> - +<!-- +/* + * Copyright 2001-2005 The Apache Software Foundation. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + --> <project name="Maven RAR Plugin"> <title>Maven RAR Plugin</title> <body> + <breadcrumbs> + <item name="Apache" href="http://www.apache.org"/> + <item name="Maven" href="http://maven.apache.org/"/> + <item name="Maven 1.x" href="http://maven.apache.org/maven-1.x/"/> + </breadcrumbs> <links> - <item href="http://maven.apache.org/" name="Maven"> - </item> + <item name="Maven 1.x plugins" href="http://maven.apache.org/maven-1.x/reference/plugins/index.html"/> + <item name="Maven 1.x plugins Sandbox" href="http://maven.apache.org/maven-1.x/plugins-sandbox/index.html"/> + <item name="Continuum" href="http://maven.apache.org/continuum/index.html"/> + <item name="Maven 2.0" href="http://maven.apache.org/"/> </links> <menu name="Overview"> <item href="/goals.html" name="Goals"> @@ -14,4 +37,4 @@ </item> </menu> </body> -</project> \ No newline at end of file +</project> Modified: maven/maven-1/plugins/trunk/release/xdocs/navigation.xml URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/release/xdocs/navigation.xml?rev=327867&r1=327866&r2=327867&view=diff ============================================================================== --- maven/maven-1/plugins/trunk/release/xdocs/navigation.xml (original) +++ maven/maven-1/plugins/trunk/release/xdocs/navigation.xml Sun Oct 23 15:11:37 2005 @@ -16,14 +16,19 @@ * limitations under the License. */ --> - - <project name="Maven Release Plug-in"> <title>Maven Release Plug-in</title> <body> + <breadcrumbs> + <item name="Apache" href="http://www.apache.org"/> + <item name="Maven" href="http://maven.apache.org/"/> + <item name="Maven 1.x" href="http://maven.apache.org/maven-1.x/"/> + </breadcrumbs> <links> - <item href="http://maven.apache.org/" name="Maven"> - </item> + <item name="Maven 1.x plugins" href="http://maven.apache.org/maven-1.x/reference/plugins/index.html"/> + <item name="Maven 1.x plugins Sandbox" href="http://maven.apache.org/maven-1.x/plugins-sandbox/index.html"/> + <item name="Continuum" href="http://maven.apache.org/continuum/index.html"/> + <item name="Maven 2.0" href="http://maven.apache.org/"/> </links> <menu name="Overview"> <item href="/goals.html" name="Goals"> @@ -32,4 +37,4 @@ </item> </menu> </body> -</project> \ No newline at end of file +</project> Modified: maven/maven-1/plugins/trunk/repository/xdocs/navigation.xml URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/repository/xdocs/navigation.xml?rev=327867&r1=327866&r2=327867&view=diff ============================================================================== --- maven/maven-1/plugins/trunk/repository/xdocs/navigation.xml (original) +++ maven/maven-1/plugins/trunk/repository/xdocs/navigation.xml Sun Oct 23 15:11:37 2005 @@ -16,14 +16,19 @@ * limitations under the License. */ --> - - <project name="Maven Repository Plug-in"> <title>Maven Repository Plug-in</title> <body> + <breadcrumbs> + <item name="Apache" href="http://www.apache.org"/> + <item name="Maven" href="http://maven.apache.org/"/> + <item name="Maven 1.x" href="http://maven.apache.org/maven-1.x/"/> + </breadcrumbs> <links> - <item href="http://maven.apache.org/" name="Maven"> - </item> + <item name="Maven 1.x plugins" href="http://maven.apache.org/maven-1.x/reference/plugins/index.html"/> + <item name="Maven 1.x plugins Sandbox" href="http://maven.apache.org/maven-1.x/plugins-sandbox/index.html"/> + <item name="Continuum" href="http://maven.apache.org/continuum/index.html"/> + <item name="Maven 2.0" href="http://maven.apache.org/"/> </links> <menu name="Overview"> <item href="/goals.html" name="Goals"> @@ -35,4 +40,4 @@ <item href="/tasks.html" name="Things to do"/> </menu> </body> -</project> \ No newline at end of file +</project> Modified: maven/maven-1/plugins/trunk/scm/xdocs/navigation.xml URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/scm/xdocs/navigation.xml?rev=327867&r1=327866&r2=327867&view=diff ============================================================================== --- maven/maven-1/plugins/trunk/scm/xdocs/navigation.xml (original) +++ maven/maven-1/plugins/trunk/scm/xdocs/navigation.xml Sun Oct 23 15:11:37 2005 @@ -16,23 +16,28 @@ * limitations under the License. */ --> - - <project name="Maven Source Control Management Plug-in"> <title>Maven Source Control Management Plug-in</title> <body> + <breadcrumbs> + <item name="Apache" href="http://www.apache.org"/> + <item name="Maven" href="http://maven.apache.org/"/> + <item name="Maven 1.x" href="http://maven.apache.org/maven-1.x/"/> + </breadcrumbs> <links> - <item href="http://maven.apache.org/" name="Maven"> - </item> + <item name="Maven 1.x plugins" href="http://maven.apache.org/maven-1.x/reference/plugins/index.html"/> + <item name="Maven 1.x plugins Sandbox" href="http://maven.apache.org/maven-1.x/plugins-sandbox/index.html"/> + <item name="Continuum" href="http://maven.apache.org/continuum/index.html"/> + <item name="Maven 2.0" href="http://maven.apache.org/"/> </links> <menu name="User Guide"> - <item href="/commontasks.html" name="Common Tasks" /> - <item href="/releasing.html" name="Making Releases" /> + <item href="/commontasks.html" name="Common Tasks"/> + <item href="/releasing.html" name="Making Releases"/> </menu> <menu name="Reference"> - <item href="/scmurl.html" name="SCM URL Format" /> - <item href="/goals.html" name="Goals" /> - <item href="/properties.html" name="Properties" /> + <item href="/scmurl.html" name="SCM URL Format"/> + <item href="/goals.html" name="Goals"/> + <item href="/properties.html" name="Properties"/> </menu> </body> </project> Modified: maven/maven-1/plugins/trunk/simian/xdocs/navigation.xml URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/simian/xdocs/navigation.xml?rev=327867&r1=327866&r2=327867&view=diff ============================================================================== --- maven/maven-1/plugins/trunk/simian/xdocs/navigation.xml (original) +++ maven/maven-1/plugins/trunk/simian/xdocs/navigation.xml Sun Oct 23 15:11:37 2005 @@ -16,20 +16,26 @@ * limitations under the License. */ --> - <project name="Maven Simian Plugin"> - <title>Maven Simian Plugin</title> - <body> + <breadcrumbs> + <item name="Apache" href="http://www.apache.org"/> + <item name="Maven" href="http://maven.apache.org/"/> + <item name="Maven 1.x" href="http://maven.apache.org/maven-1.x/"/> + </breadcrumbs> <links> - <item name="Simian" href="http://www.redhillconsulting.com.au/products/simian/"/> + <item name="Maven 1.x plugins" href="http://maven.apache.org/maven-1.x/reference/plugins/index.html"/> + <item name="Maven 1.x plugins Sandbox" href="http://maven.apache.org/maven-1.x/plugins-sandbox/index.html"/> + <item name="Continuum" href="http://maven.apache.org/continuum/index.html"/> + <item name="Maven 2.0" href="http://maven.apache.org/"/> + <item name="Simian" href="http://www.redhillconsulting.com.au/products/simian/"/> </links> <menu name="Overview"> - <item name="Installation" href="/installation.html" /> - <item name="Goals" href="/goals.html" /> - <item name="Properties" href="/properties.html" /> - <item name="Tags" href="/tags.html" /> + <item name="Installation" href="/installation.html"/> + <item name="Goals" href="/goals.html"/> + <item name="Properties" href="/properties.html"/> + <item name="Tags" href="/tags.html"/> </menu> </body> </project> Modified: maven/maven-1/plugins/trunk/site/xdocs/navigation.xml URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/site/xdocs/navigation.xml?rev=327867&r1=327866&r2=327867&view=diff ============================================================================== --- maven/maven-1/plugins/trunk/site/xdocs/navigation.xml (original) +++ maven/maven-1/plugins/trunk/site/xdocs/navigation.xml Sun Oct 23 15:11:37 2005 @@ -19,8 +19,16 @@ <project name="Maven Site Generation Plugin"> <title>Maven Site Generation Plugin</title> <body> - <links> + <breadcrumbs> + <item name="Apache" href="http://www.apache.org"/> <item name="Maven" href="http://maven.apache.org/"/> + <item name="Maven 1.x" href="http://maven.apache.org/maven-1.x/"/> + </breadcrumbs> + <links> + <item name="Maven 1.x plugins" href="http://maven.apache.org/maven-1.x/reference/plugins/index.html"/> + <item name="Maven 1.x plugins Sandbox" href="http://maven.apache.org/maven-1.x/plugins-sandbox/index.html"/> + <item name="Continuum" href="http://maven.apache.org/continuum/index.html"/> + <item name="Maven 2.0" href="http://maven.apache.org/"/> </links> <menu name="Overview"> <item name="Properties" href="/properties.html"/> Modified: maven/maven-1/plugins/trunk/tasklist/xdocs/navigation.xml URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/tasklist/xdocs/navigation.xml?rev=327867&r1=327866&r2=327867&view=diff ============================================================================== --- maven/maven-1/plugins/trunk/tasklist/xdocs/navigation.xml (original) +++ maven/maven-1/plugins/trunk/tasklist/xdocs/navigation.xml Sun Oct 23 15:11:37 2005 @@ -16,18 +16,23 @@ * limitations under the License. */ --> - <project name="Maven Tasklist Plugin"> - <title>Maven Tasklist Plugin</title> - <body> + <breadcrumbs> + <item name="Apache" href="http://www.apache.org"/> + <item name="Maven" href="http://maven.apache.org/"/> + <item name="Maven 1.x" href="http://maven.apache.org/maven-1.x/"/> + </breadcrumbs> <links> - <item name="Maven" href="http://maven.apache.org/"/> + <item name="Maven 1.x plugins" href="http://maven.apache.org/maven-1.x/reference/plugins/index.html"/> + <item name="Maven 1.x plugins Sandbox" href="http://maven.apache.org/maven-1.x/plugins-sandbox/index.html"/> + <item name="Continuum" href="http://maven.apache.org/continuum/index.html"/> + <item name="Maven 2.0" href="http://maven.apache.org/"/> </links> <menu name="Overview"> - <item name="Goals" href="/goals.html" /> - <item name="Properties" href="/properties.html" /> + <item name="Goals" href="/goals.html"/> + <item name="Properties" href="/properties.html"/> </menu> </body> </project> Modified: maven/maven-1/plugins/trunk/test/xdocs/navigation.xml URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/test/xdocs/navigation.xml?rev=327867&r1=327866&r2=327867&view=diff ============================================================================== --- maven/maven-1/plugins/trunk/test/xdocs/navigation.xml (original) +++ maven/maven-1/plugins/trunk/test/xdocs/navigation.xml Sun Oct 23 15:11:37 2005 @@ -16,19 +16,24 @@ * limitations under the License. */ --> - <project name="Maven Test Plugin"> - <title>Maven Test Plugin</title> - <body> + <breadcrumbs> + <item name="Apache" href="http://www.apache.org"/> + <item name="Maven" href="http://maven.apache.org/"/> + <item name="Maven 1.x" href="http://maven.apache.org/maven-1.x/"/> + </breadcrumbs> <links> - <item name="Maven" href="http://maven.apache.org/"/> - <item name="JUnit" href="http://junit.sourceforge.net/"/> + <item name="Maven 1.x plugins" href="http://maven.apache.org/maven-1.x/reference/plugins/index.html"/> + <item name="Maven 1.x plugins Sandbox" href="http://maven.apache.org/maven-1.x/plugins-sandbox/index.html"/> + <item name="Continuum" href="http://maven.apache.org/continuum/index.html"/> + <item name="Maven 2.0" href="http://maven.apache.org/"/> + <item name="JUnit" href="http://junit.sourceforge.net/"/> </links> <menu name="Overview"> - <item name="Goals" href="/goals.html"/> - <item name="Properties" href="/properties.html"/> + <item name="Goals" href="/goals.html"/> + <item name="Properties" href="/properties.html"/> </menu> </body> </project> Modified: maven/maven-1/plugins/trunk/uberjar/xdocs/navigation.xml URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/uberjar/xdocs/navigation.xml?rev=327867&r1=327866&r2=327867&view=diff ============================================================================== --- maven/maven-1/plugins/trunk/uberjar/xdocs/navigation.xml (original) +++ maven/maven-1/plugins/trunk/uberjar/xdocs/navigation.xml Sun Oct 23 15:11:37 2005 @@ -16,19 +16,24 @@ * limitations under the License. */ --> - <project name="Maven UberJar Plugin"> - <title>Maven UberJar Plugin</title> - <body> - <links> + <breadcrumbs> + <item name="Apache" href="http://www.apache.org"/> <item name="Maven" href="http://maven.apache.org/"/> + <item name="Maven 1.x" href="http://maven.apache.org/maven-1.x/"/> + </breadcrumbs> + <links> + <item name="Maven 1.x plugins" href="http://maven.apache.org/maven-1.x/reference/plugins/index.html"/> + <item name="Maven 1.x plugins Sandbox" href="http://maven.apache.org/maven-1.x/plugins-sandbox/index.html"/> + <item name="Continuum" href="http://maven.apache.org/continuum/index.html"/> + <item name="Maven 2.0" href="http://maven.apache.org/"/> <item name="Classworlds" href="http://classworlds.werken.com/"/> </links> <menu name="Overview"> - <item name="Goals" href="/goals.html" /> - <item name="Properties" href="/properties.html" /> + <item name="Goals" href="/goals.html"/> + <item name="Properties" href="/properties.html"/> </menu> </body> </project> Modified: maven/maven-1/plugins/trunk/war/xdocs/navigation.xml URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/war/xdocs/navigation.xml?rev=327867&r1=327866&r2=327867&view=diff ============================================================================== --- maven/maven-1/plugins/trunk/war/xdocs/navigation.xml (original) +++ maven/maven-1/plugins/trunk/war/xdocs/navigation.xml Sun Oct 23 15:11:37 2005 @@ -16,18 +16,23 @@ * limitations under the License. */ --> - <project name="Maven War Plugin"> - <title>Maven War Plugin</title> - <body> + <breadcrumbs> + <item name="Apache" href="http://www.apache.org"/> + <item name="Maven" href="http://maven.apache.org/"/> + <item name="Maven 1.x" href="http://maven.apache.org/maven-1.x/"/> + </breadcrumbs> <links> - <item name="Maven" href="http://maven.apache.org/"/> + <item name="Maven 1.x plugins" href="http://maven.apache.org/maven-1.x/reference/plugins/index.html"/> + <item name="Maven 1.x plugins Sandbox" href="http://maven.apache.org/maven-1.x/plugins-sandbox/index.html"/> + <item name="Continuum" href="http://maven.apache.org/continuum/index.html"/> + <item name="Maven 2.0" href="http://maven.apache.org/"/> </links> <menu name="Overview"> - <item name="Goals" href="/goals.html" /> - <item name="Properties" href="/properties.html" /> + <item name="Goals" href="/goals.html"/> + <item name="Properties" href="/properties.html"/> </menu> </body> </project> Modified: maven/maven-1/plugins/trunk/xdoc/xdocs/navigation.xml URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/xdoc/xdocs/navigation.xml?rev=327867&r1=327866&r2=327867&view=diff ============================================================================== --- maven/maven-1/plugins/trunk/xdoc/xdocs/navigation.xml (original) +++ maven/maven-1/plugins/trunk/xdoc/xdocs/navigation.xml Sun Oct 23 15:11:37 2005 @@ -20,10 +20,15 @@ <title>Maven xdoc Plugin</title> <body> <breadcrumbs> - <item name="Maven" href="http://maven.apache.org"/> - <item name="Maven Plugins" href="http://maven.apache.org/reference/plugins/index.html"/> + <item name="Apache" href="http://www.apache.org"/> + <item name="Maven" href="http://maven.apache.org/"/> + <item name="Maven 1.x" href="http://maven.apache.org/maven-1.x/"/> </breadcrumbs> <links> + <item name="Maven 1.x plugins" href="http://maven.apache.org/maven-1.x/reference/plugins/index.html"/> + <item name="Maven 1.x plugins Sandbox" href="http://maven.apache.org/maven-1.x/plugins-sandbox/index.html"/> + <item name="Continuum" href="http://maven.apache.org/continuum/index.html"/> + <item name="Maven 2.0" href="http://maven.apache.org/"/> <item name="Anakia Tags" href="http://jakarta.apache.org/site/jakarta-site2.html"/> </links> <menu name="Overview"> Modified: maven/maven-1/plugins/trunk/xdocs/navigation.xml URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/xdocs/navigation.xml?rev=327867&r1=327866&r2=327867&view=diff ============================================================================== --- maven/maven-1/plugins/trunk/xdocs/navigation.xml (original) +++ maven/maven-1/plugins/trunk/xdocs/navigation.xml Sun Oct 23 15:11:37 2005 @@ -25,10 +25,10 @@ <item name="Maven 1.x" href="http://maven.apache.org/maven-1.x/"/> </breadcrumbs> <links> - <item name="Maven 1.x plugins" href="/index.html"/> - <item name="Maven 1.x plugins Sandbox" href="/plugins-sandbox/index.html"/> - <item name="Continuum" href="/continuum/index.html" /> - <item name="Maven 2.0" href="/maven2/index.html"/> + <item name="Maven 1.x plugins" href="http://maven.apache.org/maven-1.x/reference/plugins/index.html"/> + <item name="Maven 1.x plugins Sandbox" href="http://maven.apache.org/maven-1.x/plugins-sandbox/index.html"/> + <item name="Continuum" href="http://maven.apache.org/continuum/index.html"/> + <item name="Maven 2.0" href="http://maven.apache.org/"/> </links> <search/> <menu name="Overview">