changeset 22175:c09467f52cf7

fixed incomplete or redundant "annotationProcessors" attributes
author Doug Simon <doug.simon@oracle.com>
date Mon, 20 Jul 2015 12:50:10 +0200
parents a7b17cb2ce37
children fb1a9390cdcf
files mx.jvmci/suite.py
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/mx.jvmci/suite.py	Mon Jul 20 00:25:22 2015 +0200
+++ b/mx.jvmci/suite.py	Mon Jul 20 12:50:10 2015 +0200
@@ -126,7 +126,6 @@
         "JUNIT",
         "jdk.internal.jvmci.debug",
       ],
-      "annotationProcessors" : ["JVMCI_OPTIONS_PROCESSOR"],
       "checkstyle" : "com.oracle.graal.graph",
       "javaCompliance" : "1.8",
       "workingSets" : "JVMCI,Debug,Test",
@@ -171,7 +170,6 @@
         "JUNIT",
       ],
       "checkstyle" : "com.oracle.graal.graph",
-      "annotationProcessors" : ["JVMCI_OPTIONS_PROCESSOR"],
       "javaCompliance" : "1.8",
       "workingSets" : "JVMCI",
     },
@@ -241,7 +239,6 @@
       ],
       "checkstyle" : "com.oracle.graal.graph",
       "annotationProcessors" : [
-        "JVMCI_HOTSPOTVMCONFIG_PROCESSOR",
         "JVMCI_SERVICE_PROCESSOR",
       ],
       "javaCompliance" : "1.8",
@@ -257,7 +254,6 @@
       ],
       "checkstyle" : "com.oracle.graal.graph",
       "annotationProcessors" : [
-        "JVMCI_HOTSPOTVMCONFIG_PROCESSOR",
         "JVMCI_SERVICE_PROCESSOR",
       ],
       "javaCompliance" : "1.8",