diff mxtool/mx_findbugs.py @ 22084:0defcb691fe2

mx: removed redundant definitions for JUNIT, HAMCREST and CHECKSTYLE libraries
author Doug Simon <doug.simon@oracle.com>
date Thu, 25 Jun 2015 10:26:48 +0200
parents 434fbaaf53d7
children
line wrap: on
line diff
--- a/mxtool/mx_findbugs.py	Wed Jun 24 20:52:38 2015 +0200
+++ b/mxtool/mx_findbugs.py	Thu Jun 25 10:26:48 2015 +0200
@@ -51,7 +51,7 @@
         if not exists(findbugsLib):
             tmp = tempfile.mkdtemp(prefix='findbugs-download-tmp', dir=mx._mx_suite.dir)
             try:
-                findbugsDist = mx.library('MX_FINDBUGS_DIST').get_path(resolve=True)
+                findbugsDist = mx.library('FINDBUGS_DIST').get_path(resolve=True)
                 with zipfile.ZipFile(findbugsDist) as zf:
                     candidates = [e for e in zf.namelist() if e.endswith('/lib/findbugs.jar')]
                     assert len(candidates) == 1, candidates