[mapguide-commits] r5600 - trunk/MgDev
svn_mapguide at osgeo.org
svn_mapguide at osgeo.org
Fri Mar 4 05:28:32 EST 2011
Author: jng
Date: 2011-03-04 02:28:32 -0800 (Fri, 04 Mar 2011)
New Revision: 5600
Modified:
trunk/MgDev/build.bat
Log:
#1614: Bundle the correct directory for PHP samples to work right out of the box
Modified: trunk/MgDev/build.bat
===================================================================
--- trunk/MgDev/build.bat 2011-03-04 10:28:30 UTC (rev 5599)
+++ trunk/MgDev/build.bat 2011-03-04 10:28:32 UTC (rev 5600)
@@ -437,7 +437,7 @@
echo [install]: Documentation
%XCOPY% "%MG_DOC_OUTPUT%" "%MG_OUTPUT_WEB%\www\help\webapi" /EXCLUDE:svn_excludes.txt+%TYPEBUILD%_excludes.txt
echo [install]: Developer's Guide Sample Code
-%XCOPY% "%MG_DOC_DEVGUIDE_SAMPLES%" "%MG_OUTPUT_WEB%\www\devguide" /EXCLUDE:svn_excludes.txt+%TYPEBUILD%_excludes.txt
+%XCOPY% "%MG_DOC_DEVGUIDE_SAMPLES%" "%MG_OUTPUT_WEB%\www\phpsamples" /EXCLUDE:svn_excludes.txt+%TYPEBUILD%_excludes.txt
echo [install]: Viewer API documentation
%XCOPY% "%MG_DOC%\viewerapi" "%MG_OUTPUT_WEB%\www\help\viewerapi" /EXCLUDE:svn_excludes.txt+%TYPEBUILD%_excludes.txt
More information about the mapguide-commits
mailing list