summaryrefslogtreecommitdiff
path: root/manual
diff options
context:
space:
mode:
authorStefan Bodewig <bodewig@apache.org>2016-07-25 12:21:47 +0200
committerStefan Bodewig <bodewig@apache.org>2016-07-25 12:21:47 +0200
commit625d3d371fc6454232e69cb6d0c68373341feb71 (patch)
tree1070373bd079a1ae3d70056391fbc0bd04d76ea8 /manual
parentdda54c698d6c7d0dc9c39a102b5d1ac1f2550a3d (diff)
downloadant-625d3d371fc6454232e69cb6d0c68373341feb71.tar.gz
nobody is going to call Java 9 1.9 anymore
https://bz.apache.org/bugzilla/show_bug.cgi?id=59863
Diffstat (limited to 'manual')
-rw-r--r--manual/Tasks/javac.html3
-rw-r--r--manual/properties.html2
2 files changed, 3 insertions, 2 deletions
diff --git a/manual/Tasks/javac.html b/manual/Tasks/javac.html
index cfddb5821..a5fc56cfc 100644
--- a/manual/Tasks/javac.html
+++ b/manual/Tasks/javac.html
@@ -79,7 +79,8 @@ attribute are:</a></p>
<code>javac1.6</code> and
<code>javac1.7</code> (<em>since Ant 1.8.2</em>) and
<code>javac1.8</code> (<em>since Ant 1.8.3</em>) and</li>
- <code>javac1.9</code> (<em>since Ant 1.9.5</em>) can be used as aliases.</li>
+ <code>javac1.9</code> (<em>since Ant 1.9.5</em>) and</li>
+ <code>javac9</code> (<em>since Ant 1.9.8</em>) can be used as aliases.</li>
<li><code>jikes</code> (the <a
href="http://jikes.sourceforge.net/" target="_top">Jikes</a>
compiler).</li>
diff --git a/manual/properties.html b/manual/properties.html
index 96646e1c9..226972ae0 100644
--- a/manual/properties.html
+++ b/manual/properties.html
@@ -84,7 +84,7 @@ ant.project.invoked-targets
will contain the project's default target in this
case for tasks nested into targets..
ant.java.version the JVM version Ant detected; currently it can hold
- the values &quot;1.9&quot;, &quot;1.8&quot;,
+ the values &quot;9&quot;, &quot;1.8&quot;,
&quot;1.7&quot;, &quot;1.6&quot;, &quot;1.5&quot;,
&quot;1.4&quot;, &quot;1.3&quot; and
&quot;1.2&quot;.