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" /> + + +