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
This commit is contained in:
Felipe Magno de Almeida 2019-01-16 11:56:13 +09:00
parent c233d6523b
commit 4858d9eb81
1 changed files with 7 additions and 7 deletions

View 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>