comparison mx.graal/suite.py @ 22323:07d0349fd18a

Update jvmci import.
author Roland Schatz <roland.schatz@oracle.com>
date Mon, 27 Jul 2015 12:15:30 +0200
parents 472a3cc01577
children 1199fd261ff2
comparison
equal deleted inserted replaced
22322:472a3cc01577 22323:07d0349fd18a
4 4
5 "imports" : { 5 "imports" : {
6 "suites": [ 6 "suites": [
7 { 7 {
8 "name" : "jvmci", 8 "name" : "jvmci",
9 "version" : "f150f5e00ccde39b8c67a1b70f87eb51b0760eed", 9 "version" : "2c352e8d76ecd626a83cfb0960328e16226f1475",
10 "urls" : [ 10 "urls" : [
11 {"url" : "https://lafo.ssw.uni-linz.ac.at/hg/graal-jvmci-8", "kind" : "hg"}, 11 {"url" : "https://lafo.ssw.uni-linz.ac.at/hg/graal-jvmci-8", "kind" : "hg"},
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 },
56 "JMH" : { 56 "JMH" : {
57 "path" : "lib/jmh-runner-1.4.2.jar", 57 "path" : "lib/jmh-runner-1.4.2.jar",
58 "sha1" : "f44bffaf237305512002303a306fc5ce3fa63f76", 58 "sha1" : "f44bffaf237305512002303a306fc5ce3fa63f76",
59 "urls" : ["http://lafo.ssw.uni-linz.ac.at/jmh/jmh-runner-1.4.2.jar"], 59 "urls" : ["http://lafo.ssw.uni-linz.ac.at/jmh/jmh-runner-1.4.2.jar"],
60 }, 60 },
61
62 "BATIK" : {
63 "path" : "lib/batik-all-1.7.jar",
64 "sha1" : "122b87ca88e41a415cf8b523fd3d03b4325134a3",
65 "urls" : ["http://lafo.ssw.uni-linz.ac.at/graal-external-deps/batik-all-1.7.jar"],
66 },
67 }, 61 },
68 62
69 "projects" : { 63 "projects" : {
70 64
71 # ------------- NFI ------------- 65 # ------------- NFI -------------