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-antlibs-props.git
commit ebc593cace1afe95726d3a2a952fb69a58a58df7 Author: Stefan Bodewig <[email protected]> AuthorDate: Fri Jun 19 22:16:50 2026 +0200 no longer need extra resources --- .gitignore | 1 + build.xml | 8 +------- common | 2 +- 3 files changed, 3 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index faa00e1..1309d41 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /lib/ /target/ /distribution/ +/dist-bin/ diff --git a/build.xml b/build.xml index 82f3753..f07222e 100644 --- a/build.xml +++ b/build.xml @@ -22,13 +22,7 @@ under the License. <!-- easy way to override properties --> <property file="build.properties"/> - <target name="ready-for-bin-dist" depends="create-antlib-sbom,common.ready-for-bin-dist"> - <resources id="additional-bin-patterns"> - <fileset dir="${build.lib}"> - <include name="${artifact.stub}-cyclonedx*"/> - </fileset> - </resources> - </target> + <target name="ready-for-bin-dist" depends="create-antlib-sbom,common.ready-for-bin-dist"/> <target name="after-src-dist" depends="src-sboms"/> <target name="after-bin-dist" depends="bin-sboms"/> diff --git a/common b/common index 61572be..633b516 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit 61572be36ce8cce5314b3f16fa3e9c6c17b3e3fe +Subproject commit 633b516480636cae18ef360df023192f48240fe7
