60 lines
1.3 KiB
JSON
60 lines
1.3 KiB
JSON
{
|
|
"type":"LIBRARY",
|
|
"group-id":"com.atria-soft",
|
|
"description":"Algorithm generic",
|
|
"license":"MPL-2",
|
|
"license-file":"file://LICENSE",
|
|
"maintainer":"file://authors.txt",
|
|
"author":"file://authors.txt",
|
|
"version":"file://version.txt",
|
|
"code-quality":"MEDIUM",
|
|
|
|
"source": [
|
|
"exml/debug.cpp",
|
|
"exml/FilePos.cpp",
|
|
"exml/nodeType.cpp",
|
|
"exml/Attribute.cpp",
|
|
"exml/AttributeList.cpp",
|
|
"exml/Comment.cpp",
|
|
"exml/Declaration.cpp",
|
|
"exml/Document.cpp",
|
|
"exml/Element.cpp",
|
|
"exml/Node.cpp",
|
|
"exml/Text.cpp",
|
|
"exml/internal/Attribute.cpp",
|
|
"exml/internal/AttributeList.cpp",
|
|
"exml/internal/Comment.cpp",
|
|
"exml/internal/Declaration.cpp",
|
|
"exml/internal/Document.cpp",
|
|
"exml/internal/Element.cpp",
|
|
"exml/internal/Node.cpp",
|
|
"exml/internal/Text.cpp"
|
|
],
|
|
"header": [
|
|
"exml/FilePos.hpp",
|
|
"exml/nodeType.hpp",
|
|
"exml/exml.hpp",
|
|
"exml/iterator.hpp",
|
|
"exml/Attribute.hpp",
|
|
"exml/AttributeList.hpp",
|
|
"exml/Comment.hpp",
|
|
"exml/Declaration.hpp",
|
|
"exml/Document.hpp",
|
|
"exml/Element.hpp",
|
|
"exml/Node.hpp",
|
|
"exml/Text.hpp",
|
|
"exml/internal/Attribute.hpp",
|
|
"exml/internal/AttributeList.hpp",
|
|
"exml/internal/Comment.hpp",
|
|
"exml/internal/Declaration.hpp",
|
|
"exml/internal/Document.hpp",
|
|
"exml/internal/Element.hpp",
|
|
"exml/internal/Node.hpp",
|
|
"exml/internal/Text.hpp"
|
|
],
|
|
"dependency": [
|
|
"elog",
|
|
"etk",
|
|
"ememory"
|
|
]
|
|
} |