mirror of https://github.com/apache/lucene.git
- Changed javac.home property from './' to '.' in order to change 'JavaCC
Zip: .//lib/JavaCC.zip' message to 'JavaCC Zip: ./lib/JavaCC.zip'. git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149660 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
0d109d7705
commit
808075c073
|
@ -50,7 +50,7 @@ junit.classes = ${build.dir}/unit-classes
|
|||
junit.reports = ${build.dir}/unit-reports
|
||||
|
||||
# Home directory of JavaCC
|
||||
javacc.home = ./
|
||||
javacc.home = .
|
||||
javacc.zip.dir = ${javacc.home}/lib
|
||||
javacc.zip = ${javacc.zip.dir}/JavaCC.zip
|
||||
|
||||
|
|
Loading…
Reference in New Issue