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


The following commit(s) were added to refs/heads/master by this push:
     new 77f3ec9e8 unused target
77f3ec9e8 is described below

commit 77f3ec9e842130d26a7413c1332d85b8aeee51dc
Author: Stefan Bodewig <bode...@apache.org>
AuthorDate: Sat Mar 4 15:30:36 2023 +0100

    unused target
---
 fetch.xml | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/fetch.xml b/fetch.xml
index 07292d389..07fcf7f8e 100644
--- a/fetch.xml
+++ b/fetch.xml
@@ -375,14 +375,11 @@ Set -Ddest=LOCATION on the command line
 
   <target name="netrexx"
           description="load NetRexx compiler"
-          depends="init-no-m2,-setup-temp-cache,-fetch-netrexx">
+          depends="init-no-m2">
     <get src="https://netrexx.org/files/NetRexxC-${netrexx.version}.jar";
          dest="${dest.dir}" skipexisting="true"/>
   </target>
 
-  <target name="-fetch-netrexx" if="have.commons.net">
-  </target>
-
   <target name="xz"
           description="load XZ for Java"
           depends="init">

Reply via email to