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:
Grant Ingersoll 2009-09-11 14:45:51 +00:00
parent 59c59cf3f4
commit f536fe5121
1 changed files with 6 additions and 1 deletions

View File

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