mx/suite.py
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/mx/suite.py	Fri Nov 14 23:18:02 2014
--- new/mx/suite.py	Fri Nov 14 23:18:02 2014

*** 367,377 **** --- 367,376 ---- "com.oracle.graal.hotspot.amd64" : { "subDir" : "graal", "sourceDirs" : ["src"], "dependencies" : [ "com.oracle.graal.compiler.amd64", "com.oracle.graal.hotspot", "com.oracle.graal.replacements.amd64", ], "checkstyle" : "com.oracle.graal.graph", "annotationProcessors" : ["com.oracle.graal.service.processor"], "javaCompliance" : "1.8",
*** 630,640 **** --- 629,641 ---- }, "com.oracle.graal.replacements.amd64" : { "subDir" : "graal", "sourceDirs" : ["src"], - "dependencies" : ["com.oracle.graal.replacements"], + "com.oracle.graal.hotspot" + ], "checkstyle" : "com.oracle.graal.graph", "javaCompliance" : "1.8", "annotationProcessors" : ["com.oracle.graal.service.processor"], "workingSets" : "Graal,Replacements,AMD64", },

mx/suite.py
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File