summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelipe Magno de Almeida <felipe@expertisesolutions.com.br>2019-01-16 11:56:13 +0900
committerFelipe Magno de Almeida <felipe@expertisesolutions.com.br>2019-01-16 11:57:54 +0900
commit4858d9eb81f4aa5d24b9555b5caf0e058609d8ab (patch)
treed32a18b626dddcaeb346726d8e3ddcc38cffc319
parentc233d6523b4ecff7fdb64bba282dcebb9bbbaf38 (diff)
downloadefl-4858d9eb81f4aa5d24b9555b5caf0e058609d8ab.tar.gz
efl-mono: Remove trailings from template file
Summary: The trailings end up in the final version, which causes it to create a invalid XML file. Reviewers: bu5hm4n, woohyun, segfaultxavi Reviewed By: bu5hm4n Subscribers: cedric, segfaultxavi, woohyun, #reviewers, bu5hm4n, #committers Tags: #efl Differential Revision: https://phab.enlightenment.org/D7613
-rw-r--r--src/bindings/mono/efl_mono.dll.config.in14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/bindings/mono/efl_mono.dll.config.in b/src/bindings/mono/efl_mono.dll.config.in
index 0531b79523..b84883fda9 100644
--- a/src/bindings/mono/efl_mono.dll.config.in
+++ b/src/bindings/mono/efl_mono.dll.config.in
@@ -1,9 +1,9 @@
<configuration>
- <dllmap dll=\"eina\" target=\"@EINA@\"/>
- <dllmap dll=\"efl\" target=\"@EFL@\"/>
- <dllmap dll=\"ecore\" target=\"@ECORE@\"/>
- <dllmap dll=\"eo\" target=\"@EO@\"/>
- <dllmap dll=\"evas\" target=\"@EVAS@\"/>
- <dllmap dll=\"eldbus\" target=\"@ELDBUS@\"/>
- <dllmap dll=\"elementary\" target=\"@ELEMENTARY@\"/>
+ <dllmap dll="eina" target="@EINA@"/>
+ <dllmap dll="efl" target="@EFL@"/>
+ <dllmap dll="ecore" target="@ECORE@"/>
+ <dllmap dll="eo" target="@EO@"/>
+ <dllmap dll="evas" target="@EVAS@"/>
+ <dllmap dll="eldbus" target="@ELDBUS@"/>
+ <dllmap dll="elementary" target="@ELEMENTARY@"/>
</configuration>