comparison mx.graal/suite.py @ 22279:9281a2548635

removed duplicate "annotationProcessors" attribute
author Doug Simon <doug.simon@oracle.com>
date Tue, 21 Jul 2015 17:59:16 +0200
parents 06cb94e7c5c4
children 929407da7b38
comparison
equal deleted inserted replaced
22278:06cb94e7c5c4 22279:9281a2548635
669 "sourceDirs" : ["src"], 669 "sourceDirs" : ["src"],
670 "dependencies" : [ 670 "dependencies" : [
671 "com.oracle.graal.compiler", 671 "com.oracle.graal.compiler",
672 "com.oracle.graal.lir.sparc" 672 "com.oracle.graal.lir.sparc"
673 ], 673 ],
674 "annotationProcessors" : ["com.oracle.graal.compiler.match.processor"],
675 "checkstyle" : "com.oracle.graal.graph", 674 "checkstyle" : "com.oracle.graal.graph",
676 "annotationProcessors" : [ 675 "annotationProcessors" : [
677 "GRAAL_NODEINFO_PROCESSOR", 676 "GRAAL_NODEINFO_PROCESSOR",
678 "GRAAL_COMPILER_MATCH_PROCESSOR" 677 "GRAAL_COMPILER_MATCH_PROCESSOR"
679 ], 678 ],