Repository: ant Updated Branches: refs/heads/master e6ab69873 -> f06f36620
javac1.9 is now a supported "compiler" Project: http://git-wip-us.apache.org/repos/asf/ant/repo Commit: http://git-wip-us.apache.org/repos/asf/ant/commit/f06f3662 Tree: http://git-wip-us.apache.org/repos/asf/ant/tree/f06f3662 Diff: http://git-wip-us.apache.org/repos/asf/ant/diff/f06f3662 Branch: refs/heads/master Commit: f06f366200ffb9b8d450c4ffc4dc940c437f9698 Parents: e6ab698 Author: Stefan Bodewig <[email protected]> Authored: Sat Feb 14 07:56:23 2015 +0100 Committer: Stefan Bodewig <[email protected]> Committed: Sat Feb 14 07:56:23 2015 +0100 ---------------------------------------------------------------------- manual/Tasks/javac.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ant/blob/f06f3662/manual/Tasks/javac.html ---------------------------------------------------------------------- diff --git a/manual/Tasks/javac.html b/manual/Tasks/javac.html index 6c1d4e6..ce54246 100644 --- a/manual/Tasks/javac.html +++ b/manual/Tasks/javac.html @@ -72,13 +72,14 @@ attribute are:</a></p> <li><code>classic</code> (the standard compiler of JDK 1.1/1.2) – <code>javac1.1</code> and <code>javac1.2</code> can be used as aliases.</li> - <li><code>modern</code> (the standard compiler of JDK 1.3/1.4/1.5/1.6/1.7/1.8) – + <li><code>modern</code> (the standard compiler of JDK 1.3 and later) – <code>javac1.3</code> and <code>javac1.4</code> and <code>javac1.5</code> and <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>) can be used as aliases.</li> + <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> <li><code>jikes</code> (the <a href="http://jikes.sourceforge.net/" target="_top">Jikes</a> compiler).</li>
