You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by hi...@apache.org on 2017/07/11 20:09:32 UTC

ant-ivyde git commit: try to fix the checksum check (might be sensitive to the file name case)

Repository: ant-ivyde
Updated Branches:
  refs/heads/master 6480c4830 -> 0d36b49d5


try to fix the checksum check (might be sensitive to the file name case)


Project: http://git-wip-us.apache.org/repos/asf/ant-ivyde/repo
Commit: http://git-wip-us.apache.org/repos/asf/ant-ivyde/commit/0d36b49d
Tree: http://git-wip-us.apache.org/repos/asf/ant-ivyde/tree/0d36b49d
Diff: http://git-wip-us.apache.org/repos/asf/ant-ivyde/diff/0d36b49d

Branch: refs/heads/master
Commit: 0d36b49d55aa80ed8d8df53f6e92f66da097e99f
Parents: 6480c48
Author: Nicolas Lalevée <ni...@hibnet.org>
Authored: Tue Jul 11 22:09:22 2017 +0200
Committer: Nicolas Lalevée <ni...@hibnet.org>
Committed: Tue Jul 11 22:09:22 2017 +0200

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


http://git-wip-us.apache.org/repos/asf/ant-ivyde/blob/0d36b49d/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index 426e203..bbf8363 100644
--- a/build.xml
+++ b/build.xml
@@ -570,7 +570,7 @@ You have to specify the Ivy to install with one of the following property:
     <macrodef name="check-eclipse-download">
         <attribute name="id" />
         <sequential>
-            <echo file="${basedir}/dependencies/${eclipse.download.@{id}.name}.zip.md5" message="${eclipse.download.@{id}.md5}" />
+            <echo file="${basedir}/dependencies/${eclipse.download.@{id}.name}.zip.MD5" message="${eclipse.download.@{id}.md5}" />
             <condition property="eclipse.@{id}.downloaded">
                 <and>
                     <available file="${basedir}/dependencies/${eclipse.download.@{id}.name}.zip" />