From: Carlos S. <car...@us...> - 2005-10-11 05:43:47
|
carlossg 05/10/10 22:43:49 Modified: cobertura project.xml Log: Added shortDescription Revision Changes Path 1.22 +1 -0 maven-plugins/cobertura/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/cobertura/project.xml,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- project.xml 6 Oct 2005 21:26:24 -0000 1.21 +++ project.xml 11 Oct 2005 05:43:49 -0000 1.22 @@ -24,6 +24,7 @@ <name>Maven Cobertura Plug-in</name> <currentVersion>1.2-SNAPSHOT</currentVersion> <inceptionYear>2005</inceptionYear> + <shortDescription>Cobertura calculates the percentage of code accessed by tests.</shortDescription> <description>Cobertura is a free Java tool that calculates the percentage of code accessed by tests. It can be used to identify which parts of your Java program are lacking test coverage. It is based on jcoverage.</description> <url>http://maven-plugins.sourceforge.net/maven-cobertura-plugin</url> <repository> |