From 756f96fdf3b1e01b2a0ddd5d1051770dec2540f2 Mon Sep 17 00:00:00 2001 From: Matthew Jason Benson Date: Mon, 28 Feb 2005 23:52:48 +0000 Subject: [PATCH] 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 --- docs/manual/using.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manual/using.html b/docs/manual/using.html index 5b43c79d3..ae0e163b4 100644 --- a/docs/manual/using.html +++ b/docs/manual/using.html @@ -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".

Example Buildfile