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 54bd2ff09 ICU4J no longer required (#21)
54bd2ff09 is described below

commit 54bd2ff09cf49feda823e3468e0fdbd20b322ec0
Author: Elliotte Rusty Harold <[email protected]>
AuthorDate: Sat Oct 18 18:31:54 2025 +0000

    ICU4J no longer required (#21)
---
 .classpath               |   1 -
 build.xml                |   2 +-
 tools/icu4j.LICENSE.html |  51 -----------------------------------------------
 tools/icu4j.jar          | Bin 519119 -> 0 bytes
 4 files changed, 1 insertion(+), 53 deletions(-)

diff --git a/.classpath b/.classpath
index c14ea68c6..e635eedff 100644
--- a/.classpath
+++ b/.classpath
@@ -5,7 +5,6 @@
        <classpathentry kind="src" path="tests"/>
        <classpathentry kind="lib" path="tools/xml-apis.jar"/>
        <classpathentry kind="lib" path="tools/serializer.jar"/>
-       <classpathentry kind="lib" path="tools/icu4j.jar"/>
        <classpathentry kind="lib" path="tools/resolver.jar"/>
        <classpathentry kind="lib" path="tools/junit.jar"/>
        <classpathentry kind="con" 
path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
diff --git a/build.xml b/build.xml
index 56e0afda6..b14de4017 100644
--- a/build.xml
+++ b/build.xml
@@ -616,7 +616,7 @@ Authors:
         <fileset
             dir="${tools.dir}"  
             includes="**/*.txt, **/*.html, **/*.bat, **/*.jar, **/*.zip, 
**/*.opt"
-            excludes="**/CVS*, **/.#*, **/*.class, **/icu4j*"
+            excludes="**/CVS*, **/.#*, **/*.class"
         />
     </copy>
 
diff --git a/tools/icu4j.LICENSE.html b/tools/icu4j.LICENSE.html
deleted file mode 100644
index ba2871a33..000000000
--- a/tools/icu4j.LICENSE.html
+++ /dev/null
@@ -1,51 +0,0 @@
-<html>
-
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=us-ascii"></meta>
-<title>ICU License - ICU 1.8.1 and later</title>
-</head>
-
-<body BGCOLOR="#ffffff">
-<h2>ICU License - ICU 1.8.1 and later</h2>
-
-<p>COPYRIGHT AND PERMISSION NOTICE</p>
-
-<p>
-Copyright (c) 1995-2009 International Business Machines Corporation and others
-</p>
-<p>
-All rights reserved.
-</p>
-<p>
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"),
-to deal in the Software without restriction, including without limitation
-the rights to use, copy, modify, merge, publish, distribute, and/or sell
-copies of the Software, and to permit persons
-to whom the Software is furnished to do so, provided that the above
-copyright notice(s) and this permission notice appear in all copies
-of the Software and that both the above copyright notice(s) and this
-permission notice appear in supporting documentation.
-</p>
-<p>
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 
IMPLIED, 
-INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
-PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. IN NO EVENT SHALL
-THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY 
CLAIM,
-OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER
-RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
-NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE
-USE OR PERFORMANCE OF THIS SOFTWARE.
-</p>
-<p>
-Except as contained in this notice, the name of a copyright holder shall not be
-used in advertising or otherwise to promote the sale, use or other dealings in
-this Software without prior written authorization of the copyright holder.
-</p>
-
-<hr>
-<p><small>
-All trademarks and registered trademarks mentioned herein are the property of 
their respective owners.
-</small></p>
-</body>
-</html>
diff --git a/tools/icu4j.jar b/tools/icu4j.jar
deleted file mode 100644
index d7480bd12..000000000
Binary files a/tools/icu4j.jar and /dev/null differ


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

Reply via email to