Add javadocs-test-framework target for Jenkins builds

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1146430 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Steven Rowe 2011-07-13 20:43:58 +00:00
parent ddc63adcfd
commit 54c5bde246
1 changed files with 5 additions and 0 deletions

View File

@ -148,6 +148,11 @@
<contrib-crawl target="test" failonerror="true"/>
</target>
<!-- test-framework targets -->
<target name="javadocs-test-framework"> <!-- Called from Jenkins build script -->
<ant dir="test-framework" target="javadocs" inheritAll="false"/>
</target>
<!-- Webapp targets -->
<target name="test-jsp">
<ant dir="webapp" target="test" inheritall="false">