You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by jh...@apache.org on 2016/11/08 08:34:36 UTC

ant git commit: Bugzilla-60349: add ivy to fetch "all"

Repository: ant
Updated Branches:
  refs/heads/master 74e57b25b -> ceb531572


Bugzilla-60349: add ivy to fetch "all"


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

Branch: refs/heads/master
Commit: ceb53157285e1256852367fb9a53ad0bb0a0bb4f
Parents: 74e57b2
Author: Jan Mat�rne <jh...@apache.org>
Authored: Tue Nov 8 09:34:14 2016 +0100
Committer: Jan Mat�rne <jh...@apache.org>
Committed: Tue Nov 8 09:34:14 2016 +0100

----------------------------------------------------------------------
 fetch.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ant/blob/ceb53157/fetch.xml
----------------------------------------------------------------------
diff --git a/fetch.xml b/fetch.xml
index 89ca2cf..1515fbf 100644
--- a/fetch.xml
+++ b/fetch.xml
@@ -336,6 +336,6 @@ Set -Ddest=LOCATION on the command line
 
   <target name="all"
     description="load all the libraries (except jython)"
-    depends="logging,junit,xml,networking,regexp,antlr,bcel,jdepend,bsf,debugging,script,javamail,jspc,jai,netrexx" />
+    depends="ivy,logging,junit,xml,networking,regexp,antlr,bcel,jdepend,bsf,debugging,script,javamail,jspc,jai,netrexx" />
 
 </project>