This is an automated email from the ASF dual-hosted git repository. mbenson pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ant.git
commit 945fd2520f4cd59b07996fef6bb8e46c2a8f2bc2 Author: Matt Benson <mben...@apache.org> AuthorDate: Sun Feb 13 12:01:50 2022 -0600 move netrexx to end because it's prone to hang/fail --- fetch.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fetch.xml b/fetch.xml index 7376ca8..2c09cd6 100644 --- a/fetch.xml +++ b/fetch.xml @@ -409,5 +409,5 @@ Set -Ddest=LOCATION on the command line <target name="all" description="load all the libraries (except jython)" depends="antunit,ivy,logging,junit,junitlauncher,xml,networking,regexp,antlr,bcel,jdepend,bsf,debugging,script, - javamail,jakartamail,jspc,jai,xz,netrexx,junit-engine-vintage,junit-engine-jupiter"/> + javamail,jakartamail,jspc,jai,xz,junit-engine-vintage,junit-engine-jupiter,netrexx"/> </project>