From a6f974156bd66b234a1eadc995ac72b7968f0dc0 Mon Sep 17 00:00:00 2001 From: Peter Reilly Date: Mon, 30 Jul 2007 17:28:41 +0000 Subject: [PATCH] merge from branch git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@561056 13f79535-47bb-0310-9956-ffa450edef68 --- WHATSNEW | 3 +++ 1 file changed, 3 insertions(+) diff --git a/WHATSNEW b/WHATSNEW index a73e22a26..1ed4353a7 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -38,6 +38,9 @@ Changes that could break older environments: * with fork now returns gives -1 instead of 0 as result when failonerror is false and some exception (including timeout) occurs. Br 42377. +* ant-type attribute has been marked as deprecated and a warning has been + issued if it is encountered in the build file. + Fixed bugs: ----------- * Regression: Locator fails with URI encoding problem when spaces in path