From 16b8c7f5bae4db4a01d09a5a87ed83cd3d2ea99f Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Tue, 14 Oct 2008 04:05:17 +0000 Subject: [PATCH] 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 --- docs/manual/using.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/manual/using.html b/docs/manual/using.html index 9f938b323..081f9ef37 100644 --- a/docs/manual/using.html +++ b/docs/manual/using.html @@ -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 ant.jar file.

There is also another property, but this is set by the launcher script and therefore