remove from jenkins

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene4335@1506510 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Muir 2013-07-24 12:07:07 +00:00
parent 16cd5c5b93
commit 867404cdde
1 changed files with 2 additions and 2 deletions

View File

@ -383,7 +383,7 @@
</target>
<!-- Jenkins tasks -->
<target name="-jenkins-base" depends="clean,regenerate,test-with-heapdumps,validate,documentation-lint,jar-checksums,-check-after-regeneration"/>
<target name="-jenkins-base" depends="clean,test-with-heapdumps,validate,documentation-lint,jar-checksums,check-svn-working-copy"/>
<target name="jenkins-hourly">
<antcall>
@ -435,7 +435,7 @@
<subant buildpath="." antfile="extra-targets.xml" target="-check-after-regeneration" inheritall="false" failonerror="true"/>
</target>
<!-- nocommit: remove me, just for quickly iterating until we fix the issues -->
<!-- TODO: remove me when jenkins works -->
<target name="regenerateAndCheck" depends="regenerate,-check-after-regeneration"/>
</project>