comparison mx/suite.py @ 21521:107300758a4e

remove hotspot.sourcegen
author Gilles Duboscq <gilles.m.duboscq@oracle.com>
date Thu, 28 May 2015 16:54:14 +0200
parents cecb4e39521c
children 28cbfacd0518
comparison
equal deleted inserted replaced
21520:b7ac67354c14 21521:107300758a4e
354 "checkstyle" : "com.oracle.graal.graph", 354 "checkstyle" : "com.oracle.graal.graph",
355 "javaCompliance" : "1.8", 355 "javaCompliance" : "1.8",
356 "workingSets" : "Graal,HotSpot", 356 "workingSets" : "Graal,HotSpot",
357 }, 357 },
358 358
359 "com.oracle.graal.hotspot.sourcegen" : {
360 "subDir" : "graal",
361 "sourceDirs" : ["src"],
362 "dependencies" : ["com.oracle.graal.hotspot"],
363 "checkstyle" : "com.oracle.graal.graph",
364 "javaCompliance" : "1.8",
365 "workingSets" : "Graal,HotSpot",
366 },
367
368 "com.oracle.graal.hotspot.jfr" : { 359 "com.oracle.graal.hotspot.jfr" : {
369 "subDir" : "graal", 360 "subDir" : "graal",
370 "sourceDirs" : ["src"], 361 "sourceDirs" : ["src"],
371 "dependencies" : [ 362 "dependencies" : [
372 "com.oracle.graal.hotspot", 363 "com.oracle.graal.hotspot",