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:
Robert Muir 2010-05-07 22:51:45 +00:00
parent 1b020be130
commit 399d373089
2 changed files with 3 additions and 2 deletions

View File

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

View File

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