LUCENE-4384: add precommit task

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1385053 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Muir 2012-09-15 12:42:21 +00:00
parent 4396168c3e
commit 6730bbb71d
1 changed files with 3 additions and 0 deletions

View File

@ -24,6 +24,9 @@
</subant>
</target>
<target name="precommit" description="Run basic checks before committing"
depends="check-svn-working-copy,validate,javadocs-lint"/>
<target name="test" description="Test both Lucene and Solr">
<sequential>
<subant target="test" inheritall="false" failonerror="true">