You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@lucene.apache.org by ho...@apache.org on 2006/11/19 23:28:41 UTC

svn commit: r476955 - /lucene/java/trunk/BUILD.txt

Author: hossman
Date: Sun Nov 19 14:28:41 2006
New Revision: 476955

URL: http://svn.apache.org/viewvc?view=rev&rev=476955
Log:
minor doc fix for LUCENE-661

Modified:
    lucene/java/trunk/BUILD.txt

Modified: lucene/java/trunk/BUILD.txt
URL: http://svn.apache.org/viewvc/lucene/java/trunk/BUILD.txt?view=diff&rev=476955&r1=476954&r2=476955
==============================================================================
--- lucene/java/trunk/BUILD.txt (original)
+++ lucene/java/trunk/BUILD.txt Sun Nov 19 14:28:41 2006
@@ -77,9 +77,10 @@
 After JavaCC is installed, create a build.properties file
 (as in step 2), and add the line
 
-  javacc.home=/javacc/bin
+  javacc.home=/javacc
 
-where this points to the bin directory of your javacc installation.
+where this points to the root directory of your javacc installation
+(the directory that contains bin/lib/javacc.jar).
 
 Step 4) Run ant