mirror of https://github.com/apache/lucene.git
LUCENE-4237: add build option to build the javadocs index
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1363871 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
6a4cdbeb05
commit
359850aec5
|
@ -144,6 +144,7 @@
|
|||
<property name="javadoc.charset" value="utf-8"/>
|
||||
<property name="javadoc.dir" value="${common.dir}/build/docs"/>
|
||||
<property name="javadoc.maxmemory" value="512m" />
|
||||
<property name="javadoc.noindex" value="true"/>
|
||||
<!-- Javadoc classpath -->
|
||||
<path id="javadoc.classpath">
|
||||
<path refid="classpath"/>
|
||||
|
@ -1414,7 +1415,7 @@ ${tests-output}/junit4-*.suites - per-JVM executed suites
|
|||
encoding="${build.encoding}"
|
||||
charset="${javadoc.charset}"
|
||||
docencoding="${javadoc.charset}"
|
||||
noindex="true"
|
||||
noindex="${javadoc.noindex}"
|
||||
includenosourcepackages="true"
|
||||
author="true"
|
||||
version="true"
|
||||
|
|
Loading…
Reference in New Issue