[mapguide-commits] r8908 - trunk/Tools/Maestro/Install

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Thu Apr 7 06:59:01 PDT 2016


Author: jng
Date: 2016-04-07 06:59:01 -0700 (Thu, 07 Apr 2016)
New Revision: 8908

Modified:
   trunk/Tools/Maestro/Install/Maestro.nsi
Log:
Fix NetTopologySuite.dll not being bundled in installer

Modified: trunk/Tools/Maestro/Install/Maestro.nsi
===================================================================
--- trunk/Tools/Maestro/Install/Maestro.nsi	2016-04-07 13:40:17 UTC (rev 8907)
+++ trunk/Tools/Maestro/Install/Maestro.nsi	2016-04-07 13:59:01 UTC (rev 8908)
@@ -228,6 +228,7 @@
     File "${INST_OUTPUT_MAESTRO}\Microsoft.Dynamic.dll"
     File "${INST_OUTPUT_MAESTRO}\Microsoft.Scripting.dll"
     File "${INST_OUTPUT_MAESTRO}\Microsoft.Scripting.Metadata.dll"
+    File "${INST_OUTPUT_MAESTRO}\NetTopologySuite.dll"
     File "${INST_OUTPUT_MAESTRO}\OSGeo.FDO.Expressions.dll"
     File "${INST_OUTPUT_MAESTRO}\OSGeo.MapGuide.ObjectModels.dll"
     File "${INST_OUTPUT_MAESTRO}\OSGeo.MapGuide.MaestroAPI.dll"



More information about the mapguide-commits mailing list