mirror of https://github.com/apache/lucene.git
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:
parent
16cd5c5b93
commit
867404cdde
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue