minor doc fix for LUCENE-661

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@476955 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Chris M. Hostetter 2006-11-19 22:28:41 +00:00
parent f5661f7c58
commit bce2a5d321
1 changed files with 3 additions and 2 deletions

View File

@ -77,9 +77,10 @@ location on your file system.
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