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 17:22:29 UTC

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

Repository: flex-utilities
Updated Branches:
  refs/heads/develop 73e4a8edb -> fd2ca78d1


Revert "add md5 target"

This reverts commit afa10c78af831386afa5b14a8ef0e68d5e7b6d51.


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

Branch: refs/heads/develop
Commit: fd2ca78d17c80392337aa28fb1886706859c70fc
Parents: 73e4a8e
Author: Alex Harui <ah...@apache.org>
Authored: Wed Nov 5 08:19:48 2014 -0800
Committer: Alex Harui <ah...@apache.org>
Committed: Wed Nov 5 08:22:15 2014 -0800

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


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