From: Eric P. <de...@us...> - 2005-06-03 13:58:47
|
dep4b 05/06/03 06:58:40 Modified: . navigation.jelly Log: Move away from the SF file download system to a more Maven natural way. Revision Changes Path 1.5 +2 -2 maven-plugins/navigation.jelly Index: navigation.jelly =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/navigation.jelly,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- navigation.jelly 22 Oct 2004 19:28:37 -0000 1.4 +++ navigation.jelly 3 Jun 2005 13:58:40 -0000 1.5 @@ -9,9 +9,9 @@ <item name="Maven" href="http://maven.apache.org"/> </links> <menu name="Maven-Plugins"> - <item name="Download" href="http://sourceforge.net/project/showfiles.php?group_id=61626"/> - <item name="Forums" href="http://sourceforge.net/forum/?group_id=61626"/> + <item name="Plugin Repository" href="http://maven-plugins.sourceforge.net/repository/maven-plugins/"/> <item name="Installation" href="installing.html"/> + <item name="Forums" href="http://sourceforge.net/forum/?group_id=61626"/> </menu> <menu name="Plugins"> |