mirror of https://github.com/apache/lucene.git
add dependency to prevent javadocs warnings/errors
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1003954 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
0b5bc08643
commit
9de7083de0
|
@ -86,7 +86,7 @@
|
|||
</sequential>
|
||||
</target>
|
||||
|
||||
<target name="javadocs">
|
||||
<target name="javadocs" depends="compile-core">
|
||||
<sequential>
|
||||
<mkdir dir="${javadoc.dir}/contrib-${name}"/>
|
||||
<invoke-javadoc
|
||||
|
|
Loading…
Reference in New Issue