Browse Source

Java versions: Remove 1.1, add 1.5 .

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277745 13f79535-47bb-0310-9956-ffa450edef68
master
Matthew Jason Benson 20 years ago
parent
commit
756f96fdf3
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      docs/manual/using.html

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

@@ -262,7 +262,7 @@ ant.version the version of Ant
ant.project.name the name of the project that is currently executing;
it is set in the name attribute of <project>.
ant.java.version the JVM version Ant detected; currently it can hold
the values "1.1", "1.2", "1.3" and "1.4".
the values "1.2", "1.3", "1.4" and "1.5".
</pre>

<a name="example"><h3>Example Buildfile</h3></a>


Loading…
Cancel
Save