From af007ba13234afc51a113ee612e6abad4642cad1 Mon Sep 17 00:00:00 2001 From: Matthew Jason Benson Date: Mon, 23 May 2005 21:36:42 +0000 Subject: [PATCH] add resourcecount to Resource Collections blurb git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278345 13f79535-47bb-0310-9956-ffa450edef68 --- WHATSNEW | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/WHATSNEW b/WHATSNEW index afc4dee94..3d7c630ad 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -213,7 +213,8 @@ Other changes: * New condition that tests the return-code of an executable. -* Added Resource Collections. +* Added initial support for Resource Collections, including the + resourcecount task. Changes from Ant 1.6.3 to Ant 1.6.4 ===================================