[gxml] Renamed libxml-NodeType.vala to NodeType.vala



commit fc9c6a5bd43c104a7425f46707f6b206f354a687
Author: Daniel Espinosa <esodan gmail com>
Date:   Fri Oct 21 11:22:54 2016 -0500

    Renamed libxml-NodeType.vala to NodeType.vala
    
    First steps to remove old DOM1 implementation

 gxml/Makefile.am                             |    2 +-
 gxml/{libxml-NodeType.vala => NodeType.vala} |    0
 2 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gxml/Makefile.am b/gxml/Makefile.am
index 06863af..6b65206 100644
--- a/gxml/Makefile.am
+++ b/gxml/Makefile.am
@@ -26,6 +26,7 @@ sources = \
        Notation.vala \
        ProcessingInstruction.vala \
        Text.vala \
+       NodeType.vala \
        libxml-Attr.vala \
        libxml-AttrChildNodeList.vala \
        libxml-BackedNode.vala \
@@ -49,7 +50,6 @@ sources = \
        libxml-NamespaceAttr.vala \
        libxml-NodeChildNodeList.vala \
        libxml-NodeList.vala \
-       libxml-NodeType.vala \
        libxml-Node.vala \
        libxml-Notation.vala \
        libxml-ProcessingInstruction.vala \
diff --git a/gxml/libxml-NodeType.vala b/gxml/NodeType.vala
similarity index 100%
rename from gxml/libxml-NodeType.vala
rename to gxml/NodeType.vala


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]