disable check for now until jenkins configurations are fixed to not be so slow

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1377738 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Muir 2012-08-27 16:43:56 +00:00
parent 64549e4332
commit 2b1926e4bf
1 changed files with 3 additions and 1 deletions

View File

@ -262,7 +262,9 @@
</target>
<!-- Jenkins tasks -->
<target name="jenkins-hourly" depends="clean,test,validate,-jenkins-javadocs-lint,-svn-status,check-svn-properties"/>
<!-- TODO: figure out how to run check-svn-properties for the various jenkins' that
are configured in slow ways / have slow i/o systems -->
<target name="jenkins-hourly" depends="clean,test,validate,-jenkins-javadocs-lint,-svn-status"/>
<target name="jenkins-clover">
<antcall target="-jenkins-clover">