You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by jm...@apache.org on 2016/03/30 07:13:56 UTC

[26/38] git commit: [flex-utilities] [refs/heads/master] - add md5 target

add md5 target


Project: http://git-wip-us.apache.org/repos/asf/flex-utilities/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-utilities/commit/58d0ea65
Tree: http://git-wip-us.apache.org/repos/asf/flex-utilities/tree/58d0ea65
Diff: http://git-wip-us.apache.org/repos/asf/flex-utilities/diff/58d0ea65

Branch: refs/heads/master
Commit: 58d0ea6571688ba5fc6c9cb14621f6eb96b9b5c9
Parents: 693d14b
Author: Alex Harui <ah...@apache.org>
Authored: Wed Nov 5 08:26:12 2014 -0800
Committer: Alex Harui <ah...@apache.org>
Committed: Wed Nov 5 08:26:12 2014 -0800

----------------------------------------------------------------------
 TourDeFlex/TourDeFlex3/build.xml | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/58d0ea65/TourDeFlex/TourDeFlex3/build.xml
----------------------------------------------------------------------
diff --git a/TourDeFlex/TourDeFlex3/build.xml b/TourDeFlex/TourDeFlex3/build.xml
index a3cbd21..1d92ab0 100644
--- a/TourDeFlex/TourDeFlex3/build.xml
+++ b/TourDeFlex/TourDeFlex3/build.xml
@@ -621,6 +621,12 @@
          </zip>
 	</target>
    
+   <target name="create-md5" >
+       <echo message="Generating MD5 hashes for release artifacts"/>
+       <checksum algorithm="md5" file="${basedir}/out/apache-flex-tour-de-flex-component-explorer-${version}-src.tar.gz" forceOverwrite="yes"/>
+       <checksum algorithm="md5" file="${basedir}/out/apache-flex-tour-de-flex-component-explorer-${version}-src.zip" forceOverwrite="yes"/>
+   </target>
+
     <target name="clean" description="clean up">
     	<delete>
     		<fileset dir="${basedir}" includes="**/*.swf" />