changeset 22793:b2958243c46b

removed "path" and "sourcePath" attributes from libraries
author Doug Simon <doug.simon@oracle.com>
date Sun, 11 Oct 2015 00:20:19 +0200
parents 087d6b3e4c9b
children c3966b4db9bd
files mx.graal/suite.py
diffstat 1 files changed, 0 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/mx.graal/suite.py	Fri Oct 09 15:08:14 2015 +0200
+++ b/mx.graal/suite.py	Sun Oct 11 00:20:19 2015 +0200
@@ -30,7 +30,6 @@
     # ------------- Libraries -------------
 
     "DACAPO" : {
-      "path" : "lib/dacapo-9.12-bach.jar",
       "urls" : [
         "https://lafo.ssw.uni-linz.ac.at/pub/graal-external-deps/dacapo-9.12-bach.jar",
         "http://softlayer.dl.sourceforge.net/project/dacapobench/9.12-bach/dacapo-9.12-bach.jar",
@@ -39,7 +38,6 @@
     },
 
     "DACAPO_SCALA" : {
-      "path" : "lib/dacapo-scala-0.1.0-20120216.jar",
       "urls" : [
         "https://lafo.ssw.uni-linz.ac.at/pub/graal-external-deps/dacapo-scala-0.1.0-20120216.jar",
         "http://repo.scalabench.org/snapshots/org/scalabench/benchmarks/scala-benchmark-suite/0.1.0-SNAPSHOT/scala-benchmark-suite-0.1.0-20120216.103539-3.jar",
@@ -48,15 +46,12 @@
     },
 
     "JAVA_ALLOCATION_INSTRUMENTER" : {
-      "path" : "lib/java-allocation-instrumenter.jar",
-      "sourcePath" : "lib/java-allocation-instrumenter.jar",
       "urls" : ["https://lafo.ssw.uni-linz.ac.at/pub/java-allocation-instrumenter/java-allocation-instrumenter-8f0db117e64e.jar"],
       "sha1" : "476d9a44cd19d6b55f81571077dfa972a4f8a083",
       "bootClassPathAgent" : "true",
     },
 
     "JMH" : {
-      "path" : "lib/jmh-runner-1.10.4.jar",
       "sha1" : "be2e08e6776191e9c559a65b7d34e92e86b4fa5c",
       "urls" : ["https://lafo.ssw.uni-linz.ac.at/pub/jmh/jmh-runner-1.10.4.jar"],
     },