mirror of https://github.com/apache/lucene.git
completely untested logic to try to make javadocs work across our rats nest of spatial modules !
This commit is contained in:
parent
586afc3db1
commit
1153264782
|
@ -46,6 +46,16 @@
|
|||
<path refid="test.classpath"/>
|
||||
<pathelement path="${java.class.path}"/>
|
||||
</path>
|
||||
|
||||
<target name="javadocs" depends="javadocs-spatial,compile-core,check-javadocs-uptodate"
|
||||
unless="javadocs-uptodate-${name}">
|
||||
<invoke-module-javadoc>
|
||||
<links>
|
||||
<link href="../spatial"/>
|
||||
</links>
|
||||
</invoke-module-javadoc>
|
||||
</target>
|
||||
|
||||
<target name="compile-test" depends="jar-spatial,compile-test-spatial,common.compile-test" />
|
||||
|
||||
</project>
|
||||
|
|
Loading…
Reference in New Issue