diff options
| author | Stefan Bodewig <bodewig@apache.org> | 2016-07-25 12:21:47 +0200 |
|---|---|---|
| committer | Stefan Bodewig <bodewig@apache.org> | 2016-07-25 12:21:47 +0200 |
| commit | 625d3d371fc6454232e69cb6d0c68373341feb71 (patch) | |
| tree | 1070373bd079a1ae3d70056391fbc0bd04d76ea8 /manual | |
| parent | dda54c698d6c7d0dc9c39a102b5d1ac1f2550a3d (diff) | |
| download | ant-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.html | 3 | ||||
| -rw-r--r-- | manual/properties.html | 2 |
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 "1.9", "1.8", + the values "9", "1.8", "1.7", "1.6", "1.5", "1.4", "1.3" and "1.2". |
