From 4d262a4b59473f58bee419186daaa79ccbb4c165 Mon Sep 17 00:00:00 2001 From: Jan Materne Date: Tue, 19 Dec 2006 07:58:59 +0000 Subject: [PATCH] Document why we removed these optional tasks. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@488574 13f79535-47bb-0310-9956-ffa450edef68 --- WHATSNEW | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/WHATSNEW b/WHATSNEW index 2e97663f3..d77288397 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -89,15 +89,20 @@ Changes that could break older environments: * Support for the XSL:P XML parser has been removed. Bugzilla Report 23455. -* Visual Age for Java optional tasks removed. +* Visual Age for Java optional tasks removed as the required library is no + longer available. -* Testlet (test) optional task removed. +* Testlet (test) optional task removed as the required library is no + longer available. -* Icontract optional task removed. +* IContract optional task removed as the required library is no + longer available. -* Metamata (maudit, mmetrics, and mparse tasks) removed. +* Metamata (maudit, mmetrics, and mparse tasks) removed as the required + library is no longer available. -* Sitraka (jpcoverage, jpcovmerge, jpcovreport) tasks suppressed. +* Sitraka (jpcoverage, jpcovmerge, jpcovreport) tasks suppressed as the + required library is no longer available. * used \r (Mac) line endings on OS X, whose proper line separator is \n (Unix). Bugzilla report 39585.