This is an automated email from the ASF dual-hosted git repository.

joshtynjala pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/flex-sdk.git

commit 789e430af91deab6d12a79ccf4221be88d636fc9
Author: Josh Tynjala <joshtynj...@apache.org>
AuthorDate: Mon Mar 4 13:20:05 2024 -0800

    fix Xerces download URL
---
 README                | 2 +-
 modules/downloads.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README b/README
index 5f11b37cc1..e5e2e46004 100644
--- a/README
+++ b/README
@@ -466,7 +466,7 @@ download. Most of the jars are installed in lib/external.
     javacc - 
http://java.net/projects/javacc/downloads/download/javacc-5.0.tar.gz
     velocity - 
http://archive.apache.org/dist/velocity/engine/1.4/velocity-1.4.tar.gz
     xalan - 
http://archive.apache.org/dist/xml/xalan-j/binaries/xalan-j_2_6_0-bin.tar.gz
-    xerces - http://archive.apache.org/dist/xerces/j/Xerces-J-bin.2.9.1.zip
+    xerces - 
http://archive.apache.org/dist/xerces/j/binaries/Xerces-J-bin.2.9.1.zip
 
 The following dependencies have licenses which Apache considers to be
 reciprocal licenses. These files are installed in lib/external
diff --git a/modules/downloads.xml b/modules/downloads.xml
index 64a2e8e30e..0ef7a3f34c 100644
--- a/modules/downloads.xml
+++ b/modules/downloads.xml
@@ -576,7 +576,7 @@
         description="Downloads and copies xercesImpl.jar and xml-api.jars to 
the lib directory.">
           
         <antcall target="download-zip">
-          <param name="srcUrl" 
value="http://archive.apache.org/dist/xerces/j"/>
+          <param name="srcUrl" 
value="http://archive.apache.org/dist/xerces/j/binaries"/>
           <param name="zipFile" value="Xerces-J-bin.2.9.1.zip"/>
           <param name="srcJarPath" value="${xerces.dir}/xercesImpl.jar"/>
           <param name="destJarFile" value="${lib.ext.dir}/xercesImpl.jar"/>

Reply via email to