--- index.html	Thu Dec 14 20:55:10 2000
+++ index.html.mod	Thu Dec 14 20:42:00 2000
@@ -2969,17 +2969,11 @@
 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 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>
-  <li>jikes (the <a
-    href="http://oss.software.ibm.com/developerworks/opensource/jikes/project">Jikes</a>
-    compiler)</li>
-  <li>jvc (the Command-Line Compiler from Microsoft's SDK for Java /
-    Visual J++)</li>
-</ul>
-<p>For JDK 1.1/1.2 is classic the default. For JDK 1.3 is modern the default.</p>
+&quot;compiler&quot; attribute (see table). The compiler can also be chosen 
+using the &quot;build.compiler&quot; property. The attribute over-rides the
+property. See &quot;compiler&quot; for
+a list of possible values. For JDK 1.1/1.2 is classic the default. For JDK 
+1.3 is modern the default.</p>
 <h3>Parameters</h3>
 <table border="1" cellpadding="2" cellspacing="0">
   <tr>
@@ -3091,6 +3085,39 @@
   <tr>
     <td valign="top">depend</td> <td valign="top">enables dependency
       tracking for compilers that support this (jikes and classic)</td>
+    <td align="center" valign="top">No</td>
+  </tr>
+  <tr>
+    <td valign="top">compiler</td> <td valign="top">
+      The name of the compiler, or the classname of the
+      <code>CompilerAdapter</code> to use. In the case of the compiler's
+      name, there are four choices:
+      <ul>
+        <li>classic, javac1.1 or javac1.2 (the standard compiler of JDK
+          1.1/1.2)
+        <li>modern or javac1.3 (the new compiler from JDK 1.3)
+        <li>jikes (the <a 
+          href="http://oss.software.ibm.com/developerworks/opensource/jikes/project">Jikes</a>
+          compiler)
+        <li>jvc or microsoft (the Command-Line Compiler from Microsoft's
+          SKD for Java / Visual J++)
+      </ul>
+      In the case of a classname, it needs to be a fully quallified class
+      that implements the <code>CompilerAdapter</code> interface (see
+      source code).
+      </td>
+    <td align="center" valign="top">No</td>
+  </tr>
+  <tr>
+    <td valign="top">includeAntRuntime</td> 
+    <td valign="top">whether or not to include the ant runtime libraries.
+      Default is no.</td>
+    <td align="center" valign="top">No</td>
+  </tr>
+  <tr>
+    <td valign="top">includeJavaRuntim</td> 
+    <td valign="top">whether or not to include the default runtime
+      libraries from the executing virtual machine. Default is no.</td>
     <td align="center" valign="top">No</td>
   </tr>
 </table>
