Thu, 06 Oct 2022 22:46:38 -0500
Use the preprocess attribute in gresource xml files to minimize and validate xml and json
Testing Done:
Compiled, also forced some failures in the XML and JSON to verify that they now cause build failures.
Reviewed at https://reviews.imfreedom.org/r/1901/
|
39801
2bbed8148402
Convert Service Discovery plugin to Glade.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
1 | <?xml version="1.0" encoding="UTF-8"?> |
|
2bbed8148402
Convert Service Discovery plugin to Glade.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
2 | <gresources> |
|
41030
ec8b76f3bf0a
Fix the resource path so we can use the automatic stuff that GtkApplication supports
Gary Kramlich <grim@reaperworld.com>
parents:
39801
diff
changeset
|
3 | <gresource prefix="/im/pidgin/Pidgin3/Plugin/XMPPDisco/"> |
|
41788
7a5bc285372c
Use the preprocess attribute in gresource xml files to minimize and validate xml and json
Gary Kramlich <grim@reaperworld.com>
parents:
41030
diff
changeset
|
4 | <file compressed="true" preprocess="xml-stripblanks">disco.ui</file> |
|
39801
2bbed8148402
Convert Service Discovery plugin to Glade.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
5 | </gresource> |
|
2bbed8148402
Convert Service Discovery plugin to Glade.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
6 | </gresources> |