From ed7a7097ff85f580a5035bf91f49223b714cfc18 Mon Sep 17 00:00:00 2001
From: neil_a_wilson <neil_a_wilson@localhost>
Date: Fri, 19 Jan 2007 22:54:33 +0000
Subject: [PATCH] Update the build script so that the coveragediff facility is used when building with the precommit and all targets.

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

diff --git a/opendj-sdk/opends/build.xml b/opendj-sdk/opends/build.xml
index 1da3e19..9381d77 100644
--- a/opendj-sdk/opends/build.xml
+++ b/opendj-sdk/opends/build.xml
@@ -130,7 +130,7 @@
 
 
   <!-- The build target that should be used before committing code. -->
-  <target name="precommit" depends="checkstyle,dsml,javadoc,clean,test"
+  <target name="precommit" depends="checkstyle,clean,dsml,javadoc,testwithcoverage"
        description="Perform all processing needed before committing code." />
 
 
@@ -153,7 +153,7 @@
 
   <!-- The build target that should be used to build everything. -->
   <target name="all"
-       depends="checkstyle,dsml,javadoc,coverage,testall"
+       depends="checkstyle,dsml,javadoc,testallwithcoverage"
        description="Build using all defined targets." />
 
 

--
Gitblit v1.10.0