Don't delete jetty-start when regenerating sha checksums from ant.

This commit is contained in:
Dawid Weiss 2020-01-16 10:07:01 +01:00 committed by Dawid Weiss
parent 78655239c5
commit 1e4565ce26
1 changed files with 6 additions and 0 deletions

View File

@ -2245,6 +2245,12 @@ ${ant.project.name}.test.dependencies=${test.classpath.list}
<delete>
<fileset dir="@{dstdir}">
<include name="**/*.jar.sha1"/>
<!--
Don't delete jetty-start-* because this isn't regerated by ant (but is generated and validated by
the gradle build).
-->
<exclude name="**/jetty-start-*" />
</fileset>
</delete>