[mapguide-commits] r6171 - trunk/MgDev/Oem/LinuxApt

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Mon Oct 10 05:37:38 EDT 2011


Author: liuar
Date: 2011-10-10 02:37:38 -0700 (Mon, 10 Oct 2011)
New Revision: 6171

Added:
   trunk/MgDev/Oem/LinuxApt/apache-tomcat-7.0.21.tar.gz
Removed:
   trunk/MgDev/Oem/LinuxApt/apache-tomcat-7.0.21-src.tar.gz
Modified:
   trunk/MgDev/Oem/LinuxApt/build_apt.sh
Log:
Submit on behalf of Mars Wu
Implement RFC 121. Ticket: http://trac.osgeo.org/mapguide/ticket/1818

The apache-tomcat-7.0.21-src.tar.gz is the src distribution package which was wrong. Replaced it with the binary package apache-tomcat-7.0.21.tar.gz.
Also updated the path name in build_apt.sh

Deleted: trunk/MgDev/Oem/LinuxApt/apache-tomcat-7.0.21-src.tar.gz
===================================================================
(Binary files differ)

Added: trunk/MgDev/Oem/LinuxApt/apache-tomcat-7.0.21.tar.gz
===================================================================
(Binary files differ)


Property changes on: trunk/MgDev/Oem/LinuxApt/apache-tomcat-7.0.21.tar.gz
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Modified: trunk/MgDev/Oem/LinuxApt/build_apt.sh
===================================================================
--- trunk/MgDev/Oem/LinuxApt/build_apt.sh	2011-10-09 09:05:36 UTC (rev 6170)
+++ trunk/MgDev/Oem/LinuxApt/build_apt.sh	2011-10-10 09:37:38 UTC (rev 6171)
@@ -243,10 +243,10 @@
 #**********************************************************
 if [ "$TOMCAT" = "1" ]; then
 echo Tomcat install started
-tar -zxf apache-tomcat-7.0.21-src.tar.gz -C $INSTALLWEB
+tar -zxf apache-tomcat-7.0.21.tar.gz -C $INSTALLWEB
 check_tomcat_install
 pushd $INSTALLWEB
-mv apache-tomcat-7.0.21-src tomcat
+mv apache-tomcat-7.0.21 tomcat
 check_tomcat_install
 popd
 echo Tomcat install completed



More information about the mapguide-commits mailing list