From: Jeff J. <jef...@us...> - 2006-06-06 01:27:36
|
jeffjensen 06/06/04 22:05:03 Modified: cobertura/xdocs changes.xml Log: Correct change comment. Revision Changes Path 1.22 +0 -2 maven-plugins/cobertura/xdocs/changes.xml Index: changes.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/cobertura/xdocs/changes.xml,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- changes.xml 5 Jun 2006 04:50:55 -0000 1.21 +++ changes.xml 5 Jun 2006 05:05:03 -0000 1.22 @@ -30,7 +30,6 @@ <action dev="jeffjensen" type="add"> Added maven.cobertura.check.packagelinerate and maven.cobertura.check.packagebranchrate properties new in Cobertura 1.8. - (check report does not use them yet though) </action> <action dev="jeffjensen" type="fix" issue="1226313"> Change default maven.cobertura.merge.outputDir. @@ -44,7 +43,6 @@ <action dev="carlossg" type="add">Add maven.cobertura.ignoreregex property.</action> <action dev="carlossg" type="add"> Added maven.cobertura.check.totallinerate and maven.cobertura.check.totalbranchrate properties. - (check report does not use them yet though) </action> <action dev="carlossg" type="fix"> Renamed maven.cobertura.check.branch to maven.cobertura.check.branchrate and maven.cobertura.check.lineh to maven.cobertura.check.linerate. |