- 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:
Otis Gospodnetic 2002-01-28 11:54:59 +00:00
parent 0d109d7705
commit 808075c073
1 changed files with 1 additions and 1 deletions

View File

@ -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