[mapguide-commits] r4533 - sandbox/adsk/2.2gp/Server/src/Core

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Thu Jan 14 00:03:33 EST 2010


Author: waltweltonlair
Date: 2010-01-14 00:03:32 -0500 (Thu, 14 Jan 2010)
New Revision: 4533

Modified:
   sandbox/adsk/2.2gp/Server/src/Core/PerformanceLoggingEventHandler.cpp
   sandbox/adsk/2.2gp/Server/src/Core/PerformanceLoggingEventHandler.h
   sandbox/adsk/2.2gp/Server/src/Core/ServerCore.vcproj
   sandbox/adsk/2.2gp/Server/src/Core/serverconfig.ini
Log:
Three cleanups:
 * remove spurious build configurations from ServerCore.vcproj
 * update copyright year to 2010
 * remove FailoverRetryTime=60 reference from serverconfig (it's for internal use, and already has a default of 60)


Modified: sandbox/adsk/2.2gp/Server/src/Core/PerformanceLoggingEventHandler.cpp
===================================================================
--- sandbox/adsk/2.2gp/Server/src/Core/PerformanceLoggingEventHandler.cpp	2010-01-14 04:51:01 UTC (rev 4532)
+++ sandbox/adsk/2.2gp/Server/src/Core/PerformanceLoggingEventHandler.cpp	2010-01-14 05:03:32 UTC (rev 4533)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  Copyright (C) 2004-2010 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: sandbox/adsk/2.2gp/Server/src/Core/PerformanceLoggingEventHandler.h
===================================================================
--- sandbox/adsk/2.2gp/Server/src/Core/PerformanceLoggingEventHandler.h	2010-01-14 04:51:01 UTC (rev 4532)
+++ sandbox/adsk/2.2gp/Server/src/Core/PerformanceLoggingEventHandler.h	2010-01-14 05:03:32 UTC (rev 4533)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  Copyright (C) 2004-2010 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: sandbox/adsk/2.2gp/Server/src/Core/ServerCore.vcproj
===================================================================
--- sandbox/adsk/2.2gp/Server/src/Core/ServerCore.vcproj	2010-01-14 04:51:01 UTC (rev 4532)
+++ sandbox/adsk/2.2gp/Server/src/Core/ServerCore.vcproj	2010-01-14 05:03:32 UTC (rev 4533)
@@ -462,38 +462,6 @@
 						Name="VCCLCompilerTool"
 					/>
 				</FileConfiguration>
-				<FileConfiguration
-					Name="ReleaseTopobase|Win32"
-					ExcludedFromBuild="true"
-					>
-					<Tool
-						Name="VCCLCompilerTool"
-					/>
-				</FileConfiguration>
-				<FileConfiguration
-					Name="ReleaseTopobase|x64"
-					ExcludedFromBuild="true"
-					>
-					<Tool
-						Name="VCCLCompilerTool"
-					/>
-				</FileConfiguration>
-				<FileConfiguration
-					Name="DebugTopobase|Win32"
-					ExcludedFromBuild="true"
-					>
-					<Tool
-						Name="VCCLCompilerTool"
-					/>
-				</FileConfiguration>
-				<FileConfiguration
-					Name="DebugTopobase|x64"
-					ExcludedFromBuild="true"
-					>
-					<Tool
-						Name="VCCLCompilerTool"
-					/>
-				</FileConfiguration>
 			</File>
 			<File
 				RelativePath=".\DataTransactionTimeoutEventHandler.h"

Modified: sandbox/adsk/2.2gp/Server/src/Core/serverconfig.ini
===================================================================
--- sandbox/adsk/2.2gp/Server/src/Core/serverconfig.ini	2010-01-14 04:51:01 UTC (rev 4532)
+++ sandbox/adsk/2.2gp/Server/src/Core/serverconfig.ini	2010-01-14 05:03:32 UTC (rev 4533)
@@ -83,7 +83,6 @@
 ConnectionTimerInterval            = 60
 DefaultMessageLocale               = en
 DisplayName                        =
-FailoverRetryTime                  = 60
 FdoPath                            = FDO/
 LicenseServerPath                  = @localhost
 Locale                             =



More information about the mapguide-commits mailing list