[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",
"description":"e-json sample",
"license":"MPL-2",
"license-file":"file://../../LICENCE.txt",
"maintainer":"file://../../authors.txt",
"author":"file://../../authors.txt",
"version":"file://../../version.txt",
"license-file":"file://LICENSE",
"maintainer":"file://authors.txt",
"author":"file://authors.txt",
"version":"file://version.txt",
"code-quality":"MEDIUM",
"source": [

View File

@ -4,10 +4,10 @@
"group-id":"com.atria-soft",
"description":"e-json test application",
"license":"MPL-2",
"license-file":"file://../../LICENCE.txt",
"maintainer":"file://../../authors.txt",
"author":"file://../../authors.txt",
"version":"file://../../version.txt",
"license-file":"file://LICENSE",
"maintainer":"file://authors.txt",
"author":"file://authors.txt",
"version":"file://version.txt",
"code-quality":"MEDIUM",
"source": [

View File

@ -3,7 +3,7 @@
"group-id":"com.atria-soft",
"description":"Json parser and generator",
"license":"MPL-2",
"license-file":"file://LICENCE.txt",
"license-file":"file://LICENSE",
"maintainer":"file://authors.txt",
"author":"file://authors.txt",
"version":"file://version.txt",
@ -57,8 +57,7 @@
"."
],
"compilation-version": {
"language": "c++",
"version": 2017
"c++": 2017
},
"dependency": [
"elog",