diff mx/suite.py @ 21605:7a7cf422160b

replaced OptionsParsed with DebugInitializationPropertyProvider
author Doug Simon <doug.simon@oracle.com>
date Fri, 29 May 2015 17:23:14 +0200
parents 93f282187d90
children 71b338926f2e
line wrap: on
line diff
--- a/mx/suite.py	Fri May 29 17:01:57 2015 +0200
+++ b/mx/suite.py	Fri May 29 17:23:14 2015 +0200
@@ -173,7 +173,6 @@
       "subDir" : "graal",
       "sourceDirs" : ["src"],
       "dependencies" : [
-        "com.oracle.jvmci.service",
         "com.oracle.jvmci.code"
       ],
       "checkstyle" : "com.oracle.graal.graph",
@@ -518,6 +517,9 @@
       "subDir" : "graal",
       "sourceDirs" : ["src"],
       "checkstyle" : "com.oracle.graal.graph",
+      "dependencies" : [
+        "com.oracle.jvmci.service",
+      ],
       "javaCompliance" : "1.8",
       "workingSets" : "Graal,Debug",
     },
@@ -751,7 +753,6 @@
       "subDir" : "graal",
       "sourceDirs" : ["src"],
       "dependencies" : [
-        "com.oracle.jvmci.runtime",
         "com.oracle.graal.virtual",
         "com.oracle.graal.loop",
       ],