[mapguide-commits] r9841 - trunk/Installer

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Thu May 27 05:31:59 PDT 2021


Author: jng
Date: 2021-05-27 05:31:59 -0700 (Thu, 27 May 2021)
New Revision: 9841

Modified:
   trunk/Installer/build.bat
Log:
#2810: Rename ol2samples to clientsamples to make it clear that this folder is the home of client-side MapGuide application examples that may not exclusively use OpenLayers.

Modified: trunk/Installer/build.bat
===================================================================
--- trunk/Installer/build.bat	2021-05-27 12:31:37 UTC (rev 9840)
+++ trunk/Installer/build.bat	2021-05-27 12:31:59 UTC (rev 9841)
@@ -286,7 +286,7 @@
 %PARAFFIN% -dir %MG_SOURCE%\Web\www\dotnetviewersample -alias $(var.MgSource)\Web\www\dotnetviewersample -custom DOTNETVIEWERSAMPLEFILES -dirref WEBROOTLOCATION %WIX_INC_WEB%\incDotNetViewerSampleFiles.wxs
 
 echo [generate]: Web - OpenLayers Samples
-%PARAFFIN% -dir %MG_SOURCE%\Web\www\ol2samples -alias $(var.MgSource)\Web\www\ol2samples -custom OPENLAYERSSAMPLEFILES -dirref WEBROOTLOCATION %WIX_INC_WEB%\incOpenLayersSampleFiles.wxs
+%PARAFFIN% -dir %MG_SOURCE%\Web\www\clientsamples -alias $(var.MgSource)\Web\www\clientsamples -custom OPENLAYERSSAMPLEFILES -dirref WEBROOTLOCATION %WIX_INC_WEB%\incOpenLayersSampleFiles.wxs
 
 echo [generate]: Web - mapagent
 %PARAFFIN% -dir %MG_SOURCE%\Web\www\mapagent -alias $(var.MgSource)\Web\www\mapagent -custom MAPAGENTFILES -dirref WEBROOTLOCATION %WIX_INC_WEB%\incMapAgentFiles.wxs



More information about the mapguide-commits mailing list