From 61fa51aff25b65fbebe144ae5c21ba2e626286c3 Mon Sep 17 00:00:00 2001 From: Stephane Bailliez Date: Tue, 16 Apr 2002 12:21:29 +0000 Subject: [PATCH] Moving from Crimson 1.1.3 to Xerces 2.0.1 git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272469 13f79535-47bb-0310-9956-ffa450edef68 --- WHATSNEW | 4 ++++ build.xml | 10 +++++++--- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/WHATSNEW b/WHATSNEW index ef8e9dc76..228541627 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -4,6 +4,10 @@ Changes from Ant 1.4.1 to current CVS version Changes that could break older environments: -------------------------------------------- +* Shipped XML parser is now Xerces 2.0.1 along with the XML Parser APIs. + XML Parser APIs is a separate jar that contains the necessary + JAXP/DOM/SAX classes. + * Important: Single $ signs are no longer silently stripped! Before you panic that we have broken all your build files, we have kept the old "$$" -> "$" behaviour. So only build files which accidentally had diff --git a/build.xml b/build.xml index c2aea9068..b8908979d 100644 --- a/build.xml +++ b/build.xml @@ -586,7 +586,7 @@ - + @@ -757,7 +757,7 @@ - + @@ -841,7 +841,7 @@ - + @@ -1331,4 +1331,8 @@ description="--> creates a minimum distribution in ./dist" depends="dist-lite" /> + + +