changeset 22301:26e79a4358fe

removed "path" and "sourcePath" attributes from distributions and libraries
author Doug Simon <doug.simon@oracle.com>
date Sun, 11 Oct 2015 14:34:57 +0200
parents c53c4de22c4f
children 1362f35d1f5e
files mx.truffle/suite.py
diffstat 1 files changed, 1 insertions(+), 12 deletions(-) [+]
line wrap: on
line diff
--- a/mx.truffle/suite.py	Sat Oct 10 14:48:47 2015 +0200
+++ b/mx.truffle/suite.py	Sun Oct 11 14:34:57 2015 +0200
@@ -1,5 +1,5 @@
 suite = {
-  "mxversion" : "5.2.2",
+  "mxversion" : "5.5.7",
   "name" : "truffle",
   "url" : "http://openjdk.java.net/projects/graal",
   "developer" : {
@@ -20,7 +20,6 @@
     # ------------- Libraries -------------
 
     "JLINE" : {
-      "path" : "lib/jline-2.11.jar",
       "urls" : [
         "https://lafo.ssw.uni-linz.ac.at/pub/graal-external-deps/jline-2.11.jar",
         "https://search.maven.org/remotecontent?filepath=jline/jline/2.11/jline-2.11.jar",
@@ -258,9 +257,7 @@
     # ------------- Distributions -------------
 
     "TRUFFLE_API" : {
-      "path" : "build/truffle-api.jar",
       "subDir" : "truffle",
-      "sourcesPath" : "build/truffle-api.src.zip",
       "javaCompliance" : "1.7",
       "dependencies" : [
         "com.oracle.truffle.api.interop.java",
@@ -275,9 +272,7 @@
     },
 
     "TRUFFLE_TCK" : {
-      "path" : "build/truffle-tck.jar",
       "subDir" : "truffle",
-      "sourcesPath" : "build/truffle-tck.src.zip",
       "javaCompliance" : "1.7",
       "dependencies" : [
         "com.oracle.truffle.tck"
@@ -289,9 +284,7 @@
     },
 
     "TRUFFLE_DSL_PROCESSOR" : {
-      "path" : "build/truffle-dsl-processor.jar",
       "subDir" : "truffle",
-      "sourcesPath" : "build/truffle-dsl-processor.src.zip",
       "javaCompliance" : "1.7",
       "dependencies" : ["com.oracle.truffle.dsl.processor"],
       "distDependencies" : ["TRUFFLE_API"],
@@ -299,9 +292,7 @@
     },
 
     "TRUFFLE_SL" : {
-      "path" : "build/truffle-sl.jar",
       "subDir" : "truffle",
-      "sourcesPath" : "build/truffle-sl.src.zip",
       "javaCompliance" : "1.7",
       "dependencies" : [
         "com.oracle.truffle.sl",
@@ -317,9 +308,7 @@
     },
 
      "TRUFFLE_DEBUG" : {
-      "path" : "build/truffle-debug.jar",
       "subDir" : "truffle",
-      "sourcesPath" : "build/truffle-debug.src.zip",
       "javaCompliance" : "1.7",
       "dependencies" : [
         "com.oracle.truffle.tools.debug.shell",