From 6bbdce0b7834667dc1458d67bad9cc5c231a0d5c Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Tue, 16 Feb 2010 14:19:34 +0000 Subject: [PATCH] Xerces has gone git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@910529 13f79535-47bb-0310-9956-ffa450edef68 --- WHATSNEW | 3 +++ 1 file changed, 3 insertions(+) diff --git a/WHATSNEW b/WHATSNEW index 29906c059..091474de9 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -4,6 +4,9 @@ Changes from Ant 1.8.0 TO current SVN version Changes that could break older environments: ------------------------------------------- + * Ant no longer ships with Xerces or the XML APIs but relies on the + Java runtime to provide a parser and matching API versions. + Fixed bugs: -----------