glib/gio/tests/test.gresource.xml
Christian Persch 45783c5927 resources: compiler: Allow stripping blanks from xml data
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.
2012-01-25 14:47:37 +01:00

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>