changeset 22171:3e104b9d5c55

removed unnecessary library definitions
author Doug Simon <doug.simon@oracle.com>
date Wed, 08 Jul 2015 22:33:41 +0200
parents 315fe47a4cf9
children 415ade97204c
files mx.graal/suite.py
diffstat 1 files changed, 3 insertions(+), 38 deletions(-) [+]
line wrap: on
line diff
--- 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",