# HG changeset patch # User Doug Simon # Date 1437682677 -7200 # Node ID 6154850c82d19d974183485644005a45eb51a8cb # Parent 782394d3d465270b6faf6e1466fd5f4ff957f0d0 inter-suite library references must use qualified form diff -r 782394d3d465 -r 6154850c82d1 mx.graal/suite.py --- a/mx.graal/suite.py Thu Jul 23 18:31:44 2015 +0200 +++ b/mx.graal/suite.py Thu Jul 23 22:17:57 2015 +0200 @@ -6,7 +6,7 @@ "suites": [ { "name" : "jvmci", - "version" : "ccee68149d93d01cb4be55623aa3d123e9530970", + "version" : "9e49e61995d6408db1d2f2399f6c4a96e26b7c90", "urls" : [ {"url" : "https://lafo.ssw.uni-linz.ac.at/hg/graal-jvmci-8", "kind" : "hg"}, {"url" : "http://lafo.ssw.uni-linz.ac.at/nexus/content/repositories/snapshots", "kind" : "binary"}, @@ -14,7 +14,7 @@ }, { "name" : "truffle", - "version" : "8dcb99fb00d7a913964b067d048a210b94dd27a6", + "version" : "237f34c6d7bd433e5dd687ada51463f42a24a74d", "urls" : [ {"url" : "https://lafo.ssw.uni-linz.ac.at/hg/truffle-mx2", "kind" : "hg"}, {"url" : "http://lafo.ssw.uni-linz.ac.at/nexus/content/repositories/snapshots", "kind" : "binary"}, @@ -83,7 +83,7 @@ "dependencies" : [ "com.oracle.nfi", "jvmci:JVMCI_API", - "JUNIT", + "mx:JUNIT", ], "checkstyle" : "com.oracle.graal.graph", "javaCompliance" : "1.7", @@ -146,7 +146,7 @@ "subDir" : "graal", "sourceDirs" : ["src"], "dependencies" : [ - "JUNIT", + "mx:JUNIT", "com.oracle.graal.api.runtime", ], "checkstyle" : "com.oracle.graal.graph", @@ -283,7 +283,7 @@ "sourceDirs" : ["src"], "checkstyle" : "com.oracle.graal.graph", "dependencies" : [ - "JUNIT", + "mx:JUNIT", "com.oracle.graal.graph", ], "annotationProcessors" : ["GRAAL_NODEINFO_PROCESSOR"], @@ -385,7 +385,7 @@ "subDir" : "graal", "sourceDirs" : ["src"], "dependencies" : [ - "JUNIT", + "mx:JUNIT", "com.oracle.graal.lir", ], "checkstyle" : "com.oracle.graal.graph", @@ -556,7 +556,7 @@ "sourceDirs" : ["src"], "dependencies" : [ "com.oracle.graal.runtime", - "JUNIT", + "mx:JUNIT", ], "checkstyle" : "com.oracle.graal.graph", "javaCompliance" : "1.8", @@ -746,7 +746,7 @@ "subDir" : "graal", "sourceDirs" : ["src"], "dependencies" : [ - "JUNIT", + "mx:JUNIT", ], "checkstyle" : "com.oracle.graal.graph", "javaCompliance" : "1.8",