From a2932b0edaac681776228b85c77c537884d4811e Mon Sep 17 00:00:00 2001 From: Peter Reilly Date: Mon, 20 Oct 2003 10:36:27 +0000 Subject: [PATCH] Remove reference to jdk 1.1 PR: 23910 Obtained from: Jose Alberto Fernandez git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275526 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/install.html | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/docs/manual/install.html b/docs/manual/install.html index 7971dcfd0..b30cf7be6 100644 --- a/docs/manual/install.html +++ b/docs/manual/install.html @@ -52,13 +52,9 @@ You can then either put the jars from your preferred parser into Ant's

For the current version of Ant, you will also need a JDK installed on -your system, version 1.1 or later. Some tasks work better on post-1.1 systems; -some tasks only work on Java 1.2 and successors. -A future version of Ant -Ant 2.0- will require JDK 1.2 or later, though -Ant 1.x strives to retain 1.1 compatibility. +your system, version 1.2 or later.

-Note: The Microsoft JVM/JDK is not adequate on its own, although the MS -compiler is supported. +Note: The Microsoft JVM/JDK is not supported.

Note #2: If a JDK is not present, only the JRE runtime, then many tasks will not work.