Browse Source

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
master
Peter Reilly 21 years ago
parent
commit
a2932b0eda
1 changed files with 2 additions and 6 deletions
  1. +2
    -6
      docs/manual/install.html

+ 2
- 6
docs/manual/install.html View File

@@ -52,13 +52,9 @@ You can then either put the jars from your preferred parser into Ant's

<p>
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.
</p><p>
<strong>Note: </strong>The Microsoft JVM/JDK is not adequate on its own, although the MS
compiler is supported.
<strong>Note: </strong>The Microsoft JVM/JDK is not supported.
</p>
<p>
<strong>Note #2: </strong>If a JDK is not present, only the JRE runtime, then many tasks will not work.


Loading…
Cancel
Save