From 27b05ac9710fa47c3c15fcddd6de8c94abaa5772 Mon Sep 17 00:00:00 2001 From: Uwe Schindler Date: Fri, 2 Oct 2009 21:19:25 +0000 Subject: [PATCH] Java 1.4 -> 1.5 git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@821171 13f79535-47bb-0310-9956-ffa450edef68 --- BUILD.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/BUILD.txt b/BUILD.txt index 4feaeaa5efd..2436dc2aecc 100644 --- a/BUILD.txt +++ b/BUILD.txt @@ -3,19 +3,19 @@ Lucene Build Instructions $Id$ Basic steps: - 0) Install JDK 1.4 (or greater), Ant 1.6.3 (or greater) + 0) Install JDK 1.5 (or greater), Ant 1.6.3 (or greater) 1) Download Lucene from Apache and unpack it 2) Connect to the top-level of your Lucene installation 3) Install JavaCC (optional) 4) Run ant -Step 0) Set up your development environment (JDK 1.4 or greater, +Step 0) Set up your development environment (JDK 1.5 or greater, Ant 1.6.3 or greater) We'll assume that you know how to get and set up the JDK - if you don't, then we suggest starting at http://java.sun.com and learning more about Java, before returning to this README. Lucene runs with -JDK 1.4 and later. +JDK 1.5 and later. Like many Open Source java projects, Lucene uses Apache Ant for build control. Specifically, you MUST use Ant version 1.6.3 or greater.