felipealmeida pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=4858d9eb81f4aa5d24b9555b5caf0e058609d8ab

commit 4858d9eb81f4aa5d24b9555b5caf0e058609d8ab
Author: Felipe Magno de Almeida <fel...@expertisesolutions.com.br>
Date:   Wed Jan 16 11:56:13 2019 +0900

    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
---
 src/bindings/mono/efl_mono.dll.config.in | 14 +++++++-------
 1 file 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>

-- 


Reply via email to