comparison mx/suite.py @ 18409:d405651001d1

Truffle: add object API to truffle distribution, update changelog
author Andreas Woess <andreas.woess@jku.at>
date Tue, 18 Nov 2014 23:11:00 +0100
parents 2c3666f44855
children 997bc9764a9a
comparison
equal deleted inserted replaced
18408:2c3666f44855 18409:d405651001d1
1264 "sourcesPath" : "build/truffle.src.zip", 1264 "sourcesPath" : "build/truffle.src.zip",
1265 "javaCompliance" : "1.7", 1265 "javaCompliance" : "1.7",
1266 "dependencies" : [ 1266 "dependencies" : [
1267 "com.oracle.truffle.api.dsl", 1267 "com.oracle.truffle.api.dsl",
1268 "com.oracle.nfi", 1268 "com.oracle.nfi",
1269 "com.oracle.truffle.object.basic",
1269 ], 1270 ],
1270 }, 1271 },
1271 1272
1272 "GRAAL_TRUFFLE" : { 1273 "GRAAL_TRUFFLE" : {
1273 "path" : "build/graal-truffle.jar", 1274 "path" : "build/graal-truffle.jar",