commit | a1e8443c417249dc6ff9a24c7c9d8fb2fce07c88 | [log] [tgz] |
---|---|---|
author | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | Tue Dec 05 21:12:16 2023 +0100 |
committer | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | Tue Dec 05 21:14:54 2023 +0100 |
tree | 35ac3b7251ed5e3a8909d79f259e2392a8506052 | |
parent | fe42f326920d078f4e05afa0907258a6160c4834 [diff] [blame] |
jgvariant-tool: New module. Adds a command line tool that can read and (in the future) manipulate GVariant-formatted files. Change-Id: Icc92eb409a97e7cf72dfd7535f6a8b3587dd4a48
diff --git a/pom.xml b/pom.xml index be9fd26..1ab4b48 100644 --- a/pom.xml +++ b/pom.xml
@@ -37,6 +37,8 @@ <module>jgvariant-core</module> <module>jgvariant-ostree</module> + <module>jgvariant-tool</module> + <module>jgvariant-bom</module> </modules>