This is an automated email from the ASF dual-hosted git repository.
asf-gitbox-commits 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 459aeacbe if is looking for the wrong property
459aeacbe is described below
commit 459aeacbe684eb5afcda6bdd312c1a975c802c0b
Author: Stefan Bodewig <[email protected]>
AuthorDate: Tue Jul 21 13:58:41 2026 +0200
if is looking for the wrong property
---
build.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.xml b/build.xml
index 19c02cd88..c76f8ca2f 100644
--- a/build.xml
+++ b/build.xml
@@ -2825,7 +2825,7 @@ ${antunit.reports}
<file file="${build.lib}/ant-antlr.jar"/>
</component>
<dependency componentRef="cdx-ant-antlr"
- if:set="apache-bcel.present" xmlns:if="ant:if"/>
+ if:set="antlr.present" xmlns:if="ant:if"/>
<component scope="optional" if:set="apache-bcel.present"
xmlns:if="ant:if">
<sbomLink>
<file file="${build.lib}/ant-apache-bcel.cdx.json"/>