comparison 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
comparison
equal deleted inserted replaced
21549:0627ebc2a3ea 21550:f48a6cea31eb
158 "com.oracle.nfi.test" : { 158 "com.oracle.nfi.test" : {
159 "subDir" : "graal", 159 "subDir" : "graal",
160 "sourceDirs" : ["test"], 160 "sourceDirs" : ["test"],
161 "dependencies" : [ 161 "dependencies" : [
162 "com.oracle.nfi", 162 "com.oracle.nfi",
163 "com.oracle.graal.compiler.common", 163 "com.oracle.jvmci.common",
164 "JUNIT", 164 "JUNIT",
165 ], 165 ],
166 "checkstyle" : "com.oracle.graal.graph", 166 "checkstyle" : "com.oracle.graal.graph",
167 "javaCompliance" : "1.7", 167 "javaCompliance" : "1.7",
168 }, 168 },
312 }, 312 },
313 313
314 "com.oracle.graal.hotspotvmconfig.processor" : { 314 "com.oracle.graal.hotspotvmconfig.processor" : {
315 "subDir" : "graal", 315 "subDir" : "graal",
316 "sourceDirs" : ["src"], 316 "sourceDirs" : ["src"],
317 "dependencies" : ["com.oracle.graal.hotspotvmconfig", "com.oracle.graal.compiler.common"], 317 "dependencies" : ["com.oracle.graal.hotspotvmconfig", "com.oracle.jvmci.common"],
318 "checkstyle" : "com.oracle.graal.graph", 318 "checkstyle" : "com.oracle.graal.graph",
319 "javaCompliance" : "1.8", 319 "javaCompliance" : "1.8",
320 "workingSets" : "Graal,HotSpot,Codegen", 320 "workingSets" : "Graal,HotSpot,Codegen",
321 }, 321 },
322 322