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.