[Cmake-commits] CMake branch, next, updated. v3.5.0-582-gc74e1f5

Brad King brad.king at kitware.com
Tue Mar 22 11:02:31 EDT 2016


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".

The branch, next has been updated
       via  c74e1f51a5b04ca22886b3c7219045212fc36935 (commit)
       via  72833561c5488f74ca68b34682b656e99a6aef71 (commit)
      from  e65e7901dbe6ae06a1817e695ad9bfed04c4c3a1 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=c74e1f51a5b04ca22886b3c7219045212fc36935
commit c74e1f51a5b04ca22886b3c7219045212fc36935
Merge: e65e790 7283356
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue Mar 22 11:02:30 2016 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Mar 22 11:02:30 2016 -0400

    Merge topic 'use-cmXMLWriter' into next
    
    72833561 fixup! cmGlobalKdevelopGenerator: port to cmXMLWriter


https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=72833561c5488f74ca68b34682b656e99a6aef71
commit 72833561c5488f74ca68b34682b656e99a6aef71
Author:     Daniel Pfeifer <daniel at pfeifer-mail.de>
AuthorDate: Tue Mar 22 15:27:11 2016 +0100
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Tue Mar 22 10:51:45 2016 -0400

    fixup! cmGlobalKdevelopGenerator: port to cmXMLWriter

diff --git a/Source/cmGlobalKdevelopGenerator.cxx b/Source/cmGlobalKdevelopGenerator.cxx
index 3179625..b4f7670 100644
--- a/Source/cmGlobalKdevelopGenerator.cxx
+++ b/Source/cmGlobalKdevelopGenerator.cxx
@@ -665,9 +665,9 @@ void cmGlobalKdevelopGenerator
   sesxml.StartElement("View0");
   sesxml.Attribute("line", 0);
   sesxml.Attribute("Type", "Source");
-  xml.EndElement(); // View0
+  sesxml.EndElement(); // View0
 
-  xml.EndElement(); // Doc0
-  xml.EndElement(); // DocsAndViews
-  xml.EndElement(); // KDevPrjSession;
+  sesxml.EndElement(); // Doc0
+  sesxml.EndElement(); // DocsAndViews
+  sesxml.EndElement(); // KDevPrjSession;
 }

-----------------------------------------------------------------------

Summary of changes:
 Source/cmGlobalKdevelopGenerator.cxx |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list