[mapguide-commits] r4982 - branches/2.2/MgDev

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Sun Jun 27 15:03:39 EDT 2010


Author: trevorwekel
Date: 2010-06-27 19:03:39 +0000 (Sun, 27 Jun 2010)
New Revision: 4982

Modified:
   branches/2.2/MgDev/build64.bat
Log:
Ticket #1295 Improve build scripts for 2.2 release cycle
- More fixes for 64 bit build


Modified: branches/2.2/MgDev/build64.bat
===================================================================
--- branches/2.2/MgDev/build64.bat	2010-06-27 19:02:13 UTC (rev 4981)
+++ branches/2.2/MgDev/build64.bat	2010-06-27 19:03:39 UTC (rev 4982)
@@ -450,7 +450,7 @@
 %XCOPY% "%MG_OEM%\fusionMG" "%MG_OUTPUT_WEB%\www\fusion" /EXCLUDE:svn_excludes.txt+%CONFIGURATION%_excludes.txt
 echo [install]: Web Tier - Apache module
 if not exist "%MG_OUTPUT_WEB%\Apache2\modules" mkdir "%MG_OUTPUT_WEB%\Apache2\modules"
-%XCOPY% /F "%MG_WEB_SRC%\mapagent\mod_mgmapagent.so" "%MG_OUTPUT_WEB%\Apache2\modules"
+%XCOPY% /F "%MG_WEB_SRC%\mapagent64\mod_mgmapagent.so" "%MG_OUTPUT_WEB%\Apache2\modules"
 echo [install]: Web Tier - fusion
 call %ANT% deploy -Ddeploy.home="%MG_OUTPUT_WEB%\www\fusion" -f "%MG_OEM%\fusion\build.xml"
 if "%TYPECOMPONENT%"=="server" goto quit



More information about the mapguide-commits mailing list