Repository: ant-ivyde Updated Branches: refs/heads/master 9aba3321c -> 229435f1c
fix the path of the retrieved dependency on Jenkins Project: http://git-wip-us.apache.org/repos/asf/ant-ivyde/repo Commit: http://git-wip-us.apache.org/repos/asf/ant-ivyde/commit/229435f1 Tree: http://git-wip-us.apache.org/repos/asf/ant-ivyde/tree/229435f1 Diff: http://git-wip-us.apache.org/repos/asf/ant-ivyde/diff/229435f1 Branch: refs/heads/master Commit: 229435f1c1557efac0f707a996c78d0324b720ab Parents: 9aba332 Author: Nicolas LaleveÌe <[email protected]> Authored: Sun Jun 25 15:03:34 2017 +0200 Committer: Nicolas LaleveÌe <[email protected]> Committed: Sun Jun 25 15:03:34 2017 +0200 ---------------------------------------------------------------------- build.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ant-ivyde/blob/229435f1/build.properties ---------------------------------------------------------------------- diff --git a/build.properties b/build.properties index 7aea279..6a4b24d 100644 --- a/build.properties +++ b/build.properties @@ -50,4 +50,4 @@ hudson.download.zest.md5=b7b6f7f07c876ebebdf987e0b3b758e1 #hudson.ivy.version=2.4.0-rc1 #hudson.ivy.jar.url=http://builds.apache.org/job/Ivy/lastSuccessfulBuild/artifact/build/artifact/jars/ivy.jar -hudson.ivy.jar.url=file://./dependencies/ivy.jar +hudson.ivy.jar.url=file://./dependencies/build/artifact/jars/ivy.jar
