# HG changeset patch # User Doug Simon # Date 1437434101 -7200 # Node ID 4e9d4f4a63da05bc4fe4c37c2e3a5eacaf7e6345 # Parent fd7746811fb23e5e191e590a2af62831c4d219b0 fixed more "annotationProcessors" attributes diff -r fd7746811fb2 -r 4e9d4f4a63da mx.truffle/suite.py --- a/mx.truffle/suite.py Mon Jul 20 15:19:52 2015 +0200 +++ b/mx.truffle/suite.py Tue Jul 21 01:15:01 2015 +0200 @@ -117,6 +117,7 @@ "com.oracle.truffle.api.interop", "JUNIT" ], + "annotationProcessors" : ["TRUFFLE_DSL_PROCESSOR"], "checkstyle" : "com.oracle.truffle.api", "javaCompliance" : "1.7", "workingSets" : "Truffle,Tools", @@ -147,7 +148,6 @@ "subDir" : "truffle", "sourceDirs" : ["src"], "dependencies" : ["com.oracle.truffle.tools"], - "annotationProcessors" : ["truffle:TRUFFLE_DSL_PROCESSOR"], "checkstyle" : "com.oracle.truffle.api", "javaCompliance" : "1.7", "workingSets" : "Truffle,Tools",