From: Siegfried G. <wd...@us...> - 2003-04-05 12:41:23
|
wdsgoe 03/04/05 04:41:21 Added: xdocs navigation.xml Log: Initial import Revision Changes Path 1.1 maven-plugins/xdocs/navigation.xml Index: navigation.xml =================================================================== <?xml version="1.0" encoding="UTF-8"?> <project> <title>Maven Plugins</title> <body> <links> <item href="/help/index.html" name="help"> </item> <item href="/interactive/index.html" name="interactive"> </item> <item href="/javaapp/index.html" name="javaapp"> </item> <item href="/javancss/index.html" name="javancss"> </item> <item href="/junitpp/index.html" name="junitpp"> </item> <item href="/pmd/index.html" name="pmd"> </item> <item href="/rpm/index.html" name="rpm"> </item> <item href="/sdocbook/index.html" name="sdocbook"> </item> <item href="/webtest/index.html" name="webtest"> </item> <item href="/wiki/index.html" name="wiki"> </item> </links> <menu name="Plugins"> <item href="/help/index.html" name="help"> </item> <item href="/interactive/index.html" name="interactive"> </item> <item href="/javaapp/index.html" name="javaapp"> </item> <item href="/javancss/index.html" name="javancss"> </item> <item href="/junitpp/index.html" name="junitpp"> </item> <item href="/pmd/index.html" name="pmd"> </item> <item href="/rpm/index.html" name="rpm"> </item> <item href="/sdocbook/index.html" name="sdocbook"> </item> <item href="/webtest/index.html" name="webtest"> </item> <item href="/wiki/index.html" name="wiki"> </item> </menu> </body> </project> |
From: Siegfried G. <wd...@us...> - 2003-04-05 13:12:47
|
wdsgoe 03/04/05 05:12:46 Modified: xdocs navigation.xml Log: PMD moved to MAVEN Revision Changes Path 1.2 +4 -8 maven-plugins/xdocs/navigation.xml Index: navigation.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/xdocs/navigation.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- navigation.xml 5 Apr 2003 12:41:21 -0000 1.1 +++ navigation.xml 5 Apr 2003 13:12:46 -0000 1.2 @@ -4,9 +4,9 @@ <title>Maven Plugins</title> <body> <links> - <item href="/help/index.html" name="help"> + <item href="/doxygen/index.html" name="doxygen"> </item> - <item href="/interactive/index.html" name="interactive"> + <item href="/help/index.html" name="help"> </item> <item href="/javaapp/index.html" name="javaapp"> </item> @@ -14,8 +14,6 @@ </item> <item href="/junitpp/index.html" name="junitpp"> </item> - <item href="/pmd/index.html" name="pmd"> - </item> <item href="/rpm/index.html" name="rpm"> </item> <item href="/sdocbook/index.html" name="sdocbook"> @@ -26,17 +24,15 @@ </item> </links> <menu name="Plugins"> - <item href="/help/index.html" name="help"> + <item href="/doxygen/index.html" name="doxygen"> </item> - <item href="/interactive/index.html" name="interactive"> + <item href="/help/index.html" name="help"> </item> <item href="/javaapp/index.html" name="javaapp"> </item> <item href="/javancss/index.html" name="javancss"> </item> <item href="/junitpp/index.html" name="junitpp"> - </item> - <item href="/pmd/index.html" name="pmd"> </item> <item href="/rpm/index.html" name="rpm"> </item> |
From: dion g. <dio...@us...> - 2003-04-16 00:59:19
|
diongillard 03/04/15 17:59:17 Modified: xdocs navigation.xml Log: Adding newest nav. Should this be deleted from CVS? Revision Changes Path 1.3 +8 -0 maven-plugins/xdocs/navigation.xml Index: navigation.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/xdocs/navigation.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- navigation.xml 5 Apr 2003 13:12:46 -0000 1.2 +++ navigation.xml 16 Apr 2003 00:59:17 -0000 1.3 @@ -4,6 +4,10 @@ <title>Maven Plugins</title> <body> <links> + <item href="/aptdoc/index.html" name="aptdoc"> + </item> + <item href="/dbunit/index.html" name="dbunit"> + </item> <item href="/doxygen/index.html" name="doxygen"> </item> <item href="/help/index.html" name="help"> @@ -24,6 +28,10 @@ </item> </links> <menu name="Plugins"> + <item href="/aptdoc/index.html" name="aptdoc"> + </item> + <item href="/dbunit/index.html" name="dbunit"> + </item> <item href="/doxygen/index.html" name="doxygen"> </item> <item href="/help/index.html" name="help"> |
From: Andy J. <and...@us...> - 2003-08-22 15:42:42
|
andy_jefferson 03/08/21 09:20:20 Added: xdocs navigation.xml Log: Added with loop around sub-projects to give side nav Revision Changes Path 1.5 +5 -45 maven-plugins/xdocs/navigation.xml |
From: Andy J. <and...@us...> - 2003-09-02 10:50:47
|
andy_jefferson 03/09/02 03:49:46 Modified: xdocs navigation.xml Log: Updates to reflect new release of multiproject plugin Revision Changes Path 1.6 +14 -13 maven-plugins/xdocs/navigation.xml Index: navigation.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/xdocs/navigation.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- navigation.xml 21 Aug 2003 16:20:20 -0000 1.5 +++ navigation.xml 2 Sep 2003 10:49:46 -0000 1.6 @@ -1,15 +1,16 @@ -<?xml version="1.0" encoding="UTF-8"?> +<?xml version="1.0" encoding="ISO-8859-1"?> -<project> - <title>Maven Plugins</title> - <body> - <links> - <item name="Maven" href="http://maven.apache.org"/> - </links> - <menu name="Plugins"> - #foreach ($reactorProject in $reactorProjects) - <item name="$reactorProject.name" href="/multiproject/${reactorProject.name}/index.html"/> - #end - </menu> - </body> +<project name="$pom.name"> + <title>$pom.name</title> + <body> + <links> + <item name="Maven" href="http://maven.apache.org"/> + </links> + <menu name="Plugins"> + <item name="${overviewPageLinkTitle}" href="${overviewPageLink}.html"/> + #foreach ($reactorProject in $reactorProjects) + <item name="$reactorProject.name" href="/${aggregateDir}${reactorProject.artifactId}/index.html"/> + #end + </menu> + </body> </project> |
From: Andy J. <and...@us...> - 2003-09-25 07:26:35
|
andy_jefferson 03/09/25 00:26:34 Modified: xdocs navigation.xml Log: Addition of download and forum links in navigation Revision Changes Path 1.7 +4 -0 maven-plugins/xdocs/navigation.xml Index: navigation.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/xdocs/navigation.xml,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- navigation.xml 2 Sep 2003 10:49:46 -0000 1.6 +++ navigation.xml 25 Sep 2003 07:26:34 -0000 1.7 @@ -6,6 +6,10 @@ <links> <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"/> + </menu> <menu name="Plugins"> <item name="${overviewPageLinkTitle}" href="${overviewPageLink}.html"/> #foreach ($reactorProject in $reactorProjects) |
From: Andy J. <and...@us...> - 2004-10-22 18:40:27
|
andy_jefferson 04/10/22 11:40:20 Removed: xdocs navigation.xml Log: No longer needed |