From fd52d72c61d08dec39e4aa1fe6554b2783c4db4a Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Wed, 24 Feb 2010 16:57:45 +0000 Subject: [PATCH] used to be called for a few days. PR 48809 git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@915868 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/properties.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manual/properties.html b/docs/manual/properties.html index e4f5b1a46..d7efc8e30 100644 --- a/docs/manual/properties.html +++ b/docs/manual/properties.html @@ -327,7 +327,7 @@ public void setAttr(Resource r) { ... }

If/Unless Attributes

The <target> element and various tasks (such as - <exit>) and task elements (such as <test> + <fail>) and task elements (such as <test> in <junit>) support if and unless attributes which can be used to control whether the item is run or otherwise takes effect.