diff mx/suite.py @ 21716:2f9e4d984d16

Give languages a chance to do implicit exports. Prefer explicit exports over implicit ones.
author Jaroslav Tulach <jaroslav.tulach@oracle.com>
date Thu, 04 Jun 2015 08:08:05 +0200
parents 454a99ca00a9
children d915361cc3a1
line wrap: on
line diff
--- a/mx/suite.py	Thu Jun 04 01:00:44 2015 +0200
+++ b/mx/suite.py	Thu Jun 04 08:08:05 2015 +0200
@@ -1085,6 +1085,7 @@
       ],
       "checkstyle" : "com.oracle.graal.graph",
       "javaCompliance" : "1.7",
+      "annotationProcessors" : ["com.oracle.truffle.dsl.processor"],
       "workingSets" : "API,Truffle,Test",
       "jacoco" : "exclude",
     },