mirror of https://github.com/apache/lucene.git
LUCENE-4345: link to queries/ javadocs from classification/
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1401351 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
3b7d56d31e
commit
9caa4a68bd
|
@ -41,4 +41,12 @@
|
|||
|
||||
<target name="compile-core" depends="jar-queries,jar-analyzers-common,common.compile-core" />
|
||||
|
||||
<target name="javadocs" depends="javadocs-queries,compile-core">
|
||||
<invoke-module-javadoc>
|
||||
<links>
|
||||
<link href="../queries"/>
|
||||
</links>
|
||||
</invoke-module-javadoc>
|
||||
</target>
|
||||
|
||||
</project>
|
||||
|
|
Loading…
Reference in New Issue