From: Lukas T. <luk...@us...> - 2007-05-17 22:11:52
|
lukas_theussl 07/05/17 15:11:50 Modified: . navigation.jelly Added: xdocs index.xml Log: Adding an explicit index page and the multichanges report in the navigation menu. Revision Changes Path 1.12 +41 -108 maven-plugins/xdocs/index.xml 1.7 +2 -1 maven-plugins/navigation.jelly Index: navigation.jelly =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/navigation.jelly,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- navigation.jelly 11 Oct 2005 04:44:36 -0000 1.6 +++ navigation.jelly 17 May 2007 22:11:50 -0000 1.7 @@ -11,11 +11,12 @@ <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="Last releases" href="/multichanges-report.html"/> </menu> <menu name="Plugins"> <j:forEach var="file" items="${scanner.iterator()}"> - <item name="${file.parentFile.name}" href="/maven-${file.parentFile.name}-plugin/index.html"/> + <item name="${file.parentFile.name}" href="${pom.url}/maven-${file.parentFile.name}-plugin/index.html"/> </j:forEach> </menu> </body> |