summaryrefslogtreecommitdiff
path: root/manual
diff options
context:
space:
mode:
authorJaikiran Pai <jaikiran@apache.org>2020-11-21 12:17:57 +0530
committerJaikiran Pai <jaikiran@apache.org>2020-11-21 12:17:57 +0530
commit079c134fd5df0ded3b2e0c58fce25c40f3f4c144 (patch)
tree9aa36893ea4de5c1d4bc6dbb9ac1360aafbab9b0 /manual
parenta2b9f4c33e244c67831e82b39fd82c4dd440533c (diff)
downloadant-079c134fd5df0ded3b2e0c58fce25c40f3f4c144.tar.gz
Introduce an "atmost" attribute for the javaversion condition
Diffstat (limited to 'manual')
-rw-r--r--manual/Tasks/conditions.html12
1 files changed, 10 insertions, 2 deletions
diff --git a/manual/Tasks/conditions.html b/manual/Tasks/conditions.html
index 846733f58..247f2dd29 100644
--- a/manual/Tasks/conditions.html
+++ b/manual/Tasks/conditions.html
@@ -945,11 +945,19 @@ are supported, the <var>property</var> attribute is redundant and will be ignore
<th scope="col">Required</th>
</tr>
<tr>
- <td>atleast</td>
+ <td class="left">atleast</td>
<td>The version that this JVM is of at least. The format
is <code>major.minor.point</code>. Starting with Java 9 really only the major number is
determined.</td>
- <td rowspan="2">Exactly one of the two</td>
+ <td rowspan="3">Exactly one of the three</td>
+ </tr>
+ <tr>
+ <td>atmost</td>
+ <td class="left">The version that this JVM is of at most. The format
+ is <code>major.minor.point</code>. Starting with Java 9 really only the major number is
+ determined.<br/>
+ <em>Since Ant 1.10.10</em>
+ </td>
</tr>
<tr>
<td>exactly</td>