From 2c164fafbbf84dbde64fb041b65e9967ba7ca465 Mon Sep 17 00:00:00 2001 From: Gilles Duboscq <gilles.m.duboscq@oracle.com> Date: Thu, 12 Apr 2018 14:19:21 +0200 Subject: [PATCH] Adapt to vm changes --- mx.fastr/mx_fastr_dists.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mx.fastr/mx_fastr_dists.py b/mx.fastr/mx_fastr_dists.py index bf1159f495..f85df3f506 100644 --- a/mx.fastr/mx_fastr_dists.py +++ b/mx.fastr/mx_fastr_dists.py @@ -289,7 +289,7 @@ def mx_register_dynamic_suite_constituents(register_project, register_distributi mx_sdk.register_graalvm_component(mx_sdk.GraalVmLanguage( name='FastR', - identifier='R', + short_name='R', documentation_files=['extracted-dependency:fastr:FASTR_GRAALVM_SUPPORT/README_FASTR'], license_files=[ 'link:<support>/COPYRIGHT_FASTR', -- GitLab