Repository: ant-antlibs-common
Updated Branches:
  refs/heads/master fd08ec26d -> df8327ba2


stop creating md5 and sha1 checksums


Project: http://git-wip-us.apache.org/repos/asf/ant-antlibs-common/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/ant-antlibs-common/commit/df8327ba
Tree: http://git-wip-us.apache.org/repos/asf/ant-antlibs-common/tree/df8327ba
Diff: http://git-wip-us.apache.org/repos/asf/ant-antlibs-common/diff/df8327ba

Branch: refs/heads/master
Commit: df8327ba281128bd77e5738013edf51f6be4ba9f
Parents: fd08ec2
Author: Stefan Bodewig <[email protected]>
Authored: Sat Jun 16 15:48:28 2018 +0200
Committer: Stefan Bodewig <[email protected]>
Committed: Sat Jun 16 15:48:28 2018 +0200

----------------------------------------------------------------------
 build.xml        | 6 ------
 common-tasks.xml | 6 ------
 2 files changed, 12 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ant-antlibs-common/blob/df8327ba/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index 08f3b47..0a0564b 100644
--- a/build.xml
+++ b/build.xml
@@ -385,8 +385,6 @@
       <fileset dir="${dist.base.binaries}/">
         <include name="**/*"/>
         <exclude name="**/*.asc"/>
-        <exclude name="**/*.md5"/>
-        <exclude name="**/*.sha1"/>
         <exclude name="**/*.sha512"/>
       </fileset>
     </checksums>
@@ -417,8 +415,6 @@
       <fileset dir="${dist.base.source}/">
         <include name="**/*"/>
         <exclude name="**/*.asc"/>
-        <exclude name="**/*.md5"/>
-        <exclude name="**/*.sha1"/>
         <exclude name="**/*.sha512"/>
       </fileset>
     </checksums>
@@ -553,8 +549,6 @@
       <fileset dir="${dist.base.binaries}/">
         <include name="**/*-withdeps*"/>
         <exclude name="**/*.asc"/>
-        <exclude name="**/*.md5"/>
-        <exclude name="**/*.sha1"/>
         <exclude name="**/*.sha512"/>
       </fileset>
     </checksums>

http://git-wip-us.apache.org/repos/asf/ant-antlibs-common/blob/df8327ba/common-tasks.xml
----------------------------------------------------------------------
diff --git a/common-tasks.xml b/common-tasks.xml
index 9922f23..1ac063d 100644
--- a/common-tasks.xml
+++ b/common-tasks.xml
@@ -31,12 +31,6 @@
   <macrodef name="checksums">
     <element name="resources" implicit="true"/>
     <sequential>
-      <checksum algorithm="md5">
-        <resources/>
-      </checksum>
-      <checksum algorithm="sha1">
-        <resources/>
-      </checksum>
       <checksum fileext=".sha512" algorithm="sha-512">
         <resources/>
       </checksum>

Reply via email to