From 2c94bdaaf44ebf59901fd0ec1be52ac3f96e6fc4 Mon Sep 17 00:00:00 2001 From: Edouard DUPIN Date: Wed, 15 Dec 2021 22:40:07 +0100 Subject: [PATCH] [DEV] integrate GLD --- GLD_jvm-basics.json | 5 ++--- authors.txt | 1 + 2 files changed, 3 insertions(+), 3 deletions(-) create mode 100644 authors.txt diff --git a/GLD_jvm-basics.json b/GLD_jvm-basics.json index 6e24a94..10b911f 100644 --- a/GLD_jvm-basics.json +++ b/GLD_jvm-basics.json @@ -3,7 +3,7 @@ "group-id":"com.atria-soft", "description":"jvm basis call for all element who have jvm access", "license":"MPL-2", - "license-file":"file://LICENCE.txt", + "license-file":"file://LICENSE", "maintainer":"file://authors.txt", "author":"file://authors.txt", "version":"file://version.txt", @@ -20,8 +20,7 @@ "." ], "compilation-version": { - "language": "c++", - "version": 2017 + "c++": 2017 }, "dependency": [ "etk" diff --git a/authors.txt b/authors.txt new file mode 100644 index 0000000..75b51f1 --- /dev/null +++ b/authors.txt @@ -0,0 +1 @@ +MR Edouard DUPIN