Skip to content

Xerces URL does not work #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: java6
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions make/depends.properties
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ xalan.jar=${xalan.dir}/xalan.jar
xalan.url=${maven2.base}/xalan/xalan/2.7.0/xalan-2.7.0.jar
xalan.md5=a018d032c21a873225e702b36b171a10

xerces.dir=${depends.jars}/xerces_2.9.1
xerces.dir=${depends.jars}/xerces_2.11.0
xerces.zip=${xerces.dir}/xerces.zip
xerces.url=http://www.apache.org/dist/xml/xerces-j/Xerces-J-bin.2.9.1.zip
xerces.md5=a0e07ede1c3bd5231fe15eae24032b2e
xerces.url=http://www.apache.org/dist/xerces/j/Xerces-J-bin.2.11.0.zip
xerces.md5=408500aaaf1ff9f1e03e79defe90facc

xmlsec.dir=${depends.jars}/xmlsec_1.4.0
xmlsec.zip=${xmlsec.dir}/xmlsec.zip
Expand Down