LUCENE-3984: use lowercase file extension.

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

View File

@ -164,7 +164,7 @@
</target>
<target name="jar-checksums" description="Recompute SHA1 checksums for all JAR files.">
<checksum algorithm="SHA1">
<checksum algorithm="SHA1" fileext=".sha1">
<fileset dir="${basedir}">
<include name="**/*.jar"/>
</fileset>