[mapguide-commits] r1138 - in trunk/MgDev: . Oem/FDO/ProviderList/ServerCommunity Server/src/Core

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Tue Feb 27 15:01:35 EST 2007


Author: ronnielouie
Date: 2007-02-27 15:01:35 -0500 (Tue, 27 Feb 2007)
New Revision: 1138

Modified:
   trunk/MgDev/Oem/FDO/ProviderList/ServerCommunity/providers.xml
   trunk/MgDev/Server/src/Core/Makefile.am
   trunk/MgDev/configure
   trunk/MgDev/configure.in
Log:
Update to FDO G052.

Modified: trunk/MgDev/Oem/FDO/ProviderList/ServerCommunity/providers.xml
===================================================================
--- trunk/MgDev/Oem/FDO/ProviderList/ServerCommunity/providers.xml	2007-02-27 00:18:26 UTC (rev 1137)
+++ trunk/MgDev/Oem/FDO/ProviderList/ServerCommunity/providers.xml	2007-02-27 20:01:35 UTC (rev 1138)
@@ -6,8 +6,8 @@
     <DisplayName>OSGeo FDO Provider for SHP </DisplayName>
     <Description>Read/write access to spatial and attribute data in an ESRI SHP file. </Description>
     <IsManaged>False</IsManaged>
-    <Version>3.2.0.0</Version>
-    <FeatureDataObjectsVersion>3.2.0.0</FeatureDataObjectsVersion>
+    <Version>3.2.2.0</Version>
+    <FeatureDataObjectsVersion>3.2.2.0</FeatureDataObjectsVersion>
     <LibraryPath>ShpProvider.dll</LibraryPath>
   </FeatureProvider>
 
@@ -16,8 +16,8 @@
     <DisplayName>OSGeo FDO Provider for SDF </DisplayName>
     <Description>Read/write access to Autodesk's spatial database format, a file-based personal geodatabase that supports multiple features/attributes, spatial indexing, and file-locking. </Description>
     <IsManaged>False</IsManaged>
-    <Version>3.2.0.0</Version>
-    <FeatureDataObjectsVersion>3.2.0.0</FeatureDataObjectsVersion>
+    <Version>3.2.2.0</Version>
+    <FeatureDataObjectsVersion>3.2.2.0</FeatureDataObjectsVersion>
     <LibraryPath>SDFProvider.dll</LibraryPath>
   </FeatureProvider>
 

Modified: trunk/MgDev/Server/src/Core/Makefile.am
===================================================================
--- trunk/MgDev/Server/src/Core/Makefile.am	2007-02-27 00:18:26 UTC (rev 1137)
+++ trunk/MgDev/Server/src/Core/Makefile.am	2007-02-27 20:01:35 UTC (rev 1138)
@@ -87,7 +87,7 @@
   -ldwftk \
   -ldwfemap \
   -lexpat \
-  -lFDO-3.2.0 \
+  -lFDO-3.2.2 \
   -lxalanMsg \
   -lxalan-c \
   -lxerces-c \

Modified: trunk/MgDev/configure
===================================================================
--- trunk/MgDev/configure	2007-02-27 00:18:26 UTC (rev 1137)
+++ trunk/MgDev/configure	2007-02-27 20:01:35 UTC (rev 1138)
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.59 for mapguide 1.0.1.
+# Generated by GNU Autoconf 2.59 for mapguide 1.2.0.
 #
 # Report bugs to <http://mapguide.osgeo.org>.
 #
@@ -428,8 +428,8 @@
 # Identity of this package.
 PACKAGE_NAME='mapguide'
 PACKAGE_TARNAME='mapguide'
-PACKAGE_VERSION='1.0.1'
-PACKAGE_STRING='mapguide 1.0.1'
+PACKAGE_VERSION='1.2.0'
+PACKAGE_STRING='mapguide 1.2.0'
 PACKAGE_BUGREPORT='http://mapguide.osgeo.org'
 
 ac_unique_file="configure.in"
@@ -950,7 +950,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures mapguide 1.0.1 to adapt to many kinds of systems.
+\`configure' configures mapguide 1.2.0 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1016,7 +1016,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of mapguide 1.0.1:";;
+     short | recursive ) echo "Configuration of mapguide 1.2.0:";;
    esac
   cat <<\_ACEOF
 
@@ -1158,7 +1158,7 @@
 test -n "$ac_init_help" && exit 0
 if $ac_init_version; then
   cat <<\_ACEOF
-mapguide configure 1.0.1
+mapguide configure 1.2.0
 generated by GNU Autoconf 2.59
 
 Copyright (C) 2003 Free Software Foundation, Inc.
@@ -1172,7 +1172,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by mapguide $as_me 1.0.1, which was
+It was created by mapguide $as_me 1.2.0, which was
 generated by GNU Autoconf 2.59.  Invocation command line was
 
   $ $0 $@
@@ -1765,7 +1765,7 @@
 
 # Define the identity of the package.
  PACKAGE=mapguide
- VERSION=1.0.1
+ VERSION=1.2.0
 
 
 cat >>confdefs.h <<_ACEOF
@@ -8949,10 +8949,10 @@
 fi;
 
 if test $custom_inc = "DEFAULT"; then
-  map_fdo_include="/usr/local/fdo-3.2.0/include"
+  map_fdo_include="/usr/local/fdo-3.2.2/include"
   if test -d $map_fdo_include; then
-  	{ echo "$as_me:$LINENO: Building with default location of FDO include files at /usr/local/fdo-3.2.0/include" >&5
-echo "$as_me: Building with default location of FDO include files at /usr/local/fdo-3.2.0/include" >&6;}
+  	{ echo "$as_me:$LINENO: Building with default location of FDO include files at /usr/local/fdo-3.2.2/include" >&5
+echo "$as_me: Building with default location of FDO include files at /usr/local/fdo-3.2.2/include" >&6;}
   else
  	{ { echo "$as_me:$LINENO: error: the default FDO include path $map_fdo_include is not a valid directory. Please use the custom option" >&5
 echo "$as_me: error: the default FDO include path $map_fdo_include is not a valid directory. Please use the custom option" >&2;}
@@ -8980,10 +8980,10 @@
 fi;
 
 if test $custom_lib = "DEFAULT"; then
-  map_fdo_lib="/usr/local/fdo-3.2.0/lib"
+  map_fdo_lib="/usr/local/fdo-3.2.2/lib"
   if test -d $map_fdo_lib; then
-  	{ echo "$as_me:$LINENO: Building with default location of FDO libraries at /usr/local/fdo-3.2.0/lib" >&5
-echo "$as_me: Building with default location of FDO libraries at /usr/local/fdo-3.2.0/lib" >&6;}
+  	{ echo "$as_me:$LINENO: Building with default location of FDO libraries at /usr/local/fdo-3.2.2/lib" >&5
+echo "$as_me: Building with default location of FDO libraries at /usr/local/fdo-3.2.2/lib" >&6;}
   else
   	{ { echo "$as_me:$LINENO: error: the default FDO lib path $map_fdo_lib is not a valid directory. Please use the custom option" >&5
 echo "$as_me: error: the default FDO lib path $map_fdo_lib is not a valid directory. Please use the custom option" >&2;}
@@ -9193,7 +9193,7 @@
 
 
 # MAP_CONFIG_FILES_SERVER
-                                                                                                                                                                                                                            ac_config_files="$ac_config_files Server/Makefile Server/src/Makefile Server/src/Gws/Makefile Server/src/Gws/GwsResource/Makefile Server/src/Gws/GwsCommon/Makefile Server/src/Gws/GwsQueryEngine/Makefile Server/src/Common/Makefile Server/src/Common/Base/Makefile Server/src/Common/Manager/Makefile Server/src/Common/Thread/Makefile Server/src/Services/Makefile Server/src/Services/Feature/Makefile Server/src/Services/Kml/Makefile Server/src/Services/Mapping/Makefile Server/src/Services/Resource/Makefile Server/src/Services/Site/Makefile Server/src/Services/Drawing/Makefile Server/src/Services/Rendering/Makefile Server/src/Services/ServerAdmin/Makefile Server/src/Services/Tile/Makefile Server/src/Core/Makefile"
+                                                                                                                                                                                                                  ac_config_files="$ac_config_files Server/Makefile Server/src/Makefile Server/src/Gws/Makefile Server/src/Gws/GwsResource/Makefile Server/src/Gws/GwsCommon/Makefile Server/src/Gws/GwsQueryEngine/Makefile Server/src/Common/Makefile Server/src/Common/Base/Makefile Server/src/Common/Manager/Makefile Server/src/Common/Thread/Makefile Server/src/Services/Makefile Server/src/Services/Feature/Makefile Server/src/Services/Kml/Makefile Server/src/Services/Mapping/Makefile Server/src/Services/Resource/Makefile Server/src/Services/Site/Makefile Server/src/Services/Drawing/Makefile Server/src/Services/Rendering/Makefile Server/src/Services/ServerAdmin/Makefile Server/src/Services/Tile/Makefile Server/src/Core/Makefile"
 
           ac_config_files="$ac_config_files Server/src/UnitTesting/Makefile"
 
@@ -9603,7 +9603,7 @@
 } >&5
 cat >&5 <<_CSEOF
 
-This file was extended by mapguide $as_me 1.0.1, which was
+This file was extended by mapguide $as_me 1.2.0, which was
 generated by GNU Autoconf 2.59.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -9661,7 +9661,7 @@
 
 cat >>$CONFIG_STATUS <<_ACEOF
 ac_cs_version="\\
-mapguide config.status 1.0.1
+mapguide config.status 1.2.0
 configured by $0, generated by GNU Autoconf 2.59,
   with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
 

Modified: trunk/MgDev/configure.in
===================================================================
--- trunk/MgDev/configure.in	2007-02-27 00:18:26 UTC (rev 1137)
+++ trunk/MgDev/configure.in	2007-02-27 20:01:35 UTC (rev 1138)
@@ -56,7 +56,7 @@
 fi
 
 dnl *******************************************************
-dnl FDO 3.2.0 Configuration
+dnl FDO 3.2.2 Configuration
 dnl Include / lib paths
 dnl *******************************************************
 # custom Fdo path specification 
@@ -68,9 +68,9 @@
 		[custom_inc=DEFAULT])
 
 if test $custom_inc = "DEFAULT"; then
-  map_fdo_include="/usr/local/fdo-3.2.0/include"
+  map_fdo_include="/usr/local/fdo-3.2.2/include"
   if test -d $map_fdo_include; then
-  	AC_MSG_NOTICE([Building with default location of FDO include files at /usr/local/fdo-3.2.0/include])
+  	AC_MSG_NOTICE([Building with default location of FDO include files at /usr/local/fdo-3.2.2/include])
   else
  	AC_MSG_ERROR([the default FDO include path $map_fdo_include is not a valid directory. Please use the custom option])
   fi
@@ -90,9 +90,9 @@
 		[custom_lib=DEFAULT])
 
 if test $custom_lib = "DEFAULT"; then
-  map_fdo_lib="/usr/local/fdo-3.2.0/lib"
+  map_fdo_lib="/usr/local/fdo-3.2.2/lib"
   if test -d $map_fdo_lib; then
-  	AC_MSG_NOTICE([Building with default location of FDO libraries at /usr/local/fdo-3.2.0/lib])
+  	AC_MSG_NOTICE([Building with default location of FDO libraries at /usr/local/fdo-3.2.2/lib])
   else
   	AC_MSG_ERROR([the default FDO lib path $map_fdo_lib is not a valid directory. Please use the custom option])
   fi



More information about the mapguide-commits mailing list