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 8d39a38b5 [XERCESJ-1763] set Automatic-Module-Name for xercesImpl.jar 
(#3)
8d39a38b5 is described below

commit 8d39a38b578a9f026c9c50165c12d33d663acfca
Author: Samael <[email protected]>
AuthorDate: Thu Sep 25 16:29:04 2025 +0100

    [XERCESJ-1763] set Automatic-Module-Name for xercesImpl.jar (#3)
    
    * set Automatic-Module-Name for xercesImpl.jar
    
    * set module name to org.apache.xerces
---
 build.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/build.xml b/build.xml
index f2882dba1..56e0afda6 100644
--- a/build.xml
+++ b/build.xml
@@ -345,6 +345,7 @@ Authors:
                    org/w3c/dom/html/HTMLDOMImplementation.class"
          manifest="${build.dir}/manifest.xerces">
       <manifest>
+        <attribute name="Automatic-Module-Name" value="org.apache.xerces"/>
         <attribute name="Ant-Version" value="${ant.version}"/>
       </manifest>
       <metainf dir="." includes="LICENSE,NOTICE"/>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to