mirror of https://github.com/apache/lucene.git
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:
parent
f5661f7c58
commit
bce2a5d321
|
@ -77,9 +77,10 @@ location on your file system.
|
||||||
After JavaCC is installed, create a build.properties file
|
After JavaCC is installed, create a build.properties file
|
||||||
(as in step 2), and add the line
|
(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
|
Step 4) Run ant
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue