LUCENE-3984: Add a target to recalculate SHA1 checksums for JAR (jar-checksums, top-level).

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1326183 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Dawid Weiss 2012-04-14 19:23:09 +00:00
parent 29d790612e
commit 5138a8dd46
1 changed files with 7 additions and 0 deletions

View File

@ -163,4 +163,11 @@
</subant>
</target>
<target name="jar-checksums" description="Recompute SHA1 checksums for all JAR files.">
<checksum algorithm="SHA1">
<fileset dir="${basedir}">
<include name="**/*.jar"/>
</fileset>
</checksum>
</target>
</project>