changeset 22074:50ed2658284e

update to mx version 5.2.2
author Andreas Woess <andreas.woess@oracle.com>
date Fri, 07 Aug 2015 20:00:39 +0200
parents 261afe14d1a4
children 60f3cb2c3a56
files mx.truffle/suite.py
diffstat 1 files changed, 8 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/mx.truffle/suite.py	Fri Aug 07 19:53:41 2015 +0200
+++ b/mx.truffle/suite.py	Fri Aug 07 20:00:39 2015 +0200
@@ -1,5 +1,5 @@
 suite = {
-  "mxversion" : "5.2.1",
+  "mxversion" : "5.2.2",
   "name" : "truffle",
   "url" : "http://openjdk.java.net/projects/graal",
   "developer" : {
@@ -11,10 +11,10 @@
   "repositories" : {
     "lafo-snapshots" : {
       "url" : "http://lafo.ssw.uni-linz.ac.at/nexus/content/repositories/snapshots",
-      "licences" : ["GPLv2-CPE", "UPL"]
+      "licenses" : ["GPLv2-CPE", "UPL"]
     },
   },
-  "defaultLicence" : "GPLv2-CPE",
+  "defaultLicense" : "GPLv2-CPE",
   "libraries" : {
 
     # ------------- Libraries -------------
@@ -182,7 +182,7 @@
       "javaCompliance" : "1.7",
       "annotationProcessors" : ["TRUFFLE_DSL_PROCESSOR"],
       "workingSets" : "Truffle,SimpleLanguage",
-      "licence" : "UPL",
+      "license" : "UPL",
     },
 
     "com.oracle.truffle.sl.test" : {
@@ -195,7 +195,7 @@
       "checkstyle" : "com.oracle.truffle.sl",
       "javaCompliance" : "1.7",
       "workingSets" : "Truffle,SimpleLanguage,Test",
-      "licence" : "UPL",
+      "license" : "UPL",
     },
 
      "com.oracle.truffle.sl.tools" : {
@@ -206,11 +206,11 @@
       "checkstyle" : "com.oracle.truffle.sl",
       "javaCompliance" : "1.7",
       "workingSets" : "Truffle,SimpleLanguage,Tools",
-      "licence" : "UPL",
+      "license" : "UPL",
     },
   },
 
-  "licences" : {
+  "licenses" : {
     "UPL" : {
       "name" : "Universal Permissive License, Version 1.0",
       "url" : "http://opensource.org/licenses/UPL",
@@ -275,7 +275,7 @@
           "TRUFFLE_TCK",
           "TRUFFLE_DSL_PROCESSOR"
       ],
-      "licence" : "UPL",
+      "license" : "UPL",
       "description" : "Truffle SL is an example language implemented using the Truffle API.",
     },