Browse Source

Ant knows Java6 if it sees it

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@704304 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 17 years ago
parent
commit
16b8c7f5ba
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      docs/manual/using.html

+ 2
- 1
docs/manual/using.html View File

@@ -317,7 +317,8 @@ ant.project.invoked-targets
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


Loading…
Cancel
Save