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:
Steven Rowe 2011-04-02 16:47:24 +00:00
parent db6d7ed780
commit c613d642a0
1 changed files with 0 additions and 8 deletions

View File

@ -141,14 +141,6 @@ are part of the ICU4C package. See http://site.icu-project.org/ </echo>
<target name="javadocs" depends="compile-core"> <target name="javadocs" depends="compile-core">
<sequential> <sequential>
<mkdir dir="${javadoc.dir}/contrib-${name}"/> <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 <invoke-javadoc
destdir="${javadoc.dir}/contrib-${name}" destdir="${javadoc.dir}/contrib-${name}"
title="${Name} ${version} contrib-${name} API"> title="${Name} ${version} contrib-${name} API">