Add a target to recalculate SHA1 checksums for JAR
--------------------------------------------------
Key: LUCENE-3984
URL: https://issues.apache.org/jira/browse/LUCENE-3984
Project: Lucene - Java
Issue Type: Task
Reporter: Dawid Weiss
Assignee: Dawid Weiss
Priority: Trivial
Something like this. Either top-level or common-build.xml?
{noformat}
<target name="refresh-checksums">
<checksum algorithm="SHA1">
<fileset dir="${basedir}">
<include name="**/*.jar"/>
</fileset>
</checksum>
</target>
{noformat}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]