comparison mx/suite.py @ 21743:b54b13157d4b

removed BytecodeDisassemblerProvider
author Doug Simon <doug.simon@oracle.com>
date Fri, 05 Jun 2015 10:50:00 +0200
parents edafbaef3059
children 55058b8000ea 894f82515e38
comparison
equal deleted inserted replaced
21742:2e850dbf82ae 21743:b54b13157d4b
969 ], 969 ],
970 "checkstyle" : "com.oracle.graal.graph", 970 "checkstyle" : "com.oracle.graal.graph",
971 "annotationProcessors" : ["com.oracle.jvmci.service.processor"], 971 "annotationProcessors" : ["com.oracle.jvmci.service.processor"],
972 "javaCompliance" : "1.8", 972 "javaCompliance" : "1.8",
973 "workingSets" : "Graal,Java", 973 "workingSets" : "Graal,Java",
974 },
975
976 "com.oracle.graal.java.test" : {
977 "subDir" : "graal",
978 "sourceDirs" : ["src"],
979 "dependencies" : [
980 "com.oracle.jvmci.runtime.test",
981 "com.oracle.graal.java",
982 ],
983 "checkstyle" : "com.oracle.graal.graph",
984 "javaCompliance" : "1.8",
985 "workingSets" : "API,Graal,Test",
986 "jacoco" : "exclude",
987 }, 974 },
988 975
989 "com.oracle.graal.graphbuilderconf" : { 976 "com.oracle.graal.graphbuilderconf" : {
990 "subDir" : "graal", 977 "subDir" : "graal",
991 "sourceDirs" : ["src"], 978 "sourceDirs" : ["src"],