From f851b0fad57cd9459ff63132d68ce269a93cd116 Mon Sep 17 00:00:00 2001
From: boli <boli@localhost>
Date: Tue, 21 Nov 2006 17:18:11 +0000
Subject: [PATCH] Adds a tool to show svn diff output annotated with EMMA coverage information. To use the tool, just pipe the unified diff output from 'svn diff' to build-tools/bin/coveragediff.
---
opends/build.xml | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/opends/build.xml b/opends/build.xml
index a51f497..1ddf08d 100644
--- a/opends/build.xml
+++ b/opends/build.xml
@@ -854,6 +854,10 @@
<fileset dir="${ant.lib.dir}">
<include name="*.jar" />
</fileset>
+
+ <fileset dir="${emma.dir}">
+ <include name="*.jar" />
+ </fileset>
<path refid="run.classpath" />
</classpath>
</javac>
--
Gitblit v1.10.0