You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by ah...@apache.org on 2014/11/05 08:26:52 UTC

git commit: [flex-utilities] [refs/heads/develop] - add md5 target

Repository: flex-utilities
Updated Branches:
  refs/heads/develop a478d1674 -> afa10c78a


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/afa10c78
Tree: http://git-wip-us.apache.org/repos/asf/flex-utilities/tree/afa10c78
Diff: http://git-wip-us.apache.org/repos/asf/flex-utilities/diff/afa10c78

Branch: refs/heads/develop
Commit: afa10c78af831386afa5b14a8ef0e68d5e7b6d51
Parents: a478d16
Author: Alex Harui <ah...@apache.org>
Authored: Tue Nov 4 23:26:19 2014 -0800
Committer: Alex Harui <ah...@apache.org>
Committed: Tue Nov 4 23:26:19 2014 -0800

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


http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/afa10c78/TourDeFlex/TourDeFlex3/build.xml
----------------------------------------------------------------------
diff --git a/TourDeFlex/TourDeFlex3/build.xml b/TourDeFlex/TourDeFlex3/build.xml
index 3186ccb..352c3e4 100644
--- a/TourDeFlex/TourDeFlex3/build.xml
+++ b/TourDeFlex/TourDeFlex3/build.xml
@@ -568,6 +568,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" />