[Cmake-commits] CMake branch, next, updated. v2.8.9-635-ged28b5b

Brad King brad.king at kitware.com
Wed Sep 19 13:11:48 EDT 2012


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  ed28b5b2fa21f3982ce3f2bd388558eaf1b0bb75 (commit)
       via  750fcaa85898d72115913300a072cb4390e87444 (commit)
      from  b7e6a530fc601fb742f94bc8793e5d2e9c4f6289 (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=ed28b5b2fa21f3982ce3f2bd388558eaf1b0bb75
commit ed28b5b2fa21f3982ce3f2bd388558eaf1b0bb75
Merge: b7e6a53 750fcaa
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Wed Sep 19 13:11:44 2012 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Wed Sep 19 13:11:44 2012 -0400

    Merge topic 'vs8-generator-doc' into next
    
    750fcaa VS8: Remove '.NET' from generator description (#10158)


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=750fcaa85898d72115913300a072cb4390e87444
commit 750fcaa85898d72115913300a072cb4390e87444
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Wed Sep 19 12:08:17 2012 -0400
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Wed Sep 19 12:09:00 2012 -0400

    VS8: Remove '.NET' from generator description (#10158)
    
    The product name does not include '.NET'.  Use '8' instead to be
    consistent with the existing description of the '9' (2008) generator.

diff --git a/Source/cmGlobalVisualStudio8Generator.cxx b/Source/cmGlobalVisualStudio8Generator.cxx
index 2e3b530..bca1754 100644
--- a/Source/cmGlobalVisualStudio8Generator.cxx
+++ b/Source/cmGlobalVisualStudio8Generator.cxx
@@ -48,7 +48,7 @@ void cmGlobalVisualStudio8Generator
 ::GetDocumentation(cmDocumentationEntry& entry) const
 {
   entry.Name = this->GetName();
-  entry.Brief = "Generates Visual Studio .NET 2005 project files.";
+  entry.Brief = "Generates Visual Studio 8 2005 project files.";
   entry.Full = "";
 }
 
diff --git a/Source/cmGlobalVisualStudio8Win64Generator.cxx b/Source/cmGlobalVisualStudio8Win64Generator.cxx
index 164d116..4cbc275 100644
--- a/Source/cmGlobalVisualStudio8Win64Generator.cxx
+++ b/Source/cmGlobalVisualStudio8Win64Generator.cxx
@@ -27,7 +27,7 @@ void cmGlobalVisualStudio8Win64Generator
 ::GetDocumentation(cmDocumentationEntry& entry) const
 {
   entry.Name = this->GetName();
-  entry.Brief = "Generates Visual Studio .NET 2005 Win64 project files.";
+  entry.Brief = "Generates Visual Studio 8 2005 Win64 project files.";
   entry.Full = "";
 }
 

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

Summary of changes:
 Source/cmGlobalVisualStudio8Generator.cxx      |    2 +-
 Source/cmGlobalVisualStudio8Win64Generator.cxx |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list