document ant.build.source/target in running.html#sysprops

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@393292 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Matthew Jason Benson 2006-04-11 18:51:20 +00:00
parent eeda02e875
commit 26f9518dda

View File

@ -235,6 +235,16 @@ <h3><a name="sysprops">Java System Properties</a></h3>
<th>valid values /default value</th> <th>valid values /default value</th>
<th>description</th> <th>description</th>
</tr> </tr>
<tr>
<td><code>ant.build.javac.source</code></td>
<td>Source-level version number</td>
<td>Default <em>source</em> value for &lt;javac&gt;/&lt;javadoc&gt;</td>
</tr>
<tr>
<td><code>ant.build.javac.target</code></td>
<td>Class-compatibility version number</td>
<td>Default <em>target</em> value for &lt;javac&gt;</td>
</tr>
<tr> <tr>
<td><code>ant.executor.class</code></td> <td><code>ant.executor.class</code></td>
<td>classname; default is org. apache. tools. ant. helper. DefaultExecutor</td> <td>classname; default is org. apache. tools. ant. helper. DefaultExecutor</td>
@ -530,7 +540,7 @@ <h2><a name="viajava">Running Ant via Java</a></h2>
<br> <br>
<hr> <hr>
<p align="center">Copyright &copy; 2000-2005 The Apache Software Foundation. All rights <p align="center">Copyright &copy; 2000-2006 The Apache Software Foundation. All rights
Reserved.</p> Reserved.</p>
</body> </body>