[cmake-commits] martink committed cmCommands.cxx 1.107 1.108

cmake-commits at cmake.org cmake-commits at cmake.org
Tue Dec 12 14:39:19 EST 2006


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

Modified Files:
	cmCommands.cxx 
Log Message:
ENH: remove old commands


Index: cmCommands.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmCommands.cxx,v
retrieving revision 1.107
retrieving revision 1.108
diff -u -d -r1.107 -r1.108
--- cmCommands.cxx	7 Dec 2006 14:44:45 -0000	1.107
+++ cmCommands.cxx	12 Dec 2006 19:39:17 -0000	1.108
@@ -52,10 +52,6 @@
 #include "cmSubdirDependsCommand.cxx"
 #include "cmUseMangledMesaCommand.cxx"
 #include "cmUtilitySourceCommand.cxx"
-#include "cmVTKMakeInstantiatorCommand.cxx"
-#include "cmVTKWrapJavaCommand.cxx"
-#include "cmVTKWrapPythonCommand.cxx"
-#include "cmVTKWrapTclCommand.cxx"
 #include "cmVariableRequiresCommand.cxx"
 #include "cmWhileCommand.cxx"
 #include "cmWriteFileCommand.cxx"
@@ -110,10 +106,6 @@
   commands.push_back(new cmSubdirDependsCommand);
   commands.push_back(new cmUseMangledMesaCommand);
   commands.push_back(new cmUtilitySourceCommand);
-  commands.push_back(new cmVTKMakeInstantiatorCommand);
-  commands.push_back(new cmVTKWrapJavaCommand);
-  commands.push_back(new cmVTKWrapPythonCommand);
-  commands.push_back(new cmVTKWrapTclCommand);
   commands.push_back(new cmVariableRequiresCommand);
   commands.push_back(new cmWhileCommand);
   commands.push_back(new cmWriteFileCommand);



More information about the Cmake-commits mailing list