comparison mx.graal/suite.py @ 22171:3e104b9d5c55

removed unnecessary library definitions
author Doug Simon <doug.simon@oracle.com>
date Wed, 08 Jul 2015 22:33:41 +0200
parents d5a51a47eb1b
children 3e538f71875e
comparison
equal deleted inserted replaced
22170:315fe47a4cf9 22171:3e104b9d5c55
13 }, 13 },
14 { 14 {
15 "name" : "truffle", 15 "name" : "truffle",
16 "version" : "4858c5e074e9005075e89cf5b1c2347ee73a5d31", 16 "version" : "4858c5e074e9005075e89cf5b1c2347ee73a5d31",
17 "urls" : [ 17 "urls" : [
18 {"url" : "http://lafo.ssw.uni-linz.ac.at/hg/truffle", "kind" : "hg"}, 18 {"url" : "http://lafo.ssw.uni-linz.ac.at/hg/truffle-mx2", "kind" : "hg"},
19 {"url" : "http://lafo.ssw.uni-linz.ac.at/nexus/content/repositories/snapshots", "kind" : "binary", "version-adjust" : "0.8-{version}-SNAPSHOT"}, 19 # Disable reference to snapshots until they are built from truffle-mx2 or truffle-mx2 is renamed to truffle
20 #{"url" : "http://lafo.ssw.uni-linz.ac.at/nexus/content/repositories/snapshots", "kind" : "binary", "version-adjust" : "0.8-{version}-SNAPSHOT"},
20 ] 21 ]
21 }, 22 },
22 ] 23 ]
23 }, 24 },
24 25
25 "libraries" : { 26 "libraries" : {
26 27
27 # ------------- Libraries ------------- 28 # ------------- Libraries -------------
28
29 "JLINE" : {
30 "path" : "lib/jline-2.11.jar",
31 "urls" : [
32 "http://lafo.ssw.uni-linz.ac.at/graal-external-deps/jline-2.11.jar",
33 "https://search.maven.org/remotecontent?filepath=jline/jline/2.11/jline-2.11.jar",
34 ],
35 "sha1" : "9504d5e2da5d78237239c5226e8200ec21182040",
36 },
37
38 "HCFDIS" : {
39 "path" : "lib/hcfdis-2.jar",
40 "urls" : ["http://lafo.ssw.uni-linz.ac.at/hcfdis-2.jar"],
41 "sha1" : "bc8b2253436485e9dbaf81771c259ccfa1a24c80",
42 },
43
44 "C1VISUALIZER_DIST" : {
45 "path" : "lib/c1visualizer_2014-04-22.zip",
46 "urls" : ["https://java.net/downloads/c1visualizer/c1visualizer_2014-04-22.zip"],
47 "sha1" : "220488d87affb569b893c7201f8ce5d2b0e03141",
48 },
49
50 "JOL_INTERNALS" : {
51 "path" : "lib/jol-internals.jar",
52 "urls" : ["http://lafo.ssw.uni-linz.ac.at/truffle/jol/jol-internals.jar"],
53 "sha1" : "508bcd26a4d7c4c44048990c6ea789a3b11a62dc",
54 },
55 29
56 "DACAPO" : { 30 "DACAPO" : {
57 "path" : "lib/dacapo-9.12-bach.jar", 31 "path" : "lib/dacapo-9.12-bach.jar",
58 "urls" : [ 32 "urls" : [
59 "http://lafo.ssw.uni-linz.ac.at/graal-external-deps/dacapo-9.12-bach.jar", 33 "http://lafo.ssw.uni-linz.ac.at/graal-external-deps/dacapo-9.12-bach.jar",
89 "urls" : ["http://lafo.ssw.uni-linz.ac.at/java-allocation-instrumenter/java-allocation-instrumenter-8f0db117e64e.jar"], 63 "urls" : ["http://lafo.ssw.uni-linz.ac.at/java-allocation-instrumenter/java-allocation-instrumenter-8f0db117e64e.jar"],
90 "sha1" : "476d9a44cd19d6b55f81571077dfa972a4f8a083", 64 "sha1" : "476d9a44cd19d6b55f81571077dfa972a4f8a083",
91 "bootClassPathAgent" : "true", 65 "bootClassPathAgent" : "true",
92 }, 66 },
93 67
94 "VECMATH" : {
95 "path" : "lib/vecmath-1.3.1.jar",
96 "urls" : [
97 "http://lafo.ssw.uni-linz.ac.at/graal-external-deps/vecmath-1.3.1.jar",
98 "https://search.maven.org/remotecontent?filepath=java3d/vecmath/1.3.1/vecmath-1.3.1.jar",
99 ],
100 "sha1" : "a0ae4f51da409fa0c20fa0ca59e6bbc9413ae71d",
101 },
102
103 "JMH" : { 68 "JMH" : {
104 "path" : "lib/jmh-runner-1.4.2.jar", 69 "path" : "lib/jmh-runner-1.4.2.jar",
105 "sha1" : "f44bffaf237305512002303a306fc5ce3fa63f76", 70 "sha1" : "f44bffaf237305512002303a306fc5ce3fa63f76",
106 "urls" : ["http://lafo.ssw.uni-linz.ac.at/jmh/jmh-runner-1.4.2.jar"], 71 "urls" : ["http://lafo.ssw.uni-linz.ac.at/jmh/jmh-runner-1.4.2.jar"],
107 "annotationProcessor" : "true" 72 "annotationProcessor" : "true"