Author: carlos
Date: Thu Aug 11 16:18:24 2005
New Revision: 231536

URL: http://svn.apache.org/viewcvs?rev=231536&view=rev
Log:
Fixed typoAdded Cobertura aggregator

Modified:
    maven/maven-1/plugins/trunk/dashboard/xdocs/properties.xml

Modified: maven/maven-1/plugins/trunk/dashboard/xdocs/properties.xml
URL: 
http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/dashboard/xdocs/properties.xml?rev=231536&r1=231535&r2=231536&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/dashboard/xdocs/properties.xml (original)
+++ maven/maven-1/plugins/trunk/dashboard/xdocs/properties.xml Thu Aug 11 
16:18:24 2005
@@ -227,6 +227,22 @@
 maven.dashboard.aggregator.jcoverageloc.description = JCoverage total lines of 
code
 maven.dashboard.aggregator.jcoverageloc.report = jcoverage/index.html
 
+# Properties for the Cobertura covered lines percent aggregator 
+maven.dashboard.aggregator.coberturalipc.script = 
${maven.dashboard.aggregators.dir}/coberturalipc.jelly
+maven.dashboard.aggregator.coberturalipc.artifact = 
${maven.docs.dest}/cobertura/coverage.xml
+maven.dashboard.aggregator.coberturalipc.label = Cobertura %lines
+maven.dashboard.aggregator.coberturalipc.goal = maven-cobertura-plugin:report
+maven.dashboard.aggregator.coberturalipc.description = Cobertura covered lines 
percentile
+maven.dashboard.aggregator.coberturalipc.report = cobertura/index.html
+
+# Properties for the Cobertura total lines aggregator 
+maven.dashboard.aggregator.coberturaloc.script = 
${maven.dashboard.aggregators.dir}/coberturaloc.jelly
+maven.dashboard.aggregator.coberturaloc.artifact = 
${maven.docs.dest}/cobertura/coverage.xml
+maven.dashboard.aggregator.coberturaloc.label = Cobertura LOC
+maven.dashboard.aggregator.coberturaloc.goal = maven-cobertura-plugin:report
+maven.dashboard.aggregator.coberturaloc.description = Cobertura total lines of 
code
+maven.dashboard.aggregator.coberturaloc.report = cobertura/index.html
+
 # Properties for the FindBugs file violations aggregator 
 maven.dashboard.aggregator.fbfiles.script = 
${maven.dashboard.aggregators.dir}/fbfiles.jelly
 maven.dashboard.aggregator.fbfiles.artifact = 
${maven.build.dir}/findbugs-raw-report.xml



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to