From 4e21c600551e24367ef738a2abbbe82e82f88c32 Mon Sep 17 00:00:00 2001 From: Maarten Coene Date: Fri, 14 Mar 2014 21:11:08 +0000 Subject: [PATCH] Ivy now requires Java 5 git-svn-id: https://svn.apache.org/repos/asf/ant/ivy/core/trunk@1577709 13f79535-47bb-0310-9956-ffa450edef68 --- README | 2 +- doc/dev.html | 4 ++-- doc/standalone.html | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README b/README index 91c5fa20..68b2769b 100644 --- a/README +++ b/README @@ -4,7 +4,7 @@ Supported Platforms -------------------- -Apache Ivy requires Java level 1.4; it has been tested with Sun Java SDK v1.4.2 +Apache Ivy requires Java level 1.5; it has been tested with Sun Java SDK 1.5.0. Even if not mandatory, Apache Ivy is most of the times used with Apache Ant, for which version 1.6.0 or greater is required. diff --git a/doc/dev.html b/doc/dev.html index d417bbb2..eac77fa1 100644 --- a/doc/dev.html +++ b/doc/dev.html @@ -36,8 +36,8 @@ All you need is We recommend either ant 1.6.5 or 1.7.0
  • junit 3.8.2 jar in your ant lib
  • this is not required if you use ant 1.7 -
  • a jdk 1.4 or greater
  • -Build instructions have been successfully tested with sun jdk 1.4.2, 1.5.0 and 1.6.0 +
  • a jdk 1.5 or greater
  • +Build instructions have been successfully tested with sun jdk 1.5.0 and 1.6.0

    Procedure

    diff --git a/doc/standalone.html b/doc/standalone.html index ec84d006..56ebe03c 100644 --- a/doc/standalone.html +++ b/doc/standalone.html @@ -25,7 +25,7 @@