You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Dawid Weiss (Resolved) (JIRA)" <ji...@apache.org> on 2012/04/14 21:23:17 UTC

[jira] [Resolved] (LUCENE-3984) Add a target to recalculate SHA1 checksums for JAR

     [ https://issues.apache.org/jira/browse/LUCENE-3984?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dawid Weiss resolved LUCENE-3984.
---------------------------------

    Resolution: Fixed
    
> 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
>             Fix For: 4.0
>
>
> 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: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org