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:
Robert Muir 2012-07-20 16:48:02 +00:00
parent 6a4cdbeb05
commit 359850aec5
1 changed files with 2 additions and 1 deletions

View File

@ -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"