From: Andy J. <and...@us...> - 2003-08-22 08:07:24
|
andy_jefferson 03/08/22 01:07:23 Added: findbugs project.properties Log: Updated to reflect colouring of website Revision Changes Path 1.1 maven-plugins/findbugs/project.properties Index: project.properties =================================================================== maven.license.licenseFile=${basedir}/../LICENSE.txt # WebSite definition maven.xdoc.version=${pom.currentVersion} maven.xdoc.date=left maven.ui.body.background=white maven.ui.body.foreground=black maven.ui.banner.background=white |
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 |
From: Eric P. <de...@us...> - 2005-05-06 22:04:43
|
dep4b 05/05/06 15:04:38 Modified: findbugs project.properties Log: minor cleanup Revision Changes Path 1.5 +5 -3 maven-plugins/findbugs/project.properties Index: project.properties =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/findbugs/project.properties,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- project.properties 7 Sep 2004 09:27:34 -0000 1.4 +++ project.properties 6 May 2005 22:04:37 -0000 1.5 @@ -1,7 +1,8 @@ +# ------------------------------------------------------------------- +# P R O J E C T P R O P E R T I E S +# ------------------------------------------------------------------- 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 @@ -9,4 +10,5 @@ maven.ui.body.foreground=black maven.ui.banner.background=white -maven.repo.remote=http://www.ibiblio.org/maven,http://maven-plugins.sourceforge.net/maven +#maven.xdoc.distributionUrl=http://maven-plugins.sourceforge.net/maven/maven-plugins + |