changeset 22021:fd7746811fb2

removed cyclic dependencies
author Doug Simon <doug.simon@oracle.com>
date Mon, 20 Jul 2015 15:19:52 +0200
parents bc92dd85cf08
children 4e9d4f4a63da
files mx.truffle/suite.py
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/mx.truffle/suite.py	Mon Jul 20 12:50:10 2015 +0200
+++ b/mx.truffle/suite.py	Mon Jul 20 15:19:52 2015 +0200
@@ -45,7 +45,6 @@
       "subDir" : "truffle",
       "sourceDirs" : ["src"],
       "dependencies" : ["com.oracle.truffle.api"],
-      "annotationProcessors" : ["TRUFFLE_DSL_PROCESSOR"],
       "checkstyle" : "com.oracle.truffle.api",
       "javaCompliance" : "1.7",
       "workingSets" : "API,Truffle,Codegen",
@@ -127,7 +126,6 @@
       "subDir" : "truffle",
       "sourceDirs" : ["src"],
       "dependencies" : ["com.oracle.truffle.api"],
-      "annotationProcessors" : ["TRUFFLE_DSL_PROCESSOR"],
       "checkstyle" : "com.oracle.truffle.api",
       "javaCompliance" : "1.7",
       "workingSets" : "Truffle,Tools",