comparison mx/suite.py @ 21411:082417ac43e4

removed com.oracle.graal.hotspot.server and uses of Serializable it depended upon (JBS:GRAAL-53)
author Doug Simon <doug.simon@oracle.com>
date Mon, 18 May 2015 14:55:32 +0200
parents 42653f9ff18b
children fb17e716b03c
comparison
equal deleted inserted replaced
21410:84b3d688ea83 21411:082417ac43e4
404 "annotationProcessors" : ["com.oracle.graal.service.processor", "com.oracle.graal.compiler.match.processor"], 404 "annotationProcessors" : ["com.oracle.graal.service.processor", "com.oracle.graal.compiler.match.processor"],
405 "javaCompliance" : "1.8", 405 "javaCompliance" : "1.8",
406 "workingSets" : "Graal,HotSpot,SPARC", 406 "workingSets" : "Graal,HotSpot,SPARC",
407 }, 407 },
408 408
409 "com.oracle.graal.hotspot.server" : {
410 "subDir" : "graal",
411 "sourceDirs" : ["src"],
412 "dependencies" : ["com.oracle.graal.hotspot"],
413 "checkstyle" : "com.oracle.graal.graph",
414 "javaCompliance" : "1.8",
415 "workingSets" : "Graal,HotSpot",
416 },
417
418 "com.oracle.graal.hotspot.test" : { 409 "com.oracle.graal.hotspot.test" : {
419 "subDir" : "graal", 410 "subDir" : "graal",
420 "sourceDirs" : ["src"], 411 "sourceDirs" : ["src"],
421 "dependencies" : [ 412 "dependencies" : [
422 "com.oracle.graal.replacements.test", 413 "com.oracle.graal.replacements.test",