diff mx.jvmci/suite.py @ 22404:c96eec5ceeed

Add license information
author Tom Rodriguez <tom.rodriguez@oracle.com>
date Thu, 06 Aug 2015 18:05:24 -0700
parents 4f6caa445b92
children 7dd034e68f2e
line wrap: on
line diff
--- a/mx.jvmci/suite.py	Thu Aug 06 09:36:17 2015 -0700
+++ b/mx.jvmci/suite.py	Thu Aug 06 18:05:24 2015 -0700
@@ -1,6 +1,20 @@
 suite = {
-  "mxversion" : "5.1",
+  "mxversion" : "5.2.2",
   "name" : "jvmci",
+  "url" : "http://openjdk.java.net/projects/graal",
+  "developer" : {
+    "name" : "Truffle and Graal developers",
+    "email" : "graal-dev@openjdk.java.net",
+    "organization" : "Graal",
+    "organizationUrl" : "http://openjdk.java.net/projects/graal",
+  },
+  "repositories" : {
+    "lafo-snapshots" : {
+      "url" : "http://lafo.ssw.uni-linz.ac.at/nexus/content/repositories/snapshots",
+      "licenses" : ["GPLv2-CPE"]
+    },
+  },
+  "defaultLicense" : "GPLv2-CPE",
 
     # ------------- Libraries -------------
 
@@ -397,6 +411,7 @@
       "distDependencies" : [
         "JVMCI_API",
       ],
+      "exclude" : ["mx:JUNIT"],
     },
 
     "JVMCI_OPTIONS_PROCESSOR" : {