[mapguide-commits] r8578 - trunk/Tools/Vagrant/scripts

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Sun Mar 15 07:36:51 PDT 2015


Author: jng
Date: 2015-03-15 07:36:51 -0700 (Sun, 15 Mar 2015)
New Revision: 8578

Modified:
   trunk/Tools/Vagrant/scripts/build.ps1
Log:
Add instantsetup component option to build.ps1

Modified: trunk/Tools/Vagrant/scripts/build.ps1
===================================================================
--- trunk/Tools/Vagrant/scripts/build.ps1	2015-03-15 14:22:56 UTC (rev 8577)
+++ trunk/Tools/Vagrant/scripts/build.ps1	2015-03-15 14:36:51 UTC (rev 8578)
@@ -39,7 +39,7 @@
     [string]
     $action = "buildinstall",
     [Parameter(HelpMessage = "The components to build")]
-    [ValidateSet("all", "oem", "server", "web", "installer", "desktop", "doc")]
+    [ValidateSet("all", "oem", "server", "web", "installer", "instantsetup", "desktop", "doc")]
     [Alias("w")]
     [string]
     $component = "all",



More information about the mapguide-commits mailing list