mirror of https://github.com/apache/lucene.git
build adjustments to allow contrib sub-projects to use JavaCC
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@209182 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
5433a9d324
commit
a8ea081a4d
|
@ -12,6 +12,7 @@
|
|||
<property file="${user.home}/lucene.build.properties"/>
|
||||
<property file="${user.home}/build.properties"/>
|
||||
<property file="${basedir}/build.properties"/>
|
||||
<property file="${common.dir}/build.properties"/>
|
||||
|
||||
<tstamp>
|
||||
<format property="current.year" pattern="yyyy"/>
|
||||
|
@ -37,7 +38,7 @@
|
|||
<property name="build.dir" location="build"/>
|
||||
<property name="dist.dir" location="dist"/>
|
||||
|
||||
<property name="javacc.home" location="."/>
|
||||
<property name="javacc.home" location="${common.dir}"/>
|
||||
|
||||
<property name="junit.output.dir" location="${build.dir}/test"/>
|
||||
<property name="junit.reports" location="${build.dir}/test/reports"/>
|
||||
|
@ -237,6 +238,7 @@
|
|||
<attribute name="target"/>
|
||||
<attribute name="outputDir"/>
|
||||
<sequential>
|
||||
<mkdir dir="@{outputDir}"/>
|
||||
<javacc
|
||||
target="@{target}"
|
||||
outputDirectory="@{outputDir}"
|
||||
|
|
Loading…
Reference in New Issue