mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-02 15:46:17 +01:00
45783c5927
It's hardly useful to bloat the resource data with blanks intended only for human readability, so add a preprocessing option that uses xmllint --noblanks to strip these. Bug #667929.
12 lines
331 B
XML
12 lines
331 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<gresources>
|
|
<gresource>
|
|
<file compressed="true">test1.txt</file>
|
|
<file preprocess="xml-stripblanks">test.gresource.xml</file>
|
|
</gresource>
|
|
<gresource prefix="/a_prefix">
|
|
<file alias="test2-alias.txt">test2.txt</file>
|
|
<file>test2.txt</file>
|
|
</gresource>
|
|
</gresources>
|