[cmake-commits] hoffman committed OSXScriptLauncher.cxx 1.3 1.4 cmCPackConfigure.h.in 1.3 1.4 cmCPackGenerators.cxx 1.18 1.19 cmCPackZIPGenerator.cxx 1.10 1.11 cpack.cxx 1.33 1.34

cmake-commits at cmake.org cmake-commits at cmake.org
Fri Jul 27 10:55:26 EDT 2007


Update of /cvsroot/CMake/CMake/Source/CPack
In directory public:/mounts/ram/cvs-serv26343/Source/CPack

Modified Files:
	OSXScriptLauncher.cxx cmCPackConfigure.h.in 
	cmCPackGenerators.cxx cmCPackZIPGenerator.cxx cpack.cxx 
Log Message:
STYLE: fix some kwstyle errors


Index: cmCPackConfigure.h.in
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/CPack/cmCPackConfigure.h.in,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- cmCPackConfigure.h.in	10 Jan 2006 17:05:39 -0000	1.3
+++ cmCPackConfigure.h.in	27 Jul 2007 14:55:24 -0000	1.4
@@ -1,2 +1,16 @@
+/*=========================================================================
+
+  Program:   CMake - Cross-Platform Makefile Generator
+  Module:    $RCSfile$
+  Language:  C++
+  Date:      $Date$
+  Version:   $Revision$
 
+  Copyright (c) 2002 Kitware, Inc., Insight Consortium.  All rights reserved.
+  See Copyright.txt or http://www.cmake.org/HTML/Copyright.html for details.
 
+     This software is distributed WITHOUT ANY WARRANTY; without even 
+     the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR 
+     PURPOSE.  See the above copyright notices for more information.
+
+=========================================================================*/

Index: cmCPackZIPGenerator.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/CPack/cmCPackZIPGenerator.cxx,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- cmCPackZIPGenerator.cxx	26 Jul 2007 12:40:51 -0000	1.10
+++ cmCPackZIPGenerator.cxx	27 Jul 2007 14:55:24 -0000	1.11
@@ -55,8 +55,8 @@
   std::string tempFileName;
   tempFileName = toplevel;
   tempFileName += "/winZip.filelist";
-  bool needQuotesInFile = 
-                 cmSystemTools::IsOn(this->GetOption("CPACK_ZIP_NEED_QUOTES"));
+  bool needQuotesInFile = cmSystemTools::IsOn(
+    this->GetOption("CPACK_ZIP_NEED_QUOTES"));
 
   std::string cmd = this->GetOption("CPACK_ZIP_COMMAND");
   cmsys::SystemTools::ReplaceString(cmd, "<ARCHIVE>", outFileName);

Index: OSXScriptLauncher.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/CPack/OSXScriptLauncher.cxx,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- OSXScriptLauncher.cxx	31 Jan 2007 18:53:30 -0000	1.3
+++ OSXScriptLauncher.cxx	27 Jul 2007 14:55:24 -0000	1.4
@@ -1,3 +1,19 @@
+/*=========================================================================
+
+  Program:   CMake - Cross-Platform Makefile Generator
+  Module:    $RCSfile$
+  Language:  C++
+  Date:      $Date$
+  Version:   $Revision$
+
+  Copyright (c) 2002 Kitware, Inc., Insight Consortium.  All rights reserved.
+  See Copyright.txt or http://www.cmake.org/HTML/Copyright.html for details.
+
+     This software is distributed WITHOUT ANY WARRANTY; without even 
+     the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR 
+     PURPOSE.  See the above copyright notices for more information.
+
+=========================================================================*/
 #include <cmsys/SystemTools.hxx>
 #include <cmsys/Process.h>
 #include <cmsys/ios/fstream>

Index: cpack.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/CPack/cpack.cxx,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -d -r1.33 -r1.34
--- cpack.cxx	27 Jul 2007 12:59:59 -0000	1.33
+++ cpack.cxx	27 Jul 2007 14:55:24 -0000	1.34
@@ -248,7 +248,7 @@
     // paths, so FIND_XXX() commands can be used in scripts
     cminst.AddCMakePaths(argv[0]);
     std::string systemFile = 
-                        globalMF->GetModulesFile("CMakeDetermineSystem.cmake");
+      globalMF->GetModulesFile("CMakeDetermineSystem.cmake");
     if (!globalMF->ReadListFile(0, systemFile.c_str()))
       {
       cmCPack_Log(&log, cmCPackLog::LOG_ERROR,
@@ -257,7 +257,7 @@
       }
 
     systemFile = 
-              globalMF->GetModulesFile("CMakeSystemSpecificInformation.cmake");
+      globalMF->GetModulesFile("CMakeSystemSpecificInformation.cmake");
     if (!globalMF->ReadListFile(0, systemFile.c_str()))
       {
       cmCPack_Log(&log, cmCPackLog::LOG_ERROR,

Index: cmCPackGenerators.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/CPack/cmCPackGenerators.cxx,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- cmCPackGenerators.cxx	26 Jul 2007 12:40:51 -0000	1.18
+++ cmCPackGenerators.cxx	27 Jul 2007 14:55:24 -0000	1.19
@@ -9,8 +9,8 @@
   Copyright (c) 2002 Kitware, Inc., Insight Consortium.  All rights reserved.
   See Copyright.txt or http://www.cmake.org/HTML/Copyright.html for details.
 
-     This software is distributed WITHOUT ANY WARRANTY; without even
-     the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
+     This software is distributed WITHOUT ANY WARRANTY; without even 
+     the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR 
      PURPOSE.  See the above copyright notices for more information.
 
 =========================================================================*/



More information about the Cmake-commits mailing list