[mapguide-commits] r4624 - trunk/MgDev

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Wed Mar 3 09:32:46 EST 2010


Author: jng
Date: 2010-03-03 09:32:46 -0500 (Wed, 03 Mar 2010)
New Revision: 4624

Added:
   trunk/MgDev/dotnetapi_excludes.txt
Modified:
   trunk/MgDev/build.bat
Log:
Fix #1289: Update build.bat to *not* copy the .net API dlls where it is not actually needed.

Modified: trunk/MgDev/build.bat
===================================================================
--- trunk/MgDev/build.bat	2010-03-03 14:31:12 UTC (rev 4623)
+++ trunk/MgDev/build.bat	2010-03-03 14:32:46 UTC (rev 4624)
@@ -393,7 +393,7 @@
 echo [install]: Web Tier - mapagent
 %XCOPY% "%MG_WEB_SRC%\mapagent" "%MG_OUTPUT_WEB%\www\mapagent" /EXCLUDE:svn_excludes.txt+mapagent_excludes.txt+%TYPEBUILD%_excludes.txt+%TYPEBUILD%_excludes.txt
 echo [install]: Web Tier - MapGuide API unmanaged binaries
-%XCOPY% "%MG_WEB_BIN%\%TYPEBUILD%" "%MG_OUTPUT_WEB%\www\mapagent" /EXCLUDE:php_excludes.txt+java_excludes.txt+svn_excludes.txt+%TYPEBUILD%_excludes.txt
+%XCOPY% "%MG_WEB_BIN%\%TYPEBUILD%" "%MG_OUTPUT_WEB%\www\mapagent" /EXCLUDE:php_excludes.txt+dotnetapi_excludes.txt+java_excludes.txt+svn_excludes.txt+%TYPEBUILD%_excludes.txt
 echo [install]: Web Tier - mapagent test forms
 %XCOPY% "%MG_UNIT_TEST%\WebTier\MapAgent\MapAgentForms" "%MG_OUTPUT_WEB%\www\mapagent" /EXCLUDE:svn_excludes.txt+%TYPEBUILD%_excludes.txt
 echo [install]: Web Tier - stdicons
@@ -407,11 +407,11 @@
 echo [install]: Web Tier - mapviewerphp
 %XCOPY% "%MG_WEB_SRC%\mapviewerphp" "%MG_OUTPUT_WEB%\www\mapviewerphp" /EXCLUDE:svn_excludes.txt+%TYPEBUILD%_excludes.txt
 echo [install]: Web Tier - Tomcat - MapGuide API unmanaged binaries
-%XCOPY% "%MG_WEB_BIN%\%TYPEBUILD%" "%MG_OUTPUT_WEB%\Tomcat\bin"/EXCLUDE:java_excludes.txt+svn_excludes.txt+%TYPEBUILD%_excludes.txt
+%XCOPY% "%MG_WEB_BIN%\%TYPEBUILD%" "%MG_OUTPUT_WEB%\Tomcat\bin"/EXCLUDE:java_excludes.txt+dotnetapi_excludes.txt+svn_excludes.txt+%TYPEBUILD%_excludes.txt
 echo [install]: Web Tier - php - MapGuide API unmanaged binaries
-%XCOPY% "%MG_WEB_BIN%\%TYPEBUILD%" "%MG_OUTPUT_WEB%\Php"/EXCLUDE:php_excludes.txt+svn_excludes.txt+%TYPEBUILD%_excludes.txt
+%XCOPY% "%MG_WEB_BIN%\%TYPEBUILD%" "%MG_OUTPUT_WEB%\Php"/EXCLUDE:php_excludes.txt+dotnetapi_excludes.txt+svn_excludes.txt+%TYPEBUILD%_excludes.txt
 echo [install]: Web Tier - php ext - MapGuide API unmanaged binaries
-%XCOPY% "%MG_WEB_BIN%\%TYPEBUILD%" "%MG_OUTPUT_WEB%\Php\ext" /EXCLUDE:php_excludes.txt+svn_excludes.txt+%TYPEBUILD%_excludes.txt
+%XCOPY% "%MG_WEB_BIN%\%TYPEBUILD%" "%MG_OUTPUT_WEB%\Php\ext" /EXCLUDE:php_excludes.txt+dotnetapi_excludes.txt+svn_excludes.txt+%TYPEBUILD%_excludes.txt
 echo [install]: Web Tier - mapviewernet
 %XCOPY% "%MG_WEB_SRC%\mapviewernet" "%MG_OUTPUT_WEB%\www\mapviewernet" /EXCLUDE:svn_excludes.txt+%TYPEBUILD%_excludes.txt
 echo [install]: Web Tier - mapviewernet - MapGuide API unmanaged binaries

Added: trunk/MgDev/dotnetapi_excludes.txt
===================================================================
--- trunk/MgDev/dotnetapi_excludes.txt	                        (rev 0)
+++ trunk/MgDev/dotnetapi_excludes.txt	2010-03-03 14:32:46 UTC (rev 4624)
@@ -0,0 +1,12 @@
+OSGeo.MapGuide.Foundation.dll
+OSGeo.MapGuide.Geometry.dll
+OSGeo.MapGuide.MapGuideCommon.dll
+OSGeo.MapGuide.PlatformBase.dll
+OSGeo.MapGuide.Web.dll
+FoundationUnmanagedApi.dll
+GeometryUnmanagedApi.dll
+MapGuideCommonUnmanagedApi.dll
+PlatformBaseUnmanagedApi.dll
+WebUnmanagedApi.dll
+MapGuideDotNetApi.dll
+MapGuideUnmanagedApi.dll
\ No newline at end of file



More information about the mapguide-commits mailing list