revert development shortcut in build.xml

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1366222 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Uwe Schindler 2012-07-26 22:51:26 +00:00
parent 92e5c35bc3
commit 10a3d8cfdd
1 changed files with 1 additions and 1 deletions

View File

@ -239,7 +239,7 @@
<target name="javadocs" description="Generate javadoc" depends="javadocs-lucene-core, javadocs-modules, javadocs-test-framework"/>
<!-- we check for broken links across all documentation -->
<target name="javadocs-lint" >
<target name="javadocs-lint" depends="documentation">
<sequential>
<check-broken-links dir="build/docs"/>
<!-- TODO: change this level=class -->