summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Bodewig <bodewig@apache.org>2023-03-04 15:30:36 +0100
committerStefan Bodewig <bodewig@apache.org>2023-03-04 15:30:36 +0100
commit77f3ec9e842130d26a7413c1332d85b8aeee51dc (patch)
treef4de947bf3a3c929979100532b9de21c4fbd7dfe
parent541a1d2448af3e95134f79a970a608403deab00a (diff)
downloadant-77f3ec9e842130d26a7413c1332d85b8aeee51dc.tar.gz
unused target
-rw-r--r--fetch.xml5
1 files changed, 1 insertions, 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">