fix bug in benchmark build: change a file in lucene, it doesnt know

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@993408 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Muir 2010-09-07 16:04:54 +00:00
parent a9429d0751
commit a579dd7d56
1 changed files with 1 additions and 1 deletions

View File

@ -255,6 +255,6 @@
</subant>
</target>
<target name="init" depends="common.init,compile-demo,compile-memory,compile-highlighter,compile-analyzers-common"/>
<target name="init" depends="contrib-build.init,compile-demo,compile-memory,compile-highlighter,compile-analyzers-common"/>
</project>