Author: bodewig
Date: Mon Oct 13 21:05:17 2008
New Revision: 704304

URL: http://svn.apache.org/viewvc?rev=704304&view=rev
Log:
Ant knows Java6 if it sees it

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

Modified: ant/core/trunk/docs/manual/using.html
URL: 
http://svn.apache.org/viewvc/ant/core/trunk/docs/manual/using.html?rev=704304&r1=704303&r2=704304&view=diff
==============================================================================
--- ant/core/trunk/docs/manual/using.html (original)
+++ ant/core/trunk/docs/manual/using.html Mon Oct 13 21:05:17 2008
@@ -317,7 +317,8 @@
                     an <ant> task ...) when invoking the current
                     project.
 ant.java.version    the JVM version Ant detected; currently it can hold
-                    the values "1.2", "1.3", 
"1.4" and "1.5".
+                    the values "1.2", "1.3",
+                    "1.4",  "1.5" and "1.6".
 ant.core.lib        the absolute path of the <code>ant.jar</code> file.
 </pre>
 <p>There is also another property, but this is set by the launcher script and 
therefore


Reply via email to