Repository: ant-ivy Updated Branches: refs/heads/master 3c047a1e7 -> fe85e77f2
revert erroneous removal of pathelement, document it Project: http://git-wip-us.apache.org/repos/asf/ant-ivy/repo Commit: http://git-wip-us.apache.org/repos/asf/ant-ivy/commit/fe85e77f Tree: http://git-wip-us.apache.org/repos/asf/ant-ivy/tree/fe85e77f Diff: http://git-wip-us.apache.org/repos/asf/ant-ivy/diff/fe85e77f Branch: refs/heads/master Commit: fe85e77f2d880ae08f8cd263d020d49afd6bc974 Parents: 3c047a1 Author: Gintas Grigelionis <[email protected]> Authored: Sat Aug 19 23:19:54 2017 +0200 Committer: Gintas Grigelionis <[email protected]> Committed: Sat Aug 19 23:19:54 2017 +0200 ---------------------------------------------------------------------- build.xml | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ant-ivy/blob/fe85e77f/build.xml ---------------------------------------------------------------------- diff --git a/build.xml b/build.xml index 660cc8b..b49c037 100644 --- a/build.xml +++ b/build.xml @@ -90,6 +90,8 @@ <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"/>
