[mapguide-commits] r9164 - in trunk/Tools/Vagrant: centos6/x64 centos6/x86 scripts ubuntu12/x64 ubuntu12/x86 ubuntu14/x64 ubuntu14/x86

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Fri Apr 21 06:04:57 PDT 2017


Author: jng
Date: 2017-04-21 06:04:57 -0700 (Fri, 21 Apr 2017)
New Revision: 9164

Modified:
   trunk/Tools/Vagrant/centos6/x64/Vagrantfile
   trunk/Tools/Vagrant/centos6/x86/Vagrantfile
   trunk/Tools/Vagrant/scripts/mapguidecommon_excludes.txt
   trunk/Tools/Vagrant/scripts/platformbase_excludes.txt
   trunk/Tools/Vagrant/ubuntu12/x64/Vagrantfile
   trunk/Tools/Vagrant/ubuntu12/x86/Vagrantfile
   trunk/Tools/Vagrant/ubuntu14/x64/Vagrantfile
   trunk/Tools/Vagrant/ubuntu14/x86/Vagrantfile
Log:
Update baseline version numbers

Modified: trunk/Tools/Vagrant/centos6/x64/Vagrantfile
===================================================================
--- trunk/Tools/Vagrant/centos6/x64/Vagrantfile	2017-04-21 11:45:44 UTC (rev 9163)
+++ trunk/Tools/Vagrant/centos6/x64/Vagrantfile	2017-04-21 13:04:57 UTC (rev 9164)
@@ -124,5 +124,5 @@
   config.vm.provision "shell",
     privileged: false,
     path: "../../scripts/provision_centos.sh",
-    args: [4, 1, 0, 3, 1, 0, "trunk", "trunk", "amd64", "Test", "centos6", 1, 1]
+    args: [4, 2, 0, 3, 3, 0, "trunk", "trunk", "amd64", "Test", "centos6", 1, 1]
 end

Modified: trunk/Tools/Vagrant/centos6/x86/Vagrantfile
===================================================================
--- trunk/Tools/Vagrant/centos6/x86/Vagrantfile	2017-04-21 11:45:44 UTC (rev 9163)
+++ trunk/Tools/Vagrant/centos6/x86/Vagrantfile	2017-04-21 13:04:57 UTC (rev 9164)
@@ -124,5 +124,5 @@
   config.vm.provision "shell",
     privileged: false,
     path: "../../provision_centos.sh",
-    args: [4, 1, 0, 3, 1, 0, "trunk", "trunk", "i386", "Test", "centos6", 1, 1]
+    args: [4, 2, 0, 3, 3, 0, "trunk", "trunk", "i386", "Test", "centos6", 1, 1]
 end

Modified: trunk/Tools/Vagrant/scripts/mapguidecommon_excludes.txt
===================================================================
--- trunk/Tools/Vagrant/scripts/mapguidecommon_excludes.txt	2017-04-21 11:45:44 UTC (rev 9163)
+++ trunk/Tools/Vagrant/scripts/mapguidecommon_excludes.txt	2017-04-21 13:04:57 UTC (rev 9164)
@@ -2,25 +2,25 @@
 libACE.so.6.2.6
 libdwfcore-1.7.0.so
 libdwftk-7.7.0.so
-libMgFoundation-3.1.0.so
+libMgFoundation-3.3.0.so
 libMgFoundation.so
-libMgGeometry-3.1.0.so
+libMgGeometry-3.3.0.so
 libMgGeometry.so
-libMgGwsCommon-3.1.0.so
+libMgGwsCommon-3.3.0.so
 libMgGwsCommon.so
-libMgGwsQueryEngine-3.1.0.so
+libMgGwsQueryEngine-3.3.0.so
 libMgGwsQueryEngine.so
-libMgGwsResource-3.1.0.so
+libMgGwsResource-3.3.0.so
 libMgGwsResource.so
-libMgMdfModel-3.1.0.so
+libMgMdfModel-3.3.0.so
 libMgMdfModel.so
-libMgMdfParser-3.1.0.so
+libMgMdfParser-3.3.0.so
 libMgMdfParser.so
-libMgPlatformBase-3.1.0.so
+libMgPlatformBase-3.3.0.so
 libMgPlatformBase.so
-libMgRenderers-3.1.0.so
+libMgRenderers-3.3.0.so
 libMgRenderers.so
-libMgStylization-3.1.0.so
+libMgStylization-3.3.0.so
 libMgStylization.so
 libxerces-c-3.1.so
 libxerces-c.so

Modified: trunk/Tools/Vagrant/scripts/platformbase_excludes.txt
===================================================================
--- trunk/Tools/Vagrant/scripts/platformbase_excludes.txt	2017-04-21 11:45:44 UTC (rev 9163)
+++ trunk/Tools/Vagrant/scripts/platformbase_excludes.txt	2017-04-21 13:04:57 UTC (rev 9164)
@@ -6,7 +6,7 @@
 libdbxml-2.5.so
 libdbxml.so
 liblib_json.so
-libMgMapGuideCommon-3.1.0.so
+libMgMapGuideCommon-3.3.0.so
 libMgMapGuideCommon.so
 libxqilla.so
 libxqilla.so.5

Modified: trunk/Tools/Vagrant/ubuntu12/x64/Vagrantfile
===================================================================
--- trunk/Tools/Vagrant/ubuntu12/x64/Vagrantfile	2017-04-21 11:45:44 UTC (rev 9163)
+++ trunk/Tools/Vagrant/ubuntu12/x64/Vagrantfile	2017-04-21 13:04:57 UTC (rev 9164)
@@ -124,5 +124,5 @@
   config.vm.provision "shell",
     privileged: false,
     path: "../../scripts/provision_ubuntu.sh",
-    args: [4, 1, 0, 3, 1, 0, "trunk", "trunk", "amd64", "Test", "ubuntu12", 1, 1]
+    args: [4, 2, 0, 3, 3, 0, "trunk", "trunk", "amd64", "Test", "ubuntu12", 1, 1]
 end

Modified: trunk/Tools/Vagrant/ubuntu12/x86/Vagrantfile
===================================================================
--- trunk/Tools/Vagrant/ubuntu12/x86/Vagrantfile	2017-04-21 11:45:44 UTC (rev 9163)
+++ trunk/Tools/Vagrant/ubuntu12/x86/Vagrantfile	2017-04-21 13:04:57 UTC (rev 9164)
@@ -124,5 +124,5 @@
   config.vm.provision "shell",
     privileged: false,
     path: "../../scripts/provision_ubuntu.sh",
-    args: [4, 1, 0, 3, 1, 0, "trunk", "trunk", "i386", "Test", "ubuntu12", 1, 1]
+    args: [4, 2, 0, 3, 3, 0, "trunk", "trunk", "i386", "Test", "ubuntu12", 1, 1]
 end

Modified: trunk/Tools/Vagrant/ubuntu14/x64/Vagrantfile
===================================================================
--- trunk/Tools/Vagrant/ubuntu14/x64/Vagrantfile	2017-04-21 11:45:44 UTC (rev 9163)
+++ trunk/Tools/Vagrant/ubuntu14/x64/Vagrantfile	2017-04-21 13:04:57 UTC (rev 9164)
@@ -124,5 +124,5 @@
   config.vm.provision "shell",
     privileged: false,
     path: "../../scripts/provision_ubuntu.sh",
-    args: [4, 1, 0, 3, 1, 0, "trunk", "trunk", "amd64", "Test", "ubuntu14", 1, 1]
+    args: [4, 2, 0, 3, 3, 0, "trunk", "trunk", "amd64", "Test", "ubuntu14", 1, 1]
 end

Modified: trunk/Tools/Vagrant/ubuntu14/x86/Vagrantfile
===================================================================
--- trunk/Tools/Vagrant/ubuntu14/x86/Vagrantfile	2017-04-21 11:45:44 UTC (rev 9163)
+++ trunk/Tools/Vagrant/ubuntu14/x86/Vagrantfile	2017-04-21 13:04:57 UTC (rev 9164)
@@ -124,5 +124,5 @@
   config.vm.provision "shell",
     privileged: false,
     path: "../../scripts/provision_ubuntu.sh",
-    args: [4, 1, 0, 3, 1, 0, "trunk", "trunk", "i386", "Test", "ubuntu14", 1, 1]
+    args: [4, 2, 0, 3, 3, 0, "trunk", "trunk", "i386", "Test", "ubuntu14", 1, 1]
 end



More information about the mapguide-commits mailing list