You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by us...@apache.org on 2019/04/07 12:31:00 UTC

[lucene-solr] 20/34: Fix javadocs build

This is an automated email from the ASF dual-hosted git repository.

uschindler pushed a commit to branch jira/lucene-2562-luke-swing-3
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git

commit 18b28f3dec93851bf9e2a7126e77d2ca7f7dcaa2
Author: Uwe Schindler <us...@apache.org>
AuthorDate: Fri Apr 5 20:57:15 2019 +0200

    Fix javadocs build
---
 lucene/luke/build.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lucene/luke/build.xml b/lucene/luke/build.xml
index aded5b1..d72fb29 100644
--- a/lucene/luke/build.xml
+++ b/lucene/luke/build.xml
@@ -42,7 +42,7 @@
     <path refid="base.classpath"/>
   </path>
 
-  <target name="javadocs" depends="compile-core,check-javadocs-uptodate"
+  <target name="javadocs" depends="compile-core,javadocs-lucene-core,javadocs-analyzers-common,check-javadocs-uptodate"
           unless="javadocs-uptodate-${name}">
     <invoke-module-javadoc>
       <links>