comparison mx.graal/suite.py @ 22420:13ea85f171d3

Updating to latest version of Truffle API
author Jaroslav Tulach <jaroslav.tulach@oracle.com>
date Thu, 06 Aug 2015 18:57:34 +0200
parents 92ead19b1c4a
children 440c505123b4
comparison
equal deleted inserted replaced
22407:92ead19b1c4a 22420:13ea85f171d3
12 {"url" : "http://lafo.ssw.uni-linz.ac.at/nexus/content/repositories/snapshots", "kind" : "binary"}, 12 {"url" : "http://lafo.ssw.uni-linz.ac.at/nexus/content/repositories/snapshots", "kind" : "binary"},
13 ] 13 ]
14 }, 14 },
15 { 15 {
16 "name" : "truffle", 16 "name" : "truffle",
17 "version" : "ffbc7f472438044ca1134d803605cbcd03679a5b", 17 "version" : "38e0e8fd22dc8ef4148a47f07c3eee1108e24074",
18 "urls" : [ 18 "urls" : [
19 {"url" : "http://lafo.ssw.uni-linz.ac.at/hg/truffle", "kind" : "hg"}, 19 {"url" : "http://lafo.ssw.uni-linz.ac.at/hg/truffle", "kind" : "hg"},
20 {"url" : "http://lafo.ssw.uni-linz.ac.at/nexus/content/repositories/snapshots", "kind" : "binary"}, 20 {"url" : "http://lafo.ssw.uni-linz.ac.at/nexus/content/repositories/snapshots", "kind" : "binary"},
21 ] 21 ]
22 }, 22 },
806 806
807 "com.oracle.graal.truffle" : { 807 "com.oracle.graal.truffle" : {
808 "subDir" : "graal", 808 "subDir" : "graal",
809 "sourceDirs" : ["src"], 809 "sourceDirs" : ["src"],
810 "dependencies" : [ 810 "dependencies" : [
811 "truffle:TRUFFLE", 811 "truffle:TRUFFLE_API",
812 "com.oracle.graal.runtime", 812 "com.oracle.graal.runtime",
813 "com.oracle.graal.replacements", 813 "com.oracle.graal.replacements",
814 ], 814 ],
815 "checkstyle" : "com.oracle.graal.graph", 815 "checkstyle" : "com.oracle.graal.graph",
816 "annotationProcessors" : [ 816 "annotationProcessors" : [
974 "com.oracle.graal.truffle.hotspot.amd64", 974 "com.oracle.graal.truffle.hotspot.amd64",
975 "com.oracle.graal.truffle.hotspot.sparc" 975 "com.oracle.graal.truffle.hotspot.sparc"
976 ], 976 ],
977 "distDependencies" : [ 977 "distDependencies" : [
978 "GRAAL", 978 "GRAAL",
979 "truffle:TRUFFLE", 979 "truffle:TRUFFLE_API",
980 ], 980 ],
981 }, 981 },
982 982
983 "GRAAL_TRUFFLE_TEST" : { 983 "GRAAL_TRUFFLE_TEST" : {
984 "path" : "build/graal-truffle-test.jar", 984 "path" : "build/graal-truffle-test.jar",