Merge lp:~mc-return/unity/unity.merge-fix-xml.in-headers into lp:unity
Proposed by
MC Return
on 2012-10-15
| Status: | Merged |
|---|---|
| Approved by: | Marco Trevisan (Treviño) on 2012-10-15 |
| Approved revision: | 2839 |
| Merged at revision: | 2839 |
| Proposed branch: | lp:~mc-return/unity/unity.merge-fix-xml.in-headers |
| Merge into: | lp:unity |
| Diff against target: |
26 lines (+3/-0) 3 files modified
plugins/networkarearegion/networkarearegion.xml.in (+1/-0) plugins/unity-mt-grab-handles/unitymtgrabhandles.xml.in (+1/-0) plugins/unitydialog/unitydialog.xml.in (+1/-0) |
| To merge this branch: | bzr merge lp:~mc-return/unity/unity.merge-fix-xml.in-headers |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Marco Trevisan (Treviño) | 2012-10-15 | Approve on 2012-10-15 | |
| PS Jenkins bot | continuous-integration | Pending | |
|
Review via email:
|
|||
Commit Message
Fixed/unified all xml.in headers.
Problem: Editors like gedit and others will not recognize *.xml.in files as xml, so if opened there is no syntax highlighting making those files harder to read.
This commit fixes this by adding <?xml version="1.0" encoding="UTF-8"?> to all *.xml.in files in lp:unity.
To post a comment you must log in.
| MC Return (mc-return) wrote : | # |


unityshell.xml.in and 50-unity- launchers. xml.in do not need this fix, because there it already is correct.