From eb7f9fcf63d3e898d482eece5fc70945514b8de8 Mon Sep 17 00:00:00 2001
From: Danilo Ansaloni <danilo.ansaloni@oracle.com>
Date: Wed, 11 Apr 2018 17:43:55 +0200
Subject: [PATCH] Rename `id` to `identifier`.

---
 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 267793347f..bf1159f495 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',
-    id='R',
+    identifier='R',
     documentation_files=['extracted-dependency:fastr:FASTR_GRAALVM_SUPPORT/README_FASTR'],
     license_files=[
         'link:<support>/COPYRIGHT_FASTR',
-- 
GitLab