From 43df3cc6e6674efb3f9b63431fd4d7552b1c4cc3 Mon Sep 17 00:00:00 2001 From: Otis Gospodnetic Date: Wed, 11 Jun 2003 17:43:47 +0000 Subject: [PATCH] - Updated JavaCC references. git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149997 13f79535-47bb-0310-9956-ffa450edef68 --- BUILD.txt | 7 +++---- build.xml | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/BUILD.txt b/BUILD.txt index 801fe5fbb96..ea1ab5063f6 100644 --- a/BUILD.txt +++ b/BUILD.txt @@ -80,11 +80,10 @@ NOTE: the ~ character represents your user account home directory. Step 3) Install JavaCC Building the Lucene distribution from the source requires the JavaCC -parser generator from WebGain, Inc. This software has -a separate license agreement that must be agreed to before you can use -it. The web page for JavaCC is here: +parser generator. This software has a separate license agreement that +must be agreed to before you can use it. The web page for JavaCC is here: - http://www.webgain.com/products/java_cc/ + http://www.experimentalstuff.com/Technologies/JavaCC/ Follow the download links and download the zip file to a temporary location on your file system. Unzip the file and run the large class file diff --git a/build.xml b/build.xml index 096d5e4cb9a..518def5e66c 100644 --- a/build.xml +++ b/build.xml @@ -76,7 +76,7 @@ Please download and install JavaCC 2.0 from: - <http://www.webgain.com/products/java_cc/> + <http://www.experimentalstuff.com/Technologies/JavaCC/> Then, create a build.properties file either in your home directory, or within the Lucene directory and set the javacc.home