changeset 15697:e563b7668db5

Merge.
author Doug Simon <doug.simon@oracle.com>
date Thu, 15 May 2014 23:12:48 +0200
parents 5f1373b3527d (current diff) 5ec52f033e58 (diff)
children eaeba148bb15
files mxtool/mx.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mxtool/mx.py	Thu May 15 22:47:28 2014 +0200
+++ b/mxtool/mx.py	Thu May 15 23:12:48 2014 +0200
@@ -603,7 +603,7 @@
         if includedInJDK and java().javaCompliance >= JavaCompliance(includedInJDK):
             return None
 
-        return _download_file_with_sha1(self.name, path, self.urls, self.sha1, sha1path, resolve, self.optional)
+        return _download_file_with_sha1(self.name, path, self.urls, self.sha1, sha1path, resolve, not self.optional)
 
     def get_source_path(self, resolve):
         if self.sourcePath is None: