You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by no...@apache.org on 2016/04/07 22:29:46 UTC

[14/50] [abbrv] lucene-solr:apiv2: completely untested logic to try to make javadocs work across our rats nest of spatial modules !

completely untested logic to try to make javadocs work across our rats nest of spatial modules !


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/2af578e1
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/2af578e1
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/2af578e1

Branch: refs/heads/apiv2
Commit: 2af578e16774ccbdc00a1414ad7d14180ce6a24e
Parents: f8ae0d0
Author: Robert Muir <rm...@apache.org>
Authored: Thu Mar 31 22:00:16 2016 -0400
Committer: Robert Muir <rm...@apache.org>
Committed: Thu Mar 31 22:00:49 2016 -0400

----------------------------------------------------------------------
 lucene/sandbox/build.xml | 10 ++++++++++
 1 file changed, 10 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/2af578e1/lucene/sandbox/build.xml
----------------------------------------------------------------------
diff --git a/lucene/sandbox/build.xml b/lucene/sandbox/build.xml
index d53a6ac..4323241 100644
--- a/lucene/sandbox/build.xml
+++ b/lucene/sandbox/build.xml
@@ -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>