From 1c5c68f3ed2854776e2377bf5486caadc8ecc5b8 Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Tue, 16 Feb 2010 14:20:09 +0000 Subject: [PATCH] correct name for xerces git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@910530 13f79535-47bb-0310-9956-ffa450edef68 --- WHATSNEW | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WHATSNEW b/WHATSNEW index 091474de9..8397875bb 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -4,8 +4,8 @@ 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. + * Ant no longer ships with Apache Xerces-J or the XML APIs but relies + on the Java runtime to provide a parser and matching API versions. Fixed bugs: -----------