[DEV] integrate GLD

This commit is contained in:
Edouard DUPIN 2021-12-15 22:34:31 +01:00
parent 7cc983b941
commit 235cf31264
3 changed files with 10 additions and 11 deletions

View File

@ -4,10 +4,10 @@
"group-id":"com.atria-soft", "group-id":"com.atria-soft",
"description":"e-json sample", "description":"e-json sample",
"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",
"code-quality":"MEDIUM", "code-quality":"MEDIUM",
"source": [ "source": [

View File

@ -4,10 +4,10 @@
"group-id":"com.atria-soft", "group-id":"com.atria-soft",
"description":"e-json test application", "description":"e-json test application",
"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",
"code-quality":"MEDIUM", "code-quality":"MEDIUM",
"source": [ "source": [

View File

@ -3,7 +3,7 @@
"group-id":"com.atria-soft", "group-id":"com.atria-soft",
"description":"Json parser and generator", "description":"Json parser and generator",
"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",
@ -57,8 +57,7 @@
"." "."
], ],
"compilation-version": { "compilation-version": {
"language": "c++", "c++": 2017
"version": 2017
}, },
"dependency": [ "dependency": [
"elog", "elog",