From c68d53faf343f819a174043f653c4c6f26d01df1 Mon Sep 17 00:00:00 2001
From: str4d <str4d@mail.i2p>
Date: Sat, 25 Feb 2012 01:23:17 +0000
Subject: [PATCH] Removed fullclovertest target from main build.xml

Clover usage is triggered by setting with.clover instead.
---
 build.xml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/build.xml b/build.xml
index a34e5ae486..cb4f205613 100644
--- a/build.xml
+++ b/build.xml
@@ -1259,10 +1259,6 @@
 		<ant dir="core/java/" target="fulltest" />
 		<ant dir="router/java/" target="fulltest" />
     </target>
-    <target name="fullclovertest" depends="buildProperties" >
-		<ant dir="core/java/" target="fullclovertest" />
-		<ant dir="router/java/" target="fullclovertest" />
-    </target>
     <!-- end unit tests -->
 
     <target name="testscripts" >
-- 
GitLab