changeset 22019:74391848e5cb

annotation processor dependencies must be Distributions or Libraries; inter-suite references must be qualified with suite prefix
author Doug Simon <doug.simon@oracle.com>
date Mon, 20 Jul 2015 00:25:22 +0200
parents 3980a67fc2cf
children bc92dd85cf08
files mx.truffle/suite.py
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/mx.truffle/suite.py	Fri Jul 10 13:43:51 2015 +0200
+++ b/mx.truffle/suite.py	Mon Jul 20 00:25:22 2015 +0200
@@ -36,7 +36,7 @@
       ],
       "checkstyle" : "com.oracle.truffle.dsl.processor",
       "javaCompliance" : "1.7",
-      "annotationProcessors" : ["com.oracle.truffle.dsl.processor"],
+      "annotationProcessors" : ["TRUFFLE_DSL_PROCESSOR"],
       "workingSets" : "API,Truffle,Test",
       "jacoco" : "exclude",
     },
@@ -59,7 +59,7 @@
       ],
       "checkstyle" : "com.oracle.truffle.dsl.processor",
       "javaCompliance" : "1.7",
-      "annotationProcessors" : ["com.oracle.truffle.dsl.processor"],
+      "annotationProcessors" : ["TRUFFLE_DSL_PROCESSOR"],
       "workingSets" : "API,Truffle,Codegen,Test",
       "jacoco" : "exclude",
     },
@@ -119,7 +119,7 @@
       ],
       "checkstyle" : "com.oracle.truffle.api",
       "javaCompliance" : "1.7",
-      "annotationProcessors" : ["com.oracle.truffle.dsl.processor"],
+      "annotationProcessors" : ["TRUFFLE_DSL_PROCESSOR"],
       "workingSets" : "Truffle,Tools",
     },
 
@@ -173,7 +173,7 @@
       ],
       "checkstyle" : "com.oracle.truffle.dsl.processor",
       "javaCompliance" : "1.7",
-      "annotationProcessors" : ["com.oracle.truffle.dsl.processor"],
+      "annotationProcessors" : ["TRUFFLE_DSL_PROCESSOR"],
       "workingSets" : "Truffle,SimpleLanguage",
     },