[DEV] integrate GLD

This commit is contained in:
Edouard DUPIN 2021-12-15 22:40:07 +01:00
parent cd9d01c238
commit 2c94bdaaf4
2 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@
"group-id":"com.atria-soft", "group-id":"com.atria-soft",
"description":"jvm basis call for all element who have jvm access", "description":"jvm basis call for all element who have jvm access",
"license":"MPL-2", "license":"MPL-2",
"license-file":"file://LICENCE.txt", "license-file":"file://LICENSE",
"maintainer":"file://authors.txt", "maintainer":"file://authors.txt",
"author":"file://authors.txt", "author":"file://authors.txt",
"version":"file://version.txt", "version":"file://version.txt",
@ -20,8 +20,7 @@
"." "."
], ],
"compilation-version": { "compilation-version": {
"language": "c++", "c++": 2017
"version": 2017
}, },
"dependency": [ "dependency": [
"etk" "etk"

1
authors.txt Normal file
View File

@ -0,0 +1 @@
MR Edouard DUPIN <yui.heero@gmail.com>