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

This commit is contained in:
Nicolas Lalevée 2018-04-12 00:50:29 +02:00
parent 23cf1fb45e
commit 00d3a534b4
1 changed files with 2 additions and 8 deletions

View File

@ -90,13 +90,7 @@
<path refid="lib.classpath"/>
</path>
<path id="test.classpath">
<!-- The element below is used by Jenkins jobs -->
<pathelement location="${coverage.classes.dir}"/>
<fileset dir="${lib.dir}">
<include name="*.jar"/>
<exclude name="ant.jar"/>
<exclude name="ant-launcher.jar"/>
</fileset>
<fileset dir="${lib.dir}" />
<pathelement location="${core.classes.build.dir}"/>
<pathelement location="${ant.classes.build.dir}"/>
<pathelement location="${optional.classes.build.dir}"/>
@ -429,7 +423,7 @@
failureproperty="test.failed"
showoutput="no"
printsummary="yes"
includeantruntime="yes"
includeantruntime="no"
dir="${basedir}"
tempdir="${build.dir}"
fork="true">