From 2c46f2cd58e7e919936792027793c1fe4dedbe87 Mon Sep 17 00:00:00 2001 From: Matthew Jason Benson Date: Mon, 21 Jun 2004 15:06:59 +0000 Subject: [PATCH] Added Since to the description for the "negate" attribute. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276591 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/CoreTypes/propertyset.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/manual/CoreTypes/propertyset.html b/docs/manual/CoreTypes/propertyset.html index 3353579d9..39a505ac7 100644 --- a/docs/manual/CoreTypes/propertyset.html +++ b/docs/manual/CoreTypes/propertyset.html @@ -27,10 +27,11 @@ supports this.

negate - Whether to negate results. If + Whether to negate results. If "true", all properties not - selected by nested elements will be returned. - Default is "false". + selected by nested elements will be returned. Default is + "false". Since Ant 1.6.2 + No