[mapguide-commits] r4983 - trunk/MgDev
svn_mapguide at osgeo.org
svn_mapguide at osgeo.org
Sun Jun 27 15:03:55 EDT 2010
Author: trevorwekel
Date: 2010-06-27 19:03:55 +0000 (Sun, 27 Jun 2010)
New Revision: 4983
Modified:
trunk/MgDev/build64.bat
Log:
Ticket #1295 Improve build scripts for 2.2 release cycle
- More fixes for 64 bit build
Modified: trunk/MgDev/build64.bat
===================================================================
--- trunk/MgDev/build64.bat 2010-06-27 19:03:39 UTC (rev 4982)
+++ trunk/MgDev/build64.bat 2010-06-27 19:03:55 UTC (rev 4983)
@@ -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