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-antlibs-common.git


The following commit(s) were added to refs/heads/master by this push:
     new 5474378  must add cdx files to upload
5474378 is described below

commit 5474378f0ab288e6559d57b61fc5d9825b40725c
Author: Stefan Bodewig <[email protected]>
AuthorDate: Sat Jun 20 10:17:04 2026 +0200

    must add cdx files to upload
---
 build.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/build.xml b/build.xml
index c3568ce..1f3194c 100644
--- a/build.xml
+++ b/build.xml
@@ -516,6 +516,9 @@
     <copy file="${target.pom}" todir="${upload.dir}"/>
     <copy file="${target.ivy.xml}" todir="${upload.dir}"/>
     <copy todir="${upload.dir}">
+      <fileset dir="${build.lib}">
+        <include name="${artifact.stub}.cdx*"/>
+      </fileset>
       <resources refid="additional-bin-patterns"/>
     </copy>
     <jar destfile="${upload.dir}/${artifact.stub}-sources.jar">

Reply via email to