Repository: ant-ivy
Updated Branches:
  refs/heads/master 23cf1fb45 -> 00d3a534b


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


Project: http://git-wip-us.apache.org/repos/asf/ant-ivy/repo
Commit: http://git-wip-us.apache.org/repos/asf/ant-ivy/commit/00d3a534
Tree: http://git-wip-us.apache.org/repos/asf/ant-ivy/tree/00d3a534
Diff: http://git-wip-us.apache.org/repos/asf/ant-ivy/diff/00d3a534

Branch: refs/heads/master
Commit: 00d3a534b440b5639d706bd3e824a0598cf45a66
Parents: 23cf1fb
Author: Nicolas Lalevée <nicolas.lale...@hibnet.org>
Authored: Thu Apr 12 00:50:29 2018 +0200
Committer: Nicolas Lalevée <nicolas.lale...@hibnet.org>
Committed: Thu Apr 12 00:50:29 2018 +0200

----------------------------------------------------------------------
 build.xml | 10 ++--------
 1 file changed, 2 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ant-ivy/blob/00d3a534/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index 18dbf81..8a25709 100644
--- a/build.xml
+++ b/build.xml
@@ -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">

Reply via email to