[mapguide-commits] r8675 - sandbox/jng/diet_oem

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Fri May 22 02:28:40 PDT 2015


Author: jng
Date: 2015-05-22 02:28:40 -0700 (Fri, 22 May 2015)
New Revision: 8675

Modified:
   sandbox/jng/diet_oem/build.bat
Log:
Add tomcat tarball to OEM buildpack

Modified: sandbox/jng/diet_oem/build.bat
===================================================================
--- sandbox/jng/diet_oem/build.bat	2015-05-18 11:15:38 UTC (rev 8674)
+++ sandbox/jng/diet_oem/build.bat	2015-05-22 09:28:40 UTC (rev 8675)
@@ -91,6 +91,8 @@
 xcopy /S /Y /I "%CD%\httpd" "%MG_OEM_OUTPUT%\httpd"
 xcopy /R /D /Y "%CD%\LinuxApt\httpd-2.4.10.tar.bz2" "%MG_OEM_OUTPUT%\LinuxApt\"
 xcopy /R /D /Y "%CD%\LinuxApt\php-5.5.17.tar.bz2" "%MG_OEM_OUTPUT%\LinuxApt\"
+xcopy /R /D /Y "%CD%\LinuxApt\apache-tomcat-7.0.56.tar.gz" "%MG_OEM_OUTPUT%\LinuxApt\"
+xcopy /R /D /Y "%CD%\LinuxApt\server.xml" "%MG_OEM_OUTPUT%\LinuxApt\"
 xcopy /S /Y /I "%CD%\jsoncpp" "%MG_OEM_OUTPUT%\jsoncpp" /EXCLUDE:ignore.txt
 xcopy /S /Y /I "%CD%\php" "%MG_OEM_OUTPUT%\php"
 xcopy /S /Y /I "%CD%\SWIGEx" "%MG_OEM_OUTPUT%\SWIGEx"



More information about the mapguide-commits mailing list