[mapguide-commits] r5334 - in sandbox/maestro-3.0: ExtendedModels/LayerDefinition-1.2.0 Install Properties

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Tue Oct 26 07:47:34 EDT 2010


Author: jng
Date: 2010-10-26 04:47:34 -0700 (Tue, 26 Oct 2010)
New Revision: 5334

Modified:
   sandbox/maestro-3.0/ExtendedModels/LayerDefinition-1.2.0/OSGeo.MapGuide.ObjectModels.LayerDefinition-1.2.0.csproj
   sandbox/maestro-3.0/Install/Maestro.nsi
   sandbox/maestro-3.0/Properties/GlobalAssemblyInfo.cs
Log:
Update for test build #2

Modified: sandbox/maestro-3.0/ExtendedModels/LayerDefinition-1.2.0/OSGeo.MapGuide.ObjectModels.LayerDefinition-1.2.0.csproj
===================================================================
--- sandbox/maestro-3.0/ExtendedModels/LayerDefinition-1.2.0/OSGeo.MapGuide.ObjectModels.LayerDefinition-1.2.0.csproj	2010-10-26 11:38:12 UTC (rev 5333)
+++ sandbox/maestro-3.0/ExtendedModels/LayerDefinition-1.2.0/OSGeo.MapGuide.ObjectModels.LayerDefinition-1.2.0.csproj	2010-10-26 11:47:34 UTC (rev 5334)
@@ -9,7 +9,7 @@
     <OutputType>Library</OutputType>
     <AppDesignerFolder>Properties</AppDesignerFolder>
     <RootNamespace>OSGeo.MapGuide.ObjectModels.LayerDefinition_1_2_0</RootNamespace>
-    <AssemblyName>OSGeo.MapGuide.ObjectModels.LayerDefinition-1.0.0</AssemblyName>
+    <AssemblyName>OSGeo.MapGuide.ObjectModels.LayerDefinition-1.2.0</AssemblyName>
     <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
     <FileAlignment>512</FileAlignment>
   </PropertyGroup>

Modified: sandbox/maestro-3.0/Install/Maestro.nsi
===================================================================
--- sandbox/maestro-3.0/Install/Maestro.nsi	2010-10-26 11:38:12 UTC (rev 5333)
+++ sandbox/maestro-3.0/Install/Maestro.nsi	2010-10-26 11:47:34 UTC (rev 5334)
@@ -181,24 +181,40 @@
 	File "${INST_OUTPUT_MAESTRO}\license.txt"
 	
 	# data/config files
+    File "${INST_OUTPUT_MAESTRO}\Maestro.exe.config"
+    File "${INST_OUTPUT_MAESTRO}\MaestroFsPreview.exe.config"
 	File "${INST_OUTPUT_MAESTRO}\ConnectionProviders.xml"
+    File "${INST_OUTPUT_MAESTRO}\FsEditorMap.xml"
 	
 	# libraries
 	File "${INST_OUTPUT_MAESTRO}\Aga.Controls.dll"
 	File "${INST_OUTPUT_MAESTRO}\ICSharpCode.Core.dll"
 	File "${INST_OUTPUT_MAESTRO}\ICSharpCode.Core.WinForms.dll"
+    File "${INST_OUTPUT_MAESTRO}\ICSharpCode.SharpZipLib.dll"
+    File "${INST_OUTPUT_MAESTRO}\MapGuideDotNetApi.dll"
 	File "${INST_OUTPUT_MAESTRO}\Maestro.Base.dll"
 	File "${INST_OUTPUT_MAESTRO}\Maestro.Editors.dll"
 	File "${INST_OUTPUT_MAESTRO}\Maestro.Login.dll"
-	File "${INST_OUTPUT_MAESTRO}\Maestro.ResourceValidation.dll"
+    File "${INST_OUTPUT_MAESTRO}\Maestro.Packaging.dll"
 	File "${INST_OUTPUT_MAESTRO}\Maestro.Shared.UI.dll"
 	File "${INST_OUTPUT_MAESTRO}\OSGeo.MapGuide.MaestroAPI.dll"
 	File "${INST_OUTPUT_MAESTRO}\OSGeo.MapGuide.MaestroAPI.Http.dll"
+    File "${INST_OUTPUT_MAESTRO}\OSGeo.MapGuide.MaestroAPI.Native.dll"
+    File "${INST_OUTPUT_MAESTRO}\OSGeo.MapGuide.ObjectModels.LayerDefinition-1.1.0.dll"
+    File "${INST_OUTPUT_MAESTRO}\OSGeo.MapGuide.ObjectModels.LayerDefinition-1.2.0.dll"
+    File "${INST_OUTPUT_MAESTRO}\OSGeo.MapGuide.ObjectModels.LayerDefinition-1.3.0.dll"
+    File "${INST_OUTPUT_MAESTRO}\OSGeo.MapGuide.ObjectModels.LoadProcedure-1.1.0.dll"
+    File "${INST_OUTPUT_MAESTRO}\OSGeo.MapGuide.ObjectModels.LoadProcedure-2.2.0.dll"
+    File "${INST_OUTPUT_MAESTRO}\OSGeo.MapGuide.ObjectModels.SymbolDefinition-1.1.0.dll"
+    File "${INST_OUTPUT_MAESTRO}\OSGeo.MapGuide.ObjectModels.WebLayout-1.1.0.dll"
 	File "${INST_OUTPUT_MAESTRO}\Topology.dll"
+    File "${INST_OUTPUT_MAESTRO}\Topology.IO.MapGuide.dll"
 	
 	# main executables
 	File "${INST_OUTPUT_MAESTRO}\${EXE_MAESTRO}"
-	#File "${INST_OUTPUT_MAESTRO}\MgCooker.exe"
+	File "${INST_OUTPUT_MAESTRO}\MgCooker.exe"
+    File "${INST_OUTPUT_MAESTRO}\MgCookerCmd.exe"
+    File "${INST_OUTPUT_MAESTRO}\MaestroFsPreview.exe"
 	
 	# create uninstaller
 	WriteUninstaller "$INSTDIR\uninstall.exe"

Modified: sandbox/maestro-3.0/Properties/GlobalAssemblyInfo.cs
===================================================================
--- sandbox/maestro-3.0/Properties/GlobalAssemblyInfo.cs	2010-10-26 11:38:12 UTC (rev 5333)
+++ sandbox/maestro-3.0/Properties/GlobalAssemblyInfo.cs	2010-10-26 11:47:34 UTC (rev 5334)
@@ -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("3.0.0.5311")]
-[assembly: AssemblyFileVersion("3.0.0.5311")]
+[assembly: AssemblyVersion("3.0.0.5334")]
+[assembly: AssemblyFileVersion("3.0.0.5334")]



More information about the mapguide-commits mailing list