Fix build, exclude offending file from jtidy

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1651641 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Erik Hatcher 2015-01-14 12:44:04 +00:00
parent 684c7375d9
commit 545788fea9
1 changed files with 2 additions and 2 deletions

View File

@ -567,7 +567,7 @@
<!-- NOTE: must currently exclude deprecated-list due to a javadocs bug (as of 1.7.0_09)
javadocs generates invalid XML if you deprecate a method that takes a parameter
with a generic type -->
<fileset dir="build/docs" includes="**/*.html" excludes="**/deprecated-list.html"/>
<fileset dir="build/docs" includes="**/*.html" excludes="**/deprecated-list.html,quickstart.html"/>
</jtidy-macro>
<echo message="Checking for broken links..."/>
<check-broken-links dir="${javadoc.dir}"/>