comparison mx/suite.py @ 18746:5294b624e2f0

Interop: add interface
author Matthias Grimmer <grimmer@ssw.jku.at>
date Tue, 23 Dec 2014 11:56:08 +0100
parents 8ac074d3e7c0
children 31960077ea9d
comparison
equal deleted inserted replaced
18745:fadb4e5d0f03 18746:5294b624e2f0
1144 "checkstyle" : "com.oracle.graal.graph", 1144 "checkstyle" : "com.oracle.graal.graph",
1145 "javaCompliance" : "1.7", 1145 "javaCompliance" : "1.7",
1146 "workingSets" : "Truffle,Codegen", 1146 "workingSets" : "Truffle,Codegen",
1147 }, 1147 },
1148 1148
1149 "com.oracle.truffle.api.interop" : {
1150 "subDir" : "graal",
1151 "sourceDirs" : ["src"],
1152 "dependencies" : ["com.oracle.truffle.api"],
1153 "checkstyle" : "com.oracle.truffle.api",
1154 "javaCompliance" : "1.7",
1155 "workingSets" : "API,Truffle",
1156 },
1157
1149 "com.oracle.truffle.api.object" : { 1158 "com.oracle.truffle.api.object" : {
1150 "subDir" : "graal", 1159 "subDir" : "graal",
1151 "sourceDirs" : ["src"], 1160 "sourceDirs" : ["src"],
1152 "dependencies" : ["com.oracle.truffle.api"], 1161 "dependencies" : ["com.oracle.truffle.api.interop"],
1153 "checkstyle" : "com.oracle.truffle.api", 1162 "checkstyle" : "com.oracle.truffle.api",
1154 "javaCompliance" : "1.7", 1163 "javaCompliance" : "1.7",
1155 "workingSets" : "API,Truffle", 1164 "workingSets" : "API,Truffle",
1156 }, 1165 },
1157 1166