Enlightenment CVS committal

Author  : rephorm
Project : e17
Module  : libs/efreet

Dir     : e17/libs/efreet/src/bin/data


Modified Files:
        Makefile.am 


Log Message:

This isn't correct.

<Parent>
  <!--
    <!-- comment -->
    <Child>Text</Child>
  -->
</Parent>

Technically would be parsed as:

Parent Tag
  Child Tag
    Text Node - "Text"
  Text Node "-->"

But, we ignore text nodes after the first child node anyway.


===================================================================
RCS file: /cvs/e/e17/libs/efreet/src/bin/data/Makefile.am,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- Makefile.am 27 Apr 2007 19:48:54 -0000      1.4
+++ Makefile.am 27 Apr 2007 19:57:39 -0000      1.5
@@ -8,7 +8,6 @@
 test.desktop \
 test_type.desktop \
 test.menu \
-test_menu_bad_comment.menu \
 test_menu_slash_bad.menu \
 preferences.menu
 



-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to