You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by rm...@apache.org on 2012/09/15 14:42:41 UTC

svn commit: r1385054 - in /lucene/dev/branches/branch_4x: ./ build.xml

Author: rmuir
Date: Sat Sep 15 12:42:40 2012
New Revision: 1385054

URL: http://svn.apache.org/viewvc?rev=1385054&view=rev
Log:
LUCENE-4384: add precommit task

Modified:
    lucene/dev/branches/branch_4x/   (props changed)
    lucene/dev/branches/branch_4x/build.xml

Modified: lucene/dev/branches/branch_4x/build.xml
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_4x/build.xml?rev=1385054&r1=1385053&r2=1385054&view=diff
==============================================================================
--- lucene/dev/branches/branch_4x/build.xml (original)
+++ lucene/dev/branches/branch_4x/build.xml Sat Sep 15 12:42:40 2012
@@ -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">