changeset 22057:8cb430bc5312

Add snapshots repository
author Gilles Duboscq <gilles.m.duboscq@oracle.com>
date Tue, 04 Aug 2015 17:01:07 +0200
parents 2c65e6da65ea
children e559a45969a7
files mx.truffle/suite.py
diffstat 1 files changed, 7 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mx.truffle/suite.py	Tue Aug 04 16:54:07 2015 +0200
+++ b/mx.truffle/suite.py	Tue Aug 04 17:01:07 2015 +0200
@@ -1,5 +1,5 @@
 suite = {
-  "mxversion" : "5.2",
+  "mxversion" : "5.2.1",
   "name" : "truffle",
   "url" : "http://openjdk.java.net/projects/graal",
   "developer" : {
@@ -8,6 +8,12 @@
     "organization" : "Graal",
     "organizationUrl" : "http://openjdk.java.net/projects/graal",
   },
+  "repositories" : {
+    "lafo-snapshots" : {
+      "url" : "http://lafo.ssw.uni-linz.ac.at/nexus/content/repositories/snapshots",
+      "licences" : ["GPLv2-CPE", "UPL"]
+    },
+  },
   "defaultLicence" : "GPLv2-CPE",
   "libraries" : {