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  278fc065365dcb78dc851f4a57aeaf73a737986a (commit)
       via  6e6e0c4048b1500edfc8c27a0fc567997b494a56 (commit)
      from  d1490ccd6a4b7efa10e337e8727fb115e6ff0ebd (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 -----------------------------------------------------------------
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=278fc065365dcb78dc851f4a57aeaf73a737986a
commit 278fc065365dcb78dc851f4a57aeaf73a737986a
Merge: d1490cc 6e6e0c4
Author:     Brad King <brad.k...@kitware.com>
AuthorDate: Fri Jan 16 09:00:45 2015 -0500
Commit:     CMake Topic Stage <kwro...@kitware.com>
CommitDate: Fri Jan 16 09:00:45 2015 -0500

    Merge topic 'eclipse-fix-cxx-natures' into next
    
    6e6e0c40 Eclipse: Add org.eclipse.cdt.core.cnature to CXX projects (#15068)


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=6e6e0c4048b1500edfc8c27a0fc567997b494a56
commit 6e6e0c4048b1500edfc8c27a0fc567997b494a56
Author:     André Klitzing <aklitz...@gmail.com>
AuthorDate: Fri Sep 26 14:38:54 2014 +0200
Commit:     Brad King <brad.k...@kitware.com>
CommitDate: Fri Jan 16 08:54:39 2015 -0500

    Eclipse: Add org.eclipse.cdt.core.cnature to CXX projects (#15068)
    
    Since commit v3.0.0-rc1~335^2~1 (eclipse: Add natures for Eclipse based
    on enabled languages, 2013-08-29) CXX projects got only "ccnature", but
    Eclipse itself also adds "cnature" when creating C++ projects.  Fix this
    by adding both for CXX projects.

diff --git a/Source/cmExtraEclipseCDT4Generator.cxx 
b/Source/cmExtraEclipseCDT4Generator.cxx
index 74ba9a6..cef4f10 100644
--- a/Source/cmExtraEclipseCDT4Generator.cxx
+++ b/Source/cmExtraEclipseCDT4Generator.cxx
@@ -62,6 +62,7 @@ void cmExtraEclipseCDT4Generator
     if (*lit == "CXX")
       {
       this->Natures.insert("org.eclipse.cdt.core.ccnature");
+      this->Natures.insert("org.eclipse.cdt.core.cnature");
       }
     else if (*lit == "C")
       {

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

Summary of changes:
 Source/cmExtraEclipseCDT4Generator.cxx |    1 +
 1 file changed, 1 insertion(+)


hooks/post-receive
-- 
CMake
_______________________________________________
Cmake-commits mailing list
Cmake-commits@cmake.org
http://public.kitware.com/mailman/listinfo/cmake-commits

Reply via email to