[mapguide-commits] r6216 - in trunk/Tools/Maestro: Install Properties

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Thu Nov 10 20:53:27 EST 2011


Author: jng
Date: 2011-11-10 17:53:27 -0800 (Thu, 10 Nov 2011)
New Revision: 6216

Modified:
   trunk/Tools/Maestro/Install/Maestro.nsi
   trunk/Tools/Maestro/Properties/GlobalAssemblyInfo.cs
Log:
Oops! The installer does not include the XML schema files (and hasn't been doing this for quite a few releases it seems!). So I'm designating this as the new RC1

Modified: trunk/Tools/Maestro/Install/Maestro.nsi
===================================================================
--- trunk/Tools/Maestro/Install/Maestro.nsi	2011-11-10 11:15:11 UTC (rev 6215)
+++ trunk/Tools/Maestro/Install/Maestro.nsi	2011-11-11 01:53:27 UTC (rev 6216)
@@ -178,6 +178,7 @@
 	# directories
 	File /r "${INST_OUTPUT_MAESTRO}\AddIns"
     File /r "${INST_OUTPUT_MAESTRO}\Data"
+    File /r "${INST_OUTPUT_MAESTRO}\Schemas"
     File /r "${INST_OUTPUT_MAESTRO}\UserDoc"
 	
 	# docs

Modified: trunk/Tools/Maestro/Properties/GlobalAssemblyInfo.cs
===================================================================
--- trunk/Tools/Maestro/Properties/GlobalAssemblyInfo.cs	2011-11-10 11:15:11 UTC (rev 6215)
+++ trunk/Tools/Maestro/Properties/GlobalAssemblyInfo.cs	2011-11-11 01:53:27 UTC (rev 6216)
@@ -35,5 +35,5 @@
 // You can specify all the values or you can default the Build and Revision Numbers 
 // by using the '*' as shown below:
 // [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("4.0.0.6212")]
-[assembly: AssemblyFileVersion("4.0.0.6212")]
+[assembly: AssemblyVersion("4.0.0.6216")]
+[assembly: AssemblyFileVersion("4.0.0.6216")]



More information about the mapguide-commits mailing list