mirror of https://github.com/apache/lucene.git
fix javadocs for uima contrib from top level (copy the hack and comment from analysis-extras)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1304088 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
6df50d5486
commit
c9c1166d07
|
@ -467,6 +467,11 @@
|
|||
<fileset dir="contrib/analysis-extras" includes="build.xml"/>
|
||||
</subant>
|
||||
|
||||
<!-- TODO: optimize this, thats stupid here: -->
|
||||
<subant target="module-jars-to-solr">
|
||||
<fileset dir="contrib/uima" includes="build.xml"/>
|
||||
</subant>
|
||||
|
||||
<path id="javadoc.classpath">
|
||||
<path refid="classpath"/>
|
||||
<fileset dir="${dest}/contrib">
|
||||
|
|
Loading…
Reference in New Issue