comparison mx.truffle/suite.py @ 22055:2867e02e6fdb

Rename truffle-api.jar distribution to TRUFFLE_API
author Gilles Duboscq <gilles.m.duboscq@oracle.com>
date Tue, 04 Aug 2015 11:15:08 +0200
parents 41c8ef1a33c2
children 8cb430bc5312
comparison
equal deleted inserted replaced
22054:41c8ef1a33c2 22055:2867e02e6fdb
215 215
216 "distributions" : { 216 "distributions" : {
217 217
218 # ------------- Distributions ------------- 218 # ------------- Distributions -------------
219 219
220 "TRUFFLE" : { 220 "TRUFFLE_API" : {
221 "path" : "build/truffle-api.jar", 221 "path" : "build/truffle-api.jar",
222 "subDir" : "truffle", 222 "subDir" : "truffle",
223 "sourcesPath" : "build/truffle-api.src.zip", 223 "sourcesPath" : "build/truffle-api.src.zip",
224 "javaCompliance" : "1.7", 224 "javaCompliance" : "1.7",
225 "dependencies" : [ 225 "dependencies" : [
239 "sourcesPath" : "build/truffle-tck.src.zip", 239 "sourcesPath" : "build/truffle-tck.src.zip",
240 "javaCompliance" : "1.7", 240 "javaCompliance" : "1.7",
241 "dependencies" : [ 241 "dependencies" : [
242 "com.oracle.truffle.tck" 242 "com.oracle.truffle.tck"
243 ], 243 ],
244 "distDependencies" : ["TRUFFLE"], 244 "distDependencies" : ["TRUFFLE_API"],
245 "exclude" : ["mx:JUNIT"], 245 "exclude" : ["mx:JUNIT"],
246 "description" : """A collection of tests that can certify language implementation to be compliant 246 "description" : """A collection of tests that can certify language implementation to be compliant
247 with most recentrequirements of the Truffle infrastructure and tooling.""", 247 with most recentrequirements of the Truffle infrastructure and tooling.""",
248 }, 248 },
249 249
251 "path" : "build/truffle-dsl-processor.jar", 251 "path" : "build/truffle-dsl-processor.jar",
252 "subDir" : "truffle", 252 "subDir" : "truffle",
253 "sourcesPath" : "build/truffle-dsl-processor.src.zip", 253 "sourcesPath" : "build/truffle-dsl-processor.src.zip",
254 "javaCompliance" : "1.7", 254 "javaCompliance" : "1.7",
255 "dependencies" : ["com.oracle.truffle.dsl.processor"], 255 "dependencies" : ["com.oracle.truffle.dsl.processor"],
256 "distDependencies" : ["TRUFFLE"], 256 "distDependencies" : ["TRUFFLE_API"],
257 "description" : "The Truffle DSL Processor generates source code for nodes that are declared using the DSL.", 257 "description" : "The Truffle DSL Processor generates source code for nodes that are declared using the DSL.",
258 }, 258 },
259 259
260 "TRUFFLE_SL" : { 260 "TRUFFLE_SL" : {
261 "path" : "build/truffle-sl.jar", 261 "path" : "build/truffle-sl.jar",
265 "dependencies" : [ 265 "dependencies" : [
266 "com.oracle.truffle.sl", 266 "com.oracle.truffle.sl",
267 "com.oracle.truffle.sl.test" 267 "com.oracle.truffle.sl.test"
268 ], 268 ],
269 "distDependencies" : [ 269 "distDependencies" : [
270 "TRUFFLE", 270 "TRUFFLE_API",
271 "TRUFFLE_TCK", 271 "TRUFFLE_TCK",
272 "TRUFFLE_DSL_PROCESSOR" 272 "TRUFFLE_DSL_PROCESSOR"
273 ], 273 ],
274 "licence" : "UPL", 274 "licence" : "UPL",
275 "description" : "Truffle SL is an example language implemented using the Truffle API.", 275 "description" : "Truffle SL is an example language implemented using the Truffle API.",
283 "dependencies" : [ 283 "dependencies" : [
284 "com.oracle.truffle.tools.debug.shell", 284 "com.oracle.truffle.tools.debug.shell",
285 ], 285 ],
286 "exclude" : ["JLINE"], 286 "exclude" : ["JLINE"],
287 "distDependencies" : [ 287 "distDependencies" : [
288 "TRUFFLE", 288 "TRUFFLE_API",
289 ], 289 ],
290 "description" : ".", 290 "description" : ".",
291 } 291 }
292 }, 292 },
293 } 293 }