comparison mx.graal/suite.py @ 22180:597ef5b2d9e8

made annotation processors explicit since they are no longer inherited
author Doug Simon <doug.simon@oracle.com>
date Sat, 18 Jul 2015 11:15:54 +0200
parents bc09d5ed9a30
children 275fb0d9c87c
comparison
equal deleted inserted replaced
22179:bc09d5ed9a30 22180:597ef5b2d9e8
758 "truffle:TRUFFLE", 758 "truffle:TRUFFLE",
759 "com.oracle.graal.runtime", 759 "com.oracle.graal.runtime",
760 "com.oracle.graal.replacements", 760 "com.oracle.graal.replacements",
761 ], 761 ],
762 "checkstyle" : "com.oracle.graal.graph", 762 "checkstyle" : "com.oracle.graal.graph",
763 "annotationProcessors" : [
764 "com.oracle.graal.nodeinfo.processor",
765 "com.oracle.graal.replacements.verifier",
766 "jdk.internal.jvmci.options.processor",
767 "jdk.internal.jvmci.service.processor",
768 ],
763 "javaCompliance" : "1.8", 769 "javaCompliance" : "1.8",
764 "workingSets" : "Graal,Truffle", 770 "workingSets" : "Graal,Truffle",
765 "jacoco" : "exclude", 771 "jacoco" : "exclude",
766 }, 772 },
767 773