comparison mx.truffle/suite.py @ 22073:261afe14d1a4

let truffle.sl project depend on TRUFFLE_API distribution to ensure services are found
author Andreas Woess <andreas.woess@oracle.com>
date Fri, 07 Aug 2015 19:53:41 +0200
parents e559a45969a7
children 50ed2658284e
comparison
equal deleted inserted replaced
22072:64103cff2cd5 22073:261afe14d1a4
175 175
176 "com.oracle.truffle.sl" : { 176 "com.oracle.truffle.sl" : {
177 "subDir" : "truffle", 177 "subDir" : "truffle",
178 "sourceDirs" : ["src"], 178 "sourceDirs" : ["src"],
179 "dependencies" : [ 179 "dependencies" : [
180 "com.oracle.truffle.api.dsl", 180 "TRUFFLE_API",
181 "com.oracle.truffle.api.object",
182 "com.oracle.truffle.tools",
183 ], 181 ],
184 "javaCompliance" : "1.7", 182 "javaCompliance" : "1.7",
185 "annotationProcessors" : ["TRUFFLE_DSL_PROCESSOR"], 183 "annotationProcessors" : ["TRUFFLE_DSL_PROCESSOR"],
186 "workingSets" : "Truffle,SimpleLanguage", 184 "workingSets" : "Truffle,SimpleLanguage",
187 "licence" : "UPL", 185 "licence" : "UPL",