mirror of https://github.com/apache/lucene.git
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:
parent
92e5c35bc3
commit
10a3d8cfdd
|
@ -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 -->
|
||||
|
|
Loading…
Reference in New Issue