felipealmeida pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=3a385ccae02d7f5f83000beacb8fa7e4c987b378
commit 3a385ccae02d7f5f83000beacb8fa7e4c987b378 Author: Felipe Magno de Almeida <[email protected]> Date: Wed Dec 4 01:27:56 2019 +0000 Fix invalid XML comment in efl_mono.dll.config Use <!-- and --> to comment the license files Reviewed-by: João Paulo Taylor Ienczak Zanette <[email protected]> Differential Revision: https://phab.enlightenment.org/D10790 --- src/bindings/mono/efl_mono.dll.config.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/bindings/mono/efl_mono.dll.config.in b/src/bindings/mono/efl_mono.dll.config.in index 4fe8699d10..25d216b1a0 100644 --- a/src/bindings/mono/efl_mono.dll.config.in +++ b/src/bindings/mono/efl_mono.dll.config.in @@ -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@"/> --
