diff mx/suite.py @ 21550:f48a6cea31eb

fixed canonicalizeprojects issues
author Doug Simon <doug.simon@oracle.com>
date Tue, 26 May 2015 12:27:05 +0200
parents 5e868236654f
children 5324104ac4f3
line wrap: on
line diff
--- a/mx/suite.py	Tue May 26 11:42:44 2015 +0200
+++ b/mx/suite.py	Tue May 26 12:27:05 2015 +0200
@@ -160,7 +160,7 @@
       "sourceDirs" : ["test"],
       "dependencies" : [
         "com.oracle.nfi",
-        "com.oracle.graal.compiler.common",
+        "com.oracle.jvmci.common",
         "JUNIT",
       ],
       "checkstyle" : "com.oracle.graal.graph",
@@ -314,7 +314,7 @@
     "com.oracle.graal.hotspotvmconfig.processor" : {
       "subDir" : "graal",
       "sourceDirs" : ["src"],
-      "dependencies" : ["com.oracle.graal.hotspotvmconfig", "com.oracle.graal.compiler.common"],
+      "dependencies" : ["com.oracle.graal.hotspotvmconfig", "com.oracle.jvmci.common"],
       "checkstyle" : "com.oracle.graal.graph",
       "javaCompliance" : "1.8",
       "workingSets" : "Graal,HotSpot,Codegen",