mirror of https://github.com/apache/lucene.git
fix the compile target... this never worked for contrib/analyzers before either
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@942262 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
1b020be130
commit
399d373089
|
@ -37,7 +37,7 @@
|
|||
<target name="compile" description="Compile Lucene and Solr">
|
||||
<sequential>
|
||||
<subant target="compile" inheritall="false" failonerror="true">
|
||||
<!--<fileset dir="lucene" includes="build.xml" /> -->
|
||||
<fileset dir="lucene" includes="build.xml" />
|
||||
<fileset dir="modules" includes="build.xml" />
|
||||
<fileset dir="solr" includes="build.xml" />
|
||||
</subant>
|
||||
|
|
|
@ -38,7 +38,8 @@
|
|||
<ant dir="stempel" />
|
||||
</target>
|
||||
|
||||
<target name="default" depends="common,smartcn,stempel" />
|
||||
<target name="default" depends="compile"/>
|
||||
<target name="compile" depends="common,smartcn,stempel" />
|
||||
|
||||
<target name="clean">
|
||||
<ant dir="common" target="clean" />
|
||||
|
|
Loading…
Reference in New Issue