# HG changeset patch # User Doug Simon # Date 1436387621 -7200 # Node ID 3e104b9d5c555771b8e66ea5a9b7a707c4f69918 # Parent 315fe47a4cf9db394ec14ddc9683082e23a4d10d removed unnecessary library definitions diff -r 315fe47a4cf9 -r 3e104b9d5c55 mx.graal/suite.py --- a/mx.graal/suite.py Wed Jul 08 15:19:42 2015 +0200 +++ b/mx.graal/suite.py Wed Jul 08 22:33:41 2015 +0200 @@ -15,8 +15,9 @@ "name" : "truffle", "version" : "4858c5e074e9005075e89cf5b1c2347ee73a5d31", "urls" : [ - {"url" : "http://lafo.ssw.uni-linz.ac.at/hg/truffle", "kind" : "hg"}, - {"url" : "http://lafo.ssw.uni-linz.ac.at/nexus/content/repositories/snapshots", "kind" : "binary", "version-adjust" : "0.8-{version}-SNAPSHOT"}, + {"url" : "http://lafo.ssw.uni-linz.ac.at/hg/truffle-mx2", "kind" : "hg"}, + # Disable reference to snapshots until they are built from truffle-mx2 or truffle-mx2 is renamed to truffle + #{"url" : "http://lafo.ssw.uni-linz.ac.at/nexus/content/repositories/snapshots", "kind" : "binary", "version-adjust" : "0.8-{version}-SNAPSHOT"}, ] }, ] @@ -26,33 +27,6 @@ # ------------- Libraries ------------- - "JLINE" : { - "path" : "lib/jline-2.11.jar", - "urls" : [ - "http://lafo.ssw.uni-linz.ac.at/graal-external-deps/jline-2.11.jar", - "https://search.maven.org/remotecontent?filepath=jline/jline/2.11/jline-2.11.jar", - ], - "sha1" : "9504d5e2da5d78237239c5226e8200ec21182040", - }, - - "HCFDIS" : { - "path" : "lib/hcfdis-2.jar", - "urls" : ["http://lafo.ssw.uni-linz.ac.at/hcfdis-2.jar"], - "sha1" : "bc8b2253436485e9dbaf81771c259ccfa1a24c80", - }, - - "C1VISUALIZER_DIST" : { - "path" : "lib/c1visualizer_2014-04-22.zip", - "urls" : ["https://java.net/downloads/c1visualizer/c1visualizer_2014-04-22.zip"], - "sha1" : "220488d87affb569b893c7201f8ce5d2b0e03141", - }, - - "JOL_INTERNALS" : { - "path" : "lib/jol-internals.jar", - "urls" : ["http://lafo.ssw.uni-linz.ac.at/truffle/jol/jol-internals.jar"], - "sha1" : "508bcd26a4d7c4c44048990c6ea789a3b11a62dc", - }, - "DACAPO" : { "path" : "lib/dacapo-9.12-bach.jar", "urls" : [ @@ -91,15 +65,6 @@ "bootClassPathAgent" : "true", }, - "VECMATH" : { - "path" : "lib/vecmath-1.3.1.jar", - "urls" : [ - "http://lafo.ssw.uni-linz.ac.at/graal-external-deps/vecmath-1.3.1.jar", - "https://search.maven.org/remotecontent?filepath=java3d/vecmath/1.3.1/vecmath-1.3.1.jar", - ], - "sha1" : "a0ae4f51da409fa0c20fa0ca59e6bbc9413ae71d", - }, - "JMH" : { "path" : "lib/jmh-runner-1.4.2.jar", "sha1" : "f44bffaf237305512002303a306fc5ce3fa63f76",