exclude md5 files from License check

Project: http://git-wip-us.apache.org/repos/asf/ant-ivy/repo
Commit: http://git-wip-us.apache.org/repos/asf/ant-ivy/commit/0164b8d4
Tree: http://git-wip-us.apache.org/repos/asf/ant-ivy/tree/0164b8d4
Diff: http://git-wip-us.apache.org/repos/asf/ant-ivy/diff/0164b8d4

Branch: refs/heads/master
Commit: 0164b8d4d9355c54d85ddd75cad6d7e0442d314d
Parents: 8d01a8d
Author: Nicolas Lalevée <nicolas.lale...@hibnet.org>
Authored: Wed Apr 11 14:42:11 2018 +0200
Committer: Nicolas Lalevée <nicolas.lale...@hibnet.org>
Committed: Wed Apr 11 14:42:11 2018 +0200

----------------------------------------------------------------------
 build-release.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ant-ivy/blob/0164b8d4/build-release.xml
----------------------------------------------------------------------
diff --git a/build-release.xml b/build-release.xml
index 93406ac..71856be 100644
--- a/build-release.xml
+++ b/build-release.xml
@@ -493,6 +493,7 @@
                 <exclude name=".ivy2/**/*"/>
                 <exclude name="build/**/*"/>
                 <exclude name="bin/**/*"/>
+                <exclude name="**/*.md5"/>
                 <exclude name="**/*.sha1"/>
                 <exclude name="**/*.sha512"/>
                 <exclude name="**/*.txt"/>

Reply via email to