diff --git a/GLD_dollar-bench-corpus.json b/GLD_dollar-bench-corpus.json index 2e04dbf..5ee8b10 100644 --- a/GLD_dollar-bench-corpus.json +++ b/GLD_dollar-bench-corpus.json @@ -4,7 +4,7 @@ "group-id":"com.atria-soft", "description":"Bench a corpus with a set of reference files", "license":"MPL-2", - "license-file":"file://LICENCE.txt", + "license-file":"file://LICENSE", "maintainer":"file://authors.txt", "author":"file://authors.txt", "version":"file://version.txt", diff --git a/GLD_dollar-converter.json b/GLD_dollar-converter.json index 96fc4ea..e12c443 100644 --- a/GLD_dollar-converter.json +++ b/GLD_dollar-converter.json @@ -4,7 +4,7 @@ "group-id":"com.atria-soft", "description":"Dollar converter svg to json and json to SVG", "license":"MPL-2", - "license-file":"file://LICENCE.txt", + "license-file":"file://LICENSE", "maintainer":"file://authors.txt", "author":"file://authors.txt", "version":"file://version.txt", diff --git a/GLD_dollar-data.json b/GLD_dollar-data.json index 7219d2e..0e76d96 100644 --- a/GLD_dollar-data.json +++ b/GLD_dollar-data.json @@ -3,7 +3,7 @@ "group-id":"com.atria-soft", "description":"dallar test-unit common data", "license":"MPL-2", - "license-file":"file://LICENCE.txt", + "license-file":"file://LICENSE", "maintainer":"file://authors.txt", "author":"file://authors.txt", "version":"file://version.txt", diff --git a/GLD_dollar-generate-form.json b/GLD_dollar-generate-form.json index 6c48a18..8e22d87 100644 --- a/GLD_dollar-generate-form.json +++ b/GLD_dollar-generate-form.json @@ -1,18 +1,20 @@ { "type":"BINARY", - "sub-type":"TOOL", + "sub-type":"SAMPLE", "group-id":"com.atria-soft", "description":"Dollar generator of all needed form to have the best text recognition", "license":"MPL-2", - "license-file":"file://LICENCE.txt", + "license-file":"file://LICENSE", "maintainer":"file://authors.txt", "author":"file://authors.txt", "version":"file://version.txt", "code-quality":"MEDIUM", - "source": [ "tool/generate-form/main.cpp" ], + "compilation-version": { + "c++": 2017 + }, "dependency": [ "dollar", "test-debug" diff --git a/GLD_dollar-test.json b/GLD_dollar-test.json index 84e8ff6..4c3ae44 100644 --- a/GLD_dollar-test.json +++ b/GLD_dollar-test.json @@ -4,7 +4,7 @@ "group-id":"com.atria-soft", "description":"dollar test-unit", "license":"MPL-2", - "license-file":"file://LICENCE.txt", + "license-file":"file://LICENSE", "maintainer":"file://authors.txt", "author":"file://authors.txt", "version":"file://version.txt", diff --git a/GLD_dollar.json b/GLD_dollar.json index c9897ce..4c591c9 100644 --- a/GLD_dollar.json +++ b/GLD_dollar.json @@ -3,7 +3,7 @@ "group-id":"com.atria-soft", "description":"$N gesture recognition", "license":"MPL-2", - "license-file":"file://LICENCE.txt", + "license-file":"file://LICENSE", "maintainer":"file://authors.txt", "author":"file://authors.txt", "version":"file://version.txt", diff --git a/lutin_dollar-generate-form.py b/lutin_dollar-generate-form.py deleted file mode 100644 index 4a12e77..0000000 --- a/lutin_dollar-generate-form.py +++ /dev/null @@ -1,36 +0,0 @@ -#!/usr/bin/python -import realog.debug as debug -import lutin.tools as tools - - -def get_type(): - return "BINARY" - -def get_sub_type(): - return "TOOL" - -def get_desc(): - return "Dollar generator of all needed form to have the best text recognition" - -def get_licence(): - return "APACHE-2" - -def get_compagny_type(): - return "com" - -def get_compagny_name(): - return "atria-soft" - -def get_maintainer(): - return "authors.txt" - -def configure(target, my_module): - my_module.add_src_file([ - 'tool/generate-form/main.cpp' - ]) - my_module.add_depend([ - 'dollar', - 'test-debug', - ]) - return True - diff --git a/tool/recorder/GLD_dollar-recorder.json b/tool/recorder/GLD_dollar-recorder.json index f125c96..98febf4 100644 --- a/tool/recorder/GLD_dollar-recorder.json +++ b/tool/recorder/GLD_dollar-recorder.json @@ -21,8 +21,7 @@ "." ], "compilation-version": { - "language": "c++", - "version": 2017 + "c++": 2017 }, "dependency": [ "ewol", @@ -31,10 +30,9 @@ "dollar" ], "flag": { - "language": "c++", - "value": [ - "-DPROJECT_NAME=\"{{{project.name}}}\"", - "-DAPPL_VERSION=\"{{{project.version}}}\"" + "c++": [ + "-DPROJECT_NAME=\"\\\"{{{project.name}}}\\\"\"", + "-DAPPL_VERSION=\"\\\"{{{project.version}}}\\\"\"" ] }, "copy": [