comparison mx.truffle/suite.py @ 22532:abb919421c2a

Add javadoc metadata for distributions
author Gilles Duboscq <gilles.m.duboscq@oracle.com>
date Tue, 05 Jan 2016 13:06:57 +0100
parents 339966685900
children
comparison
equal deleted inserted replaced
22531:339966685900 22532:abb919421c2a
1 suite = { 1 suite = {
2 "mxversion" : "5.5.7", 2 "mxversion" : "5.6.6",
3 "name" : "truffle", 3 "name" : "truffle",
4 "url" : "http://openjdk.java.net/projects/graal", 4 "url" : "http://openjdk.java.net/projects/graal",
5 "developer" : { 5 "developer" : {
6 "name" : "Truffle and Graal developers", 6 "name" : "Truffle and Graal developers",
7 "email" : "graal-dev@openjdk.java.net", 7 "email" : "graal-dev@openjdk.java.net",
280 ], 280 ],
281 "distDependencies" : [ 281 "distDependencies" : [
282 ], 282 ],
283 "description" : """Truffle is a multi-language framework for executing dynamic languages 283 "description" : """Truffle is a multi-language framework for executing dynamic languages
284 that achieves high performance when combined with Graal.""", 284 that achieves high performance when combined with Graal.""",
285 "javadocType": "api",
285 }, 286 },
286 287
287 "TRUFFLE_TCK" : { 288 "TRUFFLE_TCK" : {
288 "subDir" : "truffle", 289 "subDir" : "truffle",
289 "javaCompliance" : "1.7", 290 "javaCompliance" : "1.7",
330 "exclude" : ["JLINE"], 331 "exclude" : ["JLINE"],
331 "distDependencies" : [ 332 "distDependencies" : [
332 "TRUFFLE_API", 333 "TRUFFLE_API",
333 ], 334 ],
334 "description" : "Experimental REPL server to build your debugger console for your language.", 335 "description" : "Experimental REPL server to build your debugger console for your language.",
336 "allowsJavadocWarnings": True,
335 } 337 }
336 }, 338 },
337 } 339 }