From 2f271fabcf1c410090d133d0b9b028c704b57abb Mon Sep 17 00:00:00 2001
From: al_xipe <al_xipe@localhost>
Date: Thu, 25 Jan 2007 15:41:35 +0000
Subject: [PATCH] Added xml output for unit-tests coverage to allow for dashboard to track the coverage trend

---
 opendj-sdk/opends/build.xml |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/opendj-sdk/opends/build.xml b/opendj-sdk/opends/build.xml
index 3bfca5a..8cd4294 100644
--- a/opendj-sdk/opends/build.xml
+++ b/opendj-sdk/opends/build.xml
@@ -1019,8 +1019,9 @@
            <include name="metadata.emma" />
         </fileset>
 
-        <txt outfile="${coverage.report.dir}/coverage.txt" />
+        <txt  outfile="${coverage.report.dir}/coverage.txt" />
         <html outfile="${coverage.report.dir}/index.html" />
+        <xml  outfile="${coverage.report.dir}/coverage.xml" />
       </report>
 
     </emma>

--
Gitblit v1.10.0