comparison mx/suite.py @ 18727:03861c619acb

Canonicalize project dependencies.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Fri, 19 Dec 2014 15:05:48 +0100
parents 8153d8cf264c
children 8ac074d3e7c0
comparison
equal deleted inserted replaced
18726:8153d8cf264c 18727:03861c619acb
718 718
719 "com.oracle.graal.phases.common.test" : { 719 "com.oracle.graal.phases.common.test" : {
720 "subDir" : "graal", 720 "subDir" : "graal",
721 "sourceDirs" : ["src"], 721 "sourceDirs" : ["src"],
722 "dependencies" : [ 722 "dependencies" : [
723 "com.oracle.graal.phases.common",
724 "com.oracle.graal.runtime", 723 "com.oracle.graal.runtime",
725 "JUNIT", 724 "JUNIT",
726 ], 725 ],
727 "checkstyle" : "com.oracle.graal.graph", 726 "checkstyle" : "com.oracle.graal.graph",
728 "javaCompliance" : "1.8", 727 "javaCompliance" : "1.8",