From: Eric P. <de...@us...> - 2004-09-07 09:27:41
|
dep4b 04/09/07 02:27:35 Modified: findbugs/xdocs navigation.xml index.xml findbugs project.properties Log: Fix up project docs so we don't have to manually supply the download link! Let maven do it for us! Revision Changes Path 1.7 +1 -9 maven-plugins/findbugs/xdocs/navigation.xml Index: navigation.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/findbugs/xdocs/navigation.xml,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- navigation.xml 12 Aug 2004 18:58:43 -0000 1.6 +++ navigation.xml 7 Sep 2004 09:27:34 -0000 1.7 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="ISO-8859-1"?> -<project name="Maven Cactus Plugin"> +<project name="Maven Findbugs Plugin"> <title>Maven FindBugs Plugin</title> @@ -14,14 +14,6 @@ <item name="Properties" href="/properties.html"/> <item name="Tasks" href="/tasks.html"/> <item name="Example Report" href="/sample-findbugs-report.html"/> - </menu> - <menu name="Downloads"> - <item name="0.8.4" href="http://maven-plugins.sourceforge.net/maven/plugins/maven-findbugs-plugin-0.8.4.jar"/> - <item name="0.8.2" href="http://maven-plugins.sourceforge.net/maven/plugins/maven-findbugs-plugin-0.8.2.jar"/> - <item name="0.7.2" href="http://maven-plugins.sourceforge.net/maven/plugins/maven-findbugs-plugin-0.7.2.jar"/> - <item name="0.7.1" href="http://maven-plugins.sourceforge.net/maven/plugins/maven-findbugs-plugin-0.7.1.jar"/> - </menu> - </body> </project> 1.3 +1 -1 maven-plugins/findbugs/xdocs/index.xml Index: index.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/findbugs/xdocs/index.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- index.xml 19 Apr 2004 14:08:41 -0000 1.2 +++ index.xml 7 Sep 2004 09:27:34 -0000 1.3 @@ -9,7 +9,7 @@ <body> <section name="FindBugs Plug-in"> <p> - This plug-in provides functionality for accessing FindBugs. + This plug-in provides functionality for accessing FindBugs from Maven. </p> </section> </body> 1.4 +2 -0 maven-plugins/findbugs/project.properties Index: project.properties =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/findbugs/project.properties,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- project.properties 29 Jul 2004 16:31:22 -0000 1.3 +++ project.properties 7 Sep 2004 09:27:34 -0000 1.4 @@ -1,5 +1,7 @@ maven.license.licenseFile=${basedir}/../LICENSE.txt +maven.xdoc.distributionUrl=http://maven-plugins.sourceforge.net/maven/plugins + # WebSite definition maven.xdoc.version=${pom.currentVersion} maven.xdoc.date=left |