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 686244975 [XERCESJ-1689] Xerces no longer bundles
HTMLDOMImplementation (#16)
686244975 is described below
commit 68624497553acce76ce5457ee9fd4dc6b6cce6a7
Author: Elliotte Rusty Harold <[email protected]>
AuthorDate: Tue Nov 25 17:05:47 2025 -0600
[XERCESJ-1689] Xerces no longer bundles HTMLDOMImplementation (#16)
* Xerces no longer bundles DOM classes
* restore DOM license
* Update includes for file copying in build.xml
---
build.xml | 10 +++-------
1 file changed, 3 insertions(+), 7 deletions(-)
diff --git a/build.xml b/build.xml
index e196cdd32..ed0e15ce0 100644
--- a/build.xml
+++ b/build.xml
@@ -212,8 +212,7 @@ Authors:
<copy todir="${build.src}">
<fileset
dir="${src.dir}"
- includes="org/apache/**
- org/w3c/dom/html/HTMLDOMImplementation.java"
+ includes="org/apache/**"
excludes="**/classfiles_updated **/CVS* **/.#* **/XMLMessages.java
**/DatatypeContentModel.java **/ComplexTypeInfo.java
**/v1/** **/v2/**
@@ -332,8 +331,7 @@ Authors:
<jar jarfile="${build.dir}/${jar.parser}"
basedir="${build.dest}"
compress="true"
- includes="org/apache/**, META-INF/**
- org/w3c/dom/html/HTMLDOMImplementation.class"
+ includes="org/apache/**, META-INF/**"
manifest="${build.dir}/manifest.xerces">
<manifest>
<attribute name="Automatic-Module-Name" value="org.apache.xerces"/>
@@ -1032,8 +1030,7 @@ Authors:
<jar jarfile="${build.dir}/dtd-${jar.parser}"
basedir="${build.dest}"
compress="true"
- includes="org/apache/**, META-INF/**
- org/w3c/dom/html/HTMLDOMImplementation.class"
+ includes="org/apache/**, META-INF/**"
manifest="${build.dir}/manifest.xerces">
<manifest>
<attribute name="Ant-Version" value="${ant.version}"/>
@@ -1538,7 +1535,6 @@ Authors:
basedir="${build.dest}"
compress="true"
includes="org/apache/**, META-INF/**
- org/w3c/dom/html/HTMLDOMImplementation.class
org/w3c/dom/ls/**
org/w3c/dom/DOMError.class
org/w3c/dom/DOMErrorHandler.class
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]