From: Lukas T. <luk...@us...> - 2007-05-25 09:34:12
|
lukas_theussl 07/05/25 02:34:11 Modified: . navigation.jelly Log: Navigation menu update. Revision Changes Path 1.8 +4 -3 maven-plugins/navigation.jelly Index: navigation.jelly =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/navigation.jelly,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- navigation.jelly 17 May 2007 22:11:50 -0000 1.7 +++ navigation.jelly 25 May 2007 09:34:11 -0000 1.8 @@ -6,12 +6,13 @@ <title>${pom.name}</title> <body> <links> - <item name="Maven" href="http://maven.apache.org"/> + <item name="Maven 1.X" href="http://maven.apache.org/maven-1.x/"/> </links> <menu name="Maven-Plugins"> - <item name="Plugin Repository" href="http://maven-plugins.sourceforge.net/repository/maven-plugins/"/> - <item name="Installation" href="installing.html"/> + <item name="List of Plugins" href="/projects-overview.html"/> + <item name="Installation" href="/installing.html"/> <item name="Last releases" href="/multichanges-report.html"/> + <item name="Plugin Repository" href="http://maven-plugins.sourceforge.net/repository/maven-plugins/"/> </menu> <menu name="Plugins"> |