From 92af47011816c4867e1e2d84de41b477e74f40b6 Mon Sep 17 00:00:00 2001 From: Gintas Grigelionis Date: Wed, 28 Feb 2018 23:18:08 +0100 Subject: [PATCH] Make sense --- manual/Tasks/antversion.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manual/Tasks/antversion.html b/manual/Tasks/antversion.html index f7cc4a1aa..250fbe4a0 100644 --- a/manual/Tasks/antversion.html +++ b/manual/Tasks/antversion.html @@ -70,7 +70,7 @@ specific Ant version (when used as condition). Since Ant 1.6.0 or higher. Otherwise the property remains unset.

<antversion property="ant-is-exact-7" exactly="1.7.0"/>
-

Sets the property ant-is-exact-7 if Ant 1.7.0 is running. Neither 1.6.5 nor 1.7.0 +

Sets the property ant-is-exact-7 if Ant 1.7.0 is running. Neither 1.6.5 nor 1.7.1 would match.