efl-mono: Remove trailings from template file
authorFelipe Magno de Almeida <felipe@expertisesolutions.com.br>
Wed, 16 Jan 2019 02:56:13 +0000 (11:56 +0900)
committerJunsuChoi <jsuya.choi@samsung.com>
Thu, 24 Jan 2019 05:20:17 +0000 (14:20 +0900)
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

index 0531b79..b84883f 100644 (file)
@@ -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>