Fix invalid XML comment in efl_mono.dll.config

Use <!-- and --> to comment the license files

Reviewed-by: João Paulo Taylor Ienczak Zanette <joao.tiz@expertisesolutions.com.br>
Differential Revision: https://phab.enlightenment.org/D10790
This commit is contained in:
Felipe Magno de Almeida 2019-12-04 01:27:56 +00:00
parent c514d3363e
commit 3a385ccae0
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,4 @@
<!--
/*
* Copyright 2019 by its authors. See AUTHORS.
*
@ -13,6 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
-->
<configuration>
<dllmap dll="eina" target="@EINA@"/>
<dllmap dll="efl" target="@EFL@"/>