This is an automated email from the ASF dual-hosted git repository. bodewig pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ant.git
commit a5a593ac8d95afb3e879dbcffcbeb53780e700a3 Author: Stefan Bodewig <bode...@apache.org> AuthorDate: Sat Oct 30 12:11:26 2021 +0200 actually fetch javax.mail --- fetch.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fetch.xml b/fetch.xml index 288700c..7376ca8 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, - jakartamail,jspc,jai,xz,netrexx,junit-engine-vintage,junit-engine-jupiter"/> + javamail,jakartamail,jspc,jai,xz,netrexx,junit-engine-vintage,junit-engine-jupiter"/> </project>