From: Carlos S. <car...@us...> - 2005-10-14 01:56:11
|
carlossg 05/10/13 18:56:05 Modified: cobertura/xdocs changes.xml Log: Improved doc Revision Changes Path 1.16 +3 -1 maven-plugins/cobertura/xdocs/changes.xml Index: changes.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/cobertura/xdocs/changes.xml,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- changes.xml 14 Oct 2005 00:38:02 -0000 1.15 +++ changes.xml 14 Oct 2005 01:56:05 -0000 1.16 @@ -25,7 +25,9 @@ <release version="1.2-SNAPSHOT" date="in CVS"> <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.</action> - <action dev="carlossg" type="fix">Fixed cobertura check goal always checking against 50%.</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. + Fixes cobertura check goal always checking against 50%.</action> </release> <release version="1.1.1" date="2005-09-21"> <action dev="carlossg" type="fix">Fixed problems that caused 0 percent coverage always.</action> |