[mapguide-commits] r8704 - trunk/Tools/Maestro

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Mon Jul 13 04:00:10 PDT 2015


Author: jng
Date: 2015-07-13 04:00:10 -0700 (Mon, 13 Jul 2015)
New Revision: 8704

Modified:
   trunk/Tools/Maestro/build.bat
Log:
Update build.bat

Modified: trunk/Tools/Maestro/build.bat
===================================================================
--- trunk/Tools/Maestro/build.bat	2015-07-13 09:20:28 UTC (rev 8703)
+++ trunk/Tools/Maestro/build.bat	2015-07-13 11:00:10 UTC (rev 8704)
@@ -2,7 +2,7 @@
 SET TYPEACTION=build
 SET TYPEBUILD=Release
 SET PLATFORM=Any CPU
-SET RELEASE_VERSION=6.0a4
+SET RELEASE_VERSION=6.0m5
 SET OLDPATH=%PATH%
 SET PATH=%PATH%;%CD%\Thirdparty\NSIS;C:\Windows\Microsoft.NET\Framework\v4.0.30319
 SET SLNDIR=%CD%
@@ -75,10 +75,6 @@
 pushd Maestro
 %MSBUILD% Maestro_All.sln
 popd
-rem GeoRest addin not ready for prime-time so remove this from output dir
-pushd out\%TYPEBUILD%\AddIns
-rd /S /Q GeoRest
-popd
 pushd UserDoc
 call make.bat html
 popd



More information about the mapguide-commits mailing list