diff mx/suite.py @ 19050:75da87c96605

initial commit of GraphBuilderPhase plugins
author Doug Simon <doug.simon@oracle.com>
date Sat, 31 Jan 2015 00:30:00 +0100
parents 2358c0e65b9e
children 04a07ceab00d
line wrap: on
line diff
--- a/mx/suite.py	Sat Jan 31 00:19:34 2015 +0100
+++ b/mx/suite.py	Sat Jan 31 00:30:00 2015 +0100
@@ -818,6 +818,7 @@
         "com.oracle.graal.phases",
       ],
       "checkstyle" : "com.oracle.graal.graph",
+      "annotationProcessors" : ["com.oracle.graal.service.processor"],
       "javaCompliance" : "1.8",
       "workingSets" : "Graal,Java",
     },