[mapguide-commits] r4778 - in sandbox/rfc90: .
Tools/Maestro/MgCooker
svn_mapguide at osgeo.org
svn_mapguide at osgeo.org
Fri Apr 9 23:53:36 EDT 2010
Author: uvlite
Date: 2010-04-09 23:53:35 -0400 (Fri, 09 Apr 2010)
New Revision: 4778
Added:
sandbox/rfc90/Tools/
Modified:
sandbox/rfc90/Tools/Maestro/MgCooker/MgCooker.sln
sandbox/rfc90/Tools/Maestro/MgCooker/SetupRun.cs
Log:
rfc90 some modification to make the cooker more useful
Modified: sandbox/rfc90/Tools/Maestro/MgCooker/MgCooker.sln
===================================================================
--- trunk/Tools/Maestro/MgCooker/MgCooker.sln 2010-04-08 20:43:13 UTC (rev 4771)
+++ sandbox/rfc90/Tools/Maestro/MgCooker/MgCooker.sln 2010-04-10 03:53:35 UTC (rev 4778)
@@ -9,6 +9,8 @@
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Globalizator", "..\Maestro\Globalizator\Globalizator.csproj", "{361D5982-275F-4A4C-935F-0BB637330C9C}"
EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OSGeo.MapGuide.Maestro.LoginForm", "..\Maestro\LoginForm\OSGeo.MapGuide.Maestro.LoginForm.csproj", "{4B79021A-5117-4894-BBC0-39452E4F40E3}"
+EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
@@ -31,6 +33,10 @@
{361D5982-275F-4A4C-935F-0BB637330C9C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{361D5982-275F-4A4C-935F-0BB637330C9C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{361D5982-275F-4A4C-935F-0BB637330C9C}.Release|Any CPU.Build.0 = Release|Any CPU
+ {4B79021A-5117-4894-BBC0-39452E4F40E3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {4B79021A-5117-4894-BBC0-39452E4F40E3}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {4B79021A-5117-4894-BBC0-39452E4F40E3}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {4B79021A-5117-4894-BBC0-39452E4F40E3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Modified: sandbox/rfc90/Tools/Maestro/MgCooker/SetupRun.cs
===================================================================
--- trunk/Tools/Maestro/MgCooker/SetupRun.cs 2010-04-08 20:43:13 UTC (rev 4771)
+++ sandbox/rfc90/Tools/Maestro/MgCooker/SetupRun.cs 2010-04-10 03:53:35 UTC (rev 4778)
@@ -335,7 +335,7 @@
sw.Write(",");
sw.Write(c.ScaleIndexes[i].ToString());
}
-
+ sw.Write(" "); // dont forget the space after the list of scaleindexes ticket #1316
if (c.ExtentOverride != null)
{
sw.Write(" --extentoverride=");
More information about the mapguide-commits
mailing list