From a2217b2b36be11290faf3e5bb62d9342a8460805 Mon Sep 17 00:00:00 2001 From: str4d Date: Mon, 20 Feb 2012 03:44:23 +0000 Subject: [PATCH] Fiddle with cobertura definitions a bit in core build.xml To run with cobertura, execute the following in "core/java/": ant -Dwith.cobertura=/usr/share/java/cobertura.jar cobertura.report --- core/java/build.xml | 28 ++++++++++++++++++---------- 1 file changed, 18 insertions(+), 10 deletions(-) diff --git a/core/java/build.xml b/core/java/build.xml index 354172439..1b918eb32 100644 --- a/core/java/build.xml +++ b/core/java/build.xml @@ -81,16 +81,20 @@ - + + - - + + + + + @@ -102,7 +106,7 @@ - + @@ -117,11 +121,7 @@ - - - - - + @@ -130,7 +130,15 @@ - + + + + + + + + +