You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by mb...@apache.org on 2006/04/11 20:51:22 UTC

svn commit: r393292 - /ant/core/trunk/docs/manual/running.html

Author: mbenson
Date: Tue Apr 11 11:51:20 2006
New Revision: 393292

URL: http://svn.apache.org/viewcvs?rev=393292&view=rev
Log:
document ant.build.source/target in running.html#sysprops

Modified:
    ant/core/trunk/docs/manual/running.html

Modified: ant/core/trunk/docs/manual/running.html
URL: http://svn.apache.org/viewcvs/ant/core/trunk/docs/manual/running.html?rev=393292&r1=393291&r2=393292&view=diff
==============================================================================
--- ant/core/trunk/docs/manual/running.html (original)
+++ ant/core/trunk/docs/manual/running.html Tue Apr 11 11:51:20 2006
@@ -236,6 +236,16 @@
   <th>description</th>
 </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>
   <td><code>ant.executor.class</code></td>
   <td>classname; default is org. apache. tools. ant. helper. DefaultExecutor</td>
   <td><b>Since Ant 1.6.3</b> Ant will delegate Target invocation to the
@@ -530,7 +540,7 @@
 
 <br>
 <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>
 
 </body>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org