[epiphany] resources: strip blanks from all XML files
- From: Xan Lopez <xan src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany] resources: strip blanks from all XML files
- Date: Tue, 27 Mar 2012 20:21:03 +0000 (UTC)
commit 71046aadc2a1febb8d35bb5f6764c5d7ae8fad6c
Author: Xan Lopez <xan igalia com>
Date: Tue Mar 27 22:20:22 2012 +0200
resources: strip blanks from all XML files
Saves about 20K in the generated files.
src/epiphany.gresource.xml | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/src/epiphany.gresource.xml b/src/epiphany.gresource.xml
index 1b881c0..b756466 100644
--- a/src/epiphany.gresource.xml
+++ b/src/epiphany.gresource.xml
@@ -1,12 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<gresources>
<gresource prefix="/org/gnome/epiphany">
- <file compressed="true">epiphany.ui</file>
- <file compressed="true">prefs-dialog.ui</file>
- <file>epiphany-application-menu.ui</file>
- <file>epiphany-ui.xml</file>
- <file>epiphany-bookmark-editor-ui.xml</file>
- <file>epiphany-history-window-ui.xml</file>
+ <file preprocess="xml-stripblanks" compressed="true">epiphany.ui</file>
+ <file preprocess="xml-stripblanks" compressed="true">prefs-dialog.ui</file>
+ <file preprocess="xml-stripblanks">epiphany-application-menu.ui</file>
+ <file preprocess="xml-stripblanks">epiphany-ui.xml</file>
+ <file preprocess="xml-stripblanks">epiphany-bookmark-editor-ui.xml</file>
+ <file preprocess="xml-stripblanks">epiphany-history-window-ui.xml</file>
<file>epiphany.css</file>
</gresource>
</gresources>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]