mirror of https://github.com/apache/lucene.git
LUCENE-3006: specialized definition of javadoc.classpath is not required for building ICU analysis module's javadocs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1088063 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
db6d7ed780
commit
c613d642a0
|
@ -141,14 +141,6 @@ are part of the ICU4C package. See http://site.icu-project.org/ </echo>
|
|||
<target name="javadocs" depends="compile-core">
|
||||
<sequential>
|
||||
<mkdir dir="${javadoc.dir}/contrib-${name}"/>
|
||||
<path id="javadoc.classpath">
|
||||
<path refid="classpath"/>
|
||||
<pathelement location="${ant.home}/lib/ant.jar"/>
|
||||
<fileset dir=".">
|
||||
<exclude name="build/**/*.jar"/>
|
||||
<include name="**/lib/*.jar"/>
|
||||
</fileset>
|
||||
</path>
|
||||
<invoke-javadoc
|
||||
destdir="${javadoc.dir}/contrib-${name}"
|
||||
title="${Name} ${version} contrib-${name} API">
|
||||
|
|
Loading…
Reference in New Issue