Browse Source

There are four compiler choices, not three.

Submitted by:	Nico Seessle <nico@seessle.de>


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268150 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 25 years ago
parent
commit
5f4068bcc6
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      docs/index.html

+ 1
- 1
docs/index.html View File

@@ -2581,7 +2581,7 @@ want to use default exclusions or not. See the section on <a
href="#directorybasedtasks">directory based tasks</a>, on how the
inclusion/exclusion of files works, and how to write patterns.</p>
<p>It is possible to use different compilers. This can be selected with the
&quot;build.compiler&quot; property. There are three choices:</p>
&quot;build.compiler&quot; property. There are four choices:</p>
<ul>
<li>classic (the standard compiler of JDK 1.1/1.2)</li>
<li>modern (the new compiler of JDK 1.3)</li>


Loading…
Cancel
Save