This is an automated email from the ASF dual-hosted git repository.
elharo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/xerces-j.git
The following commit(s) were added to refs/heads/main by this push:
new de50d7744 Fix Ant build (all): attempting to copy removed files (#37)
de50d7744 is described below
commit de50d7744fae6974772c911b2d37751ec6034d37
Author: Samael <[email protected]>
AuthorDate: Fri Oct 24 23:01:57 2025 +0100
Fix Ant build (all): attempting to copy removed files (#37)
---
build.xml | 8 --------
1 file changed, 8 deletions(-)
diff --git a/build.xml b/build.xml
index bd4cf673f..02f8ec3f4 100644
--- a/build.xml
+++ b/build.xml
@@ -624,12 +624,8 @@ Authors:
<copy file="LICENSE" tofile="${distsrc.dir}/LICENSE"/>
<copy file="NOTICE" tofile="${distsrc.dir}/NOTICE"/>
- <copy file="NOTICE.resolver.txt"
tofile="${distsrc.dir}/NOTICE.resolver.txt"/>
- <copy file="NOTICE.serializer.txt"
tofile="${distsrc.dir}/NOTICE.serializer.txt"/>
<copy file="LICENSE.DOM-documentation.html"
tofile="${distsrc.dir}/LICENSE.DOM-documentation.html"/>
<copy file="LICENSE.DOM-software.html"
tofile="${distsrc.dir}/LICENSE.DOM-software.html"/>
- <copy file="LICENSE.resolver.txt"
tofile="${distsrc.dir}/LICENSE.resolver.txt"/>
- <copy file="LICENSE.serializer.txt"
tofile="${distsrc.dir}/LICENSE.serializer.txt"/>
<copy file="README" tofile="${distsrc.dir}/README"/>
<copy file="Readme.html" tofile="${distsrc.dir}/Readme.html"/>
<copy file="build.xml" tofile="${distsrc.dir}/build.xml"/>
@@ -719,12 +715,8 @@ Authors:
<copy file="LICENSE" tofile="${distbin.dir}/LICENSE"/>
<copy file="NOTICE" tofile="${distsrc.dir}/NOTICE"/>
- <copy file="NOTICE.resolver.txt"
tofile="${distsrc.dir}/NOTICE.resolver.txt"/>
- <copy file="NOTICE.serializer.txt"
tofile="${distsrc.dir}/NOTICE.serializer.txt"/>
<copy file="LICENSE.DOM-documentation.html"
tofile="${distsrc.dir}/LICENSE.DOM-documentation.html"/>
<copy file="LICENSE.DOM-software.html"
tofile="${distsrc.dir}/LICENSE.DOM-software.html"/>
- <copy file="LICENSE.resolver.txt"
tofile="${distbin.dir}/LICENSE.resolver.txt"/>
- <copy file="LICENSE.serializer.txt"
tofile="${distsrc.dir}/LICENSE.serializer.txt"/>
<copy file="Readme.html" tofile="${distbin.dir}/Readme.html"/>
<copy file="${build.dir}/${jar.samples}"
tofile="${distbin.dir}/${jar.samples}"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]