[mapguide-commits] r8603 - branches/3.0/vagrant/scripts

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Sun Mar 29 08:04:16 PDT 2015


Author: jng
Date: 2015-03-29 08:04:16 -0700 (Sun, 29 Mar 2015)
New Revision: 8603

Modified:
   branches/3.0/vagrant/scripts/build.sh
   branches/3.0/vagrant/scripts/build_fdo.sh
Log:
#2520: Set expected build paths for 3.0

Modified: branches/3.0/vagrant/scripts/build.sh
===================================================================
--- branches/3.0/vagrant/scripts/build.sh	2015-03-28 10:42:23 UTC (rev 8602)
+++ branches/3.0/vagrant/scripts/build.sh	2015-03-29 15:04:16 UTC (rev 8603)
@@ -17,7 +17,7 @@
 SVNROOT=/home/vagrant
 #SVNROOT="svn://svn.bld.mgproto.net"
 #SVNROOT="http://svn.osgeo.org"
-SVNRELPATH=/mapguide/trunk/MgDev
+SVNRELPATH=/mapguide/branches/3.0/MgDev
 MY_MAKE_OPTS="-j 2"
 UBUNTU=0
 PRESERVE_BUILD_ROOT=1

Modified: branches/3.0/vagrant/scripts/build_fdo.sh
===================================================================
--- branches/3.0/vagrant/scripts/build_fdo.sh	2015-03-28 10:42:23 UTC (rev 8602)
+++ branches/3.0/vagrant/scripts/build_fdo.sh	2015-03-29 15:04:16 UTC (rev 8603)
@@ -104,7 +104,7 @@
 CMAKE=0
 
 MY_HOME_DIR=/home/vagrant
-FDO_SRC=${MY_HOME_DIR}/fdo/trunk
+FDO_SRC=${MY_HOME_DIR}/fdo/branches/4.0
 #FDO_SRC=http://svn.osgeo.org/fdo/trunk
 FDO_BUILD_AREA=${BUILDROOT}/fdo_build_area
 FDO_FILELIST=${FDO_BUILD_AREA}/install/filelist



More information about the mapguide-commits mailing list