mirror of https://github.com/apache/lucene.git
SOLR-1411: fix build issue
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@813860 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
59c59cf3f4
commit
f536fe5121
|
@ -358,8 +358,13 @@
|
|||
<target name="test"
|
||||
description="Runs the core unit tests."
|
||||
depends="test-core, test-contrib" />
|
||||
|
||||
<target name="solr-cell-example" depends="compile">
|
||||
<ant antfile="contrib/extraction/build.xml" inheritall="false" target="example" />
|
||||
</target>
|
||||
|
||||
<target name="junit" depends="compileTests">
|
||||
<target name="junit" depends="compileTests,solr-cell-example">
|
||||
|
||||
<!-- no description so it doesn't show up in -projecthelp -->
|
||||
<mkdir dir="${junit.output.dir}"/>
|
||||
|
||||
|
|
Loading…
Reference in New Issue