From 42613f4d35e20911ee0ebff7f0325356273c9b45 Mon Sep 17 00:00:00 2001 From: Peter Reilly Date: Wed, 1 Dec 2004 11:16:41 +0000 Subject: [PATCH] remove mention of issigned task git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277087 13f79535-47bb-0310-9956-ffa450edef68 --- WHATSNEW | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WHATSNEW b/WHATSNEW index 7a94eca26..056ab2ad9 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -89,7 +89,7 @@ Other changes: * has a new "force" attribute that, when true, disables checking of target files. -* Added isSigned condition and task, and signedselector selector +* Added isSigned condition and signedselector selector Bugzilla report 32126. * Added preserveLastModified attribute to signjar task.