comparison mx/suite.py @ 21602:250fbc03954a

Add missing option processors.
author Roland Schatz <roland.schatz@oracle.com>
date Fri, 29 May 2015 16:15:57 +0200
parents 6fffb62ccb32
children 93f282187d90
comparison
equal deleted inserted replaced
21601:aeb8489242b6 21602:250fbc03954a
182 "com.oracle.jvmci.common", 182 "com.oracle.jvmci.common",
183 "FINDBUGS", 183 "FINDBUGS",
184 ], 184 ],
185 "annotationProcessors" : [ 185 "annotationProcessors" : [
186 "com.oracle.jvmci.hotspotvmconfig.processor", 186 "com.oracle.jvmci.hotspotvmconfig.processor",
187 "com.oracle.jvmci.options.processor",
187 ], 188 ],
188 "checkstyle" : "com.oracle.graal.graph", 189 "checkstyle" : "com.oracle.graal.graph",
189 "javaCompliance" : "1.8", 190 "javaCompliance" : "1.8",
190 "workingSets" : "API,Graal", 191 "workingSets" : "API,Graal",
191 }, 192 },
450 "dependencies" : [ 451 "dependencies" : [
451 "com.oracle.jvmci.options", 452 "com.oracle.jvmci.options",
452 "JUNIT", 453 "JUNIT",
453 ], 454 ],
454 "checkstyle" : "com.oracle.graal.graph", 455 "checkstyle" : "com.oracle.graal.graph",
456 "annotationProcessors" : ["com.oracle.jvmci.options.processor"],
455 "javaCompliance" : "1.8", 457 "javaCompliance" : "1.8",
456 "workingSets" : "Graal", 458 "workingSets" : "Graal",
457 }, 459 },
458 460
459 "com.oracle.graal.nodeinfo" : { 461 "com.oracle.graal.nodeinfo" : {