pidgin/plugins/xmppconsole/xmppconsole.gresource.xml

Thu, 06 Oct 2022 22:46:38 -0500

author
Gary Kramlich <grim@reaperworld.com>
date
Thu, 06 Oct 2022 22:46:38 -0500
changeset 41788
7a5bc285372c
parent 41030
ec8b76f3bf0a
permissions
-rw-r--r--

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/

<?xml version="1.0" encoding="UTF-8"?>
<gresources>
  <gresource prefix="/im/pidgin/Pidgin3/Plugin/XMPPConsole/">
    <file compressed="true" preprocess="xml-stripblanks">console.ui</file>
  </gresource>
</gresources>

mercurial