From f2abd1316ca0962c9f3be9dba42c266881424f75 Mon Sep 17 00:00:00 2001
From: Matthew Swift <matthew.swift@forgerock.com>
Date: Wed, 13 Jun 2012 19:59:49 +0000
Subject: [PATCH] Disable code coverage since Emma is no longer maintained and does not support JDK7.
---
opends/build.xml | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/opends/build.xml b/opends/build.xml
index 1e91a60..6d31804 100644
--- a/opends/build.xml
+++ b/opends/build.xml
@@ -182,7 +182,7 @@
<!-- The build target that should be used before committing code. -->
<target name="precommit" depends="initPrecommit,clean,dynamicconstants,
- checkstyle,checkprecommit,dsml,testwithcoverage"
+ checkstyle,checkprecommit,dsml,test"
description="Perform all processing needed before committing code.">
</target>
@@ -200,7 +200,7 @@
<!-- The build target that should be used for test part of nightly builds. -->
<target name="nightlytests"
- depends="coverage,testallwithcoverage"
+ depends="testall"
description="Perform all processing related to unit tests for nightly builds.">
</target>
@@ -215,7 +215,7 @@
<!-- The build target that should be used to build everything. -->
<target name="all"
- depends="checkstyle,clean,checkprecommit,dsml,srczip,javadoc,docgen,testallwithcoverage"
+ depends="checkstyle,clean,checkprecommit,dsml,srczip,javadoc,docgen,testall"
description="Build using all defined targets.">
</target>
--
Gitblit v1.10.0