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  3f6bdd32d1c42de8ce4254b7c9ec1fd07c3d6f6a (commit)
       via  1a0f111233941db135ec606f0c358d74347b80d5 (commit)
      from  396a4b41d2adb1009cd1f26c332f50de76b24689 (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=3f6bdd32d1c42de8ce4254b7c9ec1fd07c3d6f6a
commit 3f6bdd32d1c42de8ce4254b7c9ec1fd07c3d6f6a
Merge: 396a4b4 1a0f111
Author:     Robert Maynard <robert.mayn...@kitware.com>
AuthorDate: Wed Aug 21 09:23:25 2013 -0400
Commit:     CMake Topic Stage <kwro...@kitware.com>
CommitDate: Wed Aug 21 09:23:25 2013 -0400

    Merge topic 'vs2013_toolset_14369' into next
    
    1a0f111 KWStyle: Correct lines that are too long.


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=1a0f111233941db135ec606f0c358d74347b80d5
commit 1a0f111233941db135ec606f0c358d74347b80d5
Author:     Robert Maynard <robert.mayn...@kitware.com>
AuthorDate: Wed Aug 21 09:22:45 2013 -0400
Commit:     Robert Maynard <robert.mayn...@kitware.com>
CommitDate: Wed Aug 21 09:22:45 2013 -0400

    KWStyle: Correct lines that are too long.

diff --git a/Source/cmVisualStudio10TargetGenerator.cxx 
b/Source/cmVisualStudio10TargetGenerator.cxx
index effe966..ac888c4 100644
--- a/Source/cmVisualStudio10TargetGenerator.cxx
+++ b/Source/cmVisualStudio10TargetGenerator.cxx
@@ -219,10 +219,11 @@ void cmVisualStudio10TargetGenerator::Generate()
 
   //get the tools version to use
   const std::string toolsVer(this->GlobalGenerator->GetToolsVersion());
-  std::string project_defaults = "<?xml version=\"1.0\" 
encoding=\"utf-8\"?>\n";
+  std::string project_defaults="<?xml version=\"1.0\" encoding=\"utf-8\"?>\n";
   project_defaults.append("<Project DefaultTargets=\"Build\" ToolsVersion=\"");
   project_defaults.append(toolsVer +" \" ");
-  
project_defaults.append("xmlns=\"http://schemas.microsoft.com/developer/msbuild/2003\";>\n");
+  project_defaults.append(
+          "xmlns=\"http://schemas.microsoft.com/developer/msbuild/2003\";>\n");
   this->WriteString(project_defaults.c_str(),0);
 
   this->WriteProjectConfigurations();
@@ -722,10 +723,11 @@ void cmVisualStudio10TargetGenerator::WriteGroups()
 
   //get the tools version to use
   const std::string toolsVer(this->GlobalGenerator->GetToolsVersion());
-  std::string project_defaults = "<?xml version=\"1.0\" 
encoding=\"utf-8\"?>\n";
+  std::string project_defaults="<?xml version=\"1.0\" encoding=\"utf-8\"?>\n";
   project_defaults.append("<Project ToolsVersion=\"");
   project_defaults.append(toolsVer +" \" ");
-  
project_defaults.append("xmlns=\"http://schemas.microsoft.com/developer/msbuild/2003\";>\n");
+  project_defaults.append(
+        "xmlns=\"http://schemas.microsoft.com/developer/msbuild/2003\";>\n");
   this->WriteString(project_defaults.c_str(),0);
 
   for(ToolSourceMap::const_iterator ti = this->Tools.begin();

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

Summary of changes:
 Source/cmVisualStudio10TargetGenerator.cxx |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)


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

Reply via email to