[mapguide-commits] r8530 - trunk/Tools/MgInstantSetup/InstantSetupCmd

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Wed Feb 4 05:42:08 PST 2015


Author: jng
Date: 2015-02-04 05:42:08 -0800 (Wed, 04 Feb 2015)
New Revision: 8530

Modified:
   trunk/Tools/MgInstantSetup/InstantSetupCmd/Options.cs
Log:
InstantSetup: Make webtier-config optional as default value has been specified

Modified: trunk/Tools/MgInstantSetup/InstantSetupCmd/Options.cs
===================================================================
--- trunk/Tools/MgInstantSetup/InstantSetupCmd/Options.cs	2015-02-03 14:30:27 UTC (rev 8529)
+++ trunk/Tools/MgInstantSetup/InstantSetupCmd/Options.cs	2015-02-04 13:42:08 UTC (rev 8530)
@@ -58,7 +58,7 @@
         [Option("virtual-dir", DefaultValue = "mapguide", HelpText = "The name of the mapguide virtual directory to create on IIS/Apache")]
         public string VirtualDirectoryName { get; set; }
 
-        [Option("webtier-config", Required = true, DefaultValue = MapGuideWebConfiguration.Apache, HelpText = "The web tier configuration to use (IIS / Apache)")]
+        [Option("webtier-config", Required = false, DefaultValue = MapGuideWebConfiguration.Apache, HelpText = "The web tier configuration to use (IIS / Apache)")]
         public MapGuideWebConfiguration WebTierConfig { get; set; }
 
         [OptionArray("fdo-providers", Required = true, HelpText = "The list of FDO providers to register (eg: SDF SHP SQLite)")]



More information about the mapguide-commits mailing list