From: Eric P. <de...@us...> - 2004-04-19 13:35:41
|
dep4b 04/04/19 06:35:35 Modified: findbugs plugin.jelly project.xml findbugs/xdocs changes.xml Log: Patch for link to findbugs-report.html in navigation Revision Changes Path 1.4 +1 -1 maven-plugins/findbugs/plugin.jelly Index: plugin.jelly =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/findbugs/plugin.jelly,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- plugin.jelly 17 Feb 2004 13:58:34 -0000 1.3 +++ plugin.jelly 19 Apr 2004 13:35:34 -0000 1.4 @@ -123,7 +123,7 @@ " title="FindBugs Report" section="FindBugs Results" - output="${genDocs}/findbugs.xml" + output="${genDocs}/findbugs-report.xml" inputFile="${maven.build.dir}/findbugs-raw-report.txt"/> </goal> 1.8 +6 -1 maven-plugins/findbugs/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/findbugs/project.xml,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- project.xml 17 Feb 2004 13:58:34 -0000 1.7 +++ project.xml 19 Apr 2004 13:35:34 -0000 1.8 @@ -36,7 +36,12 @@ </developer> </developers> - <!-- no contributors --> + <contributors> + <contributor> + <name>Jerome Lacoste</name> + <id>jlacoste</id> + </contributor> + </contributors> <!-- licenses section not done yet --> 1.5 +5 -1 maven-plugins/findbugs/xdocs/changes.xml Index: changes.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/findbugs/xdocs/changes.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- changes.xml 17 Feb 2004 14:00:14 -0000 1.4 +++ changes.xml 19 Apr 2004 13:35:35 -0000 1.5 @@ -6,7 +6,11 @@ </properties> <body> - + <release version="0.7.2" date="in cvs"> + <action dev="jlacoste" type="fix"> + Fix generated link to findbugs report. + </action> + </release> <release version="0.7.1" date="02-FEB-2004"> <action dev="epugh" type="add"> Update to findbugs version 0.7.1 |