From 00d3a534b440b5639d706bd3e824a0598cf45a66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20Laleve=CC=81e?= Date: Thu, 12 Apr 2018 00:50:29 +0200 Subject: [PATCH] For the unit tests, do not depend on the version of Ant running the tests, but depend on the version declared in the ivy.xml --- build.xml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/build.xml b/build.xml index 18dbf81b..8a25709b 100644 --- a/build.xml +++ b/build.xml @@ -90,13 +90,7 @@ - - - - - - - + @@ -429,7 +423,7 @@ failureproperty="test.failed" showoutput="no" printsummary="yes" - includeantruntime="yes" + includeantruntime="no" dir="${basedir}" tempdir="${build.dir}" fork="true">