From 24268c5130b3cc06f97ebbccd8397c6493b05e4b Mon Sep 17 00:00:00 2001 From: str4d Date: Mon, 27 Feb 2012 03:26:58 +0000 Subject: [PATCH] Exclude classes from code coverage report that aren't in net.i2p.* The classes are specifically excluded rather than only including net.i2p.* so that only classes we know we want to exclude get excluded. --- core/java/build.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/core/java/build.xml b/core/java/build.xml index 681614234d..7bbb3882fe 100644 --- a/core/java/build.xml +++ b/core/java/build.xml @@ -95,6 +95,13 @@ + + + + + + +