comparison mx/suite.py @ 21716:2f9e4d984d16

Give languages a chance to do implicit exports. Prefer explicit exports over implicit ones.
author Jaroslav Tulach <jaroslav.tulach@oracle.com>
date Thu, 04 Jun 2015 08:08:05 +0200
parents 454a99ca00a9
children d915361cc3a1
comparison
equal deleted inserted replaced
21715:67e28e817d32 21716:2f9e4d984d16
1083 "com.oracle.truffle.api", 1083 "com.oracle.truffle.api",
1084 "JUNIT", 1084 "JUNIT",
1085 ], 1085 ],
1086 "checkstyle" : "com.oracle.graal.graph", 1086 "checkstyle" : "com.oracle.graal.graph",
1087 "javaCompliance" : "1.7", 1087 "javaCompliance" : "1.7",
1088 "annotationProcessors" : ["com.oracle.truffle.dsl.processor"],
1088 "workingSets" : "API,Truffle,Test", 1089 "workingSets" : "API,Truffle,Test",
1089 "jacoco" : "exclude", 1090 "jacoco" : "exclude",
1090 }, 1091 },
1091 1092
1092 "com.oracle.truffle.api.dsl" : { 1093 "com.oracle.truffle.api.dsl" : {