From: Andy J. <and...@us...> - 2004-10-22 19:28:44
|
andy_jefferson 04/10/22 12:28:37 Modified: . navigation.jelly Log: Fix the hyperlinks to each plugins area Revision Changes Path 1.4 +1 -1 maven-plugins/navigation.jelly Index: navigation.jelly =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/navigation.jelly,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- navigation.jelly 22 Oct 2004 18:39:28 -0000 1.3 +++ navigation.jelly 22 Oct 2004 19:28:37 -0000 1.4 @@ -16,7 +16,7 @@ <menu name="Plugins"> <j:forEach var="file" items="${scanner.iterator()}"> - <item name="${file.parentFile.name}" href="/${file.parentFile.name}/index.html"/> + <item name="${file.parentFile.name}" href="/maven-${file.parentFile.name}-plugin/index.html"/> </j:forEach> </menu> </body> |