bodewig 2003/03/19 00:26:20
Modified: docs/manual/CoreTasks Tag: ANT_15_BRANCH javac.html Log: includeJavaRuntime defaults to false. PR: 18053 Revision Changes Path No revision No revision 1.33.2.11 +1 -1 ant/docs/manual/CoreTasks/javac.html Index: javac.html =================================================================== RCS file: /home/cvs/ant/docs/manual/CoreTasks/javac.html,v retrieving revision 1.33.2.10 retrieving revision 1.33.2.11 diff -u -r1.33.2.10 -r1.33.2.11 --- javac.html 12 Feb 2003 14:27:40 -0000 1.33.2.10 +++ javac.html 19 Mar 2003 08:26:20 -0000 1.33.2.11 @@ -262,7 +262,7 @@ <td valign="top">includeJavaRuntime</td> <td valign="top">Whether to include the default run-time libraries from the executing VM in the classpath; - defaults to <code>yes</code>.</td> + defaults to <code>no</code>.</td> <td align="center" valign="top">No</td> </tr> <tr>