[fdo-commits] r2496 - trunk
svn_fdo at osgeo.org
svn_fdo at osgeo.org
Sat Feb 10 20:54:27 EST 2007
Author: gregboone
Date: 2007-02-10 20:54:27 -0500 (Sat, 10 Feb 2007)
New Revision: 2496
Modified:
trunk/OpenSourceBuild__README.txt
trunk/build_linux.sh
trunk/configure
trunk/configure.in
trunk/providers.windows.template.xml
trunk/providers.xml
trunk/runtestbuild.sh
trunk/setenvironment.sh
Log:
Update version information to reference 3.3.0.0
Update Linux install location to reference /usr/local/fdo-3.3.0/
Modified: trunk/OpenSourceBuild__README.txt
===================================================================
--- trunk/OpenSourceBuild__README.txt 2007-02-11 01:51:41 UTC (rev 2495)
+++ trunk/OpenSourceBuild__README.txt 2007-02-11 01:54:27 UTC (rev 2496)
@@ -432,7 +432,7 @@
directory must be set as writeable by the user, otherwise the user
will have to log in and build FDO as the ROOT user. This requirement
is due to the fact that the FDO Libraries will be built and installed
- in /usr/local/fdo-3.2.0/lib
+ in /usr/local/fdo-3.3.0/lib
2. Ensure that the following FDO Environment Variables are set as follows:
@@ -514,7 +514,7 @@
7. NOTE: To run the unit test, you must set LD_LIBRARY_PATH as follows:
- export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/fdo-3.2.0/lib
+ export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/fdo-3.3.0/lib
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$SDEHOME/lib:$FDOTHIRDPARTY/ESRI/ArcSDEClient91/Linux/lib
8. NOTE: Several known problems exist if auto-mounted drives are used as locations
Modified: trunk/build_linux.sh
===================================================================
--- trunk/build_linux.sh 2007-02-11 01:51:41 UTC (rev 2495)
+++ trunk/build_linux.sh 2007-02-11 01:54:27 UTC (rev 2496)
@@ -293,10 +293,10 @@
fi
if test "$TYPEACTION" == buildinstall || test "$TYPEACTION" == install ; then
- rm -rf "/usr/local/fdo-3.2.0/docs/HTML/FDO_API"
- mkdir -p "/usr/local/fdo-3.2.0/docs/HTML"
- if test -e "Docs/HTML/FDO_API"; then
- cp --force --recursive "Docs/HTML/FDO_API" "/usr/local/fdo-3.2.0/docs/HTML"
+ rm -rf "/usr/local/fdo-3.3.0/docs/HTML/FDO_API"
+ mkdir -p "/usr/local/fdo-3.3.0/docs/HTML"
+ if test -e "Docs/HTML/FDO_API"; then
+ cp --force --recursive "Docs/HTML/FDO_API" "/usr/local/fdo-3.3.0/docs/HTML"
fi
fi
Modified: trunk/configure
===================================================================
--- trunk/configure 2007-02-11 01:51:41 UTC (rev 2495)
+++ trunk/configure 2007-02-11 01:54:27 UTC (rev 2496)
@@ -428,7 +428,7 @@
PACKAGE_BUGREPORT='http://fdo.osgeo.org'
ac_unique_file="configure.in"
-ac_default_prefix=/usr/local/fdo-3.2.0
+ac_default_prefix=/usr/local/fdo-3.3.0
# Factoring default headers for most tests.
ac_includes_default="\
#include <stdio.h>
Modified: trunk/configure.in
===================================================================
--- trunk/configure.in 2007-02-11 01:51:41 UTC (rev 2495)
+++ trunk/configure.in 2007-02-11 01:54:27 UTC (rev 2496)
@@ -25,7 +25,7 @@
AC_CONFIG_SRCDIR(configure.in)
AM_INIT_AUTOMAKE
-AC_PREFIX_DEFAULT(/usr/local/fdo-3.2.0)
+AC_PREFIX_DEFAULT(/usr/local/fdo-3.3.0)
AC_LANG_C
AC_PROG_CC
Modified: trunk/providers.windows.template.xml
===================================================================
--- trunk/providers.windows.template.xml 2007-02-11 01:51:41 UTC (rev 2495)
+++ trunk/providers.windows.template.xml 2007-02-11 01:54:27 UTC (rev 2496)
@@ -5,8 +5,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.3.0.0</Version>
+ <FeatureDataObjectsVersion>3.3.0.0</FeatureDataObjectsVersion>
<LibraryPath>%FDOBINPATHFDO%\SDFProvider.dll</LibraryPath>
</FeatureProvider>
<FeatureProvider>
@@ -14,8 +14,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.3.0.0</Version>
+ <FeatureDataObjectsVersion>3.3.0.0</FeatureDataObjectsVersion>
<LibraryPath>%FDOBINPATHFDO%\SHPProvider.dll</LibraryPath>
</FeatureProvider>
<FeatureProvider>
@@ -23,8 +23,8 @@
<DisplayName>OSGeo FDO Provider for ArcSDE</DisplayName>
<Description>Read/write access to an ESRI ArcSDE-based data store, using Oracle and SQL Server.</Description>
<IsManaged>False</IsManaged>
- <Version>3.2.0.0</Version>
- <FeatureDataObjectsVersion>3.2.0.0</FeatureDataObjectsVersion>
+ <Version>3.3.0.0</Version>
+ <FeatureDataObjectsVersion>3.3.0.0</FeatureDataObjectsVersion>
<LibraryPath>%FDOBINPATHFDO%\ArcSDEProvider.dll</LibraryPath>
</FeatureProvider>
<FeatureProvider>
@@ -32,8 +32,8 @@
<DisplayName>OSGeo FDO Provider for WFS</DisplayName>
<Description>Read access to OGC WFS-based data store.</Description>
<IsManaged>False</IsManaged>
- <Version>3.2.0.0</Version>
- <FeatureDataObjectsVersion>3.2.0.0</FeatureDataObjectsVersion>
+ <Version>3.3.0.0</Version>
+ <FeatureDataObjectsVersion>3.3.0.0</FeatureDataObjectsVersion>
<LibraryPath>%FDOBINPATHFDO%\WFSProvider.dll</LibraryPath>
</FeatureProvider>
<FeatureProvider>
@@ -41,8 +41,8 @@
<DisplayName>OSGeo FDO Provider for WMS</DisplayName>
<Description>Read access to OGC WMS-based data store.</Description>
<IsManaged>False</IsManaged>
- <Version>3.2.0.0</Version>
- <FeatureDataObjectsVersion>3.2.0.0</FeatureDataObjectsVersion>
+ <Version>3.3.0.0</Version>
+ <FeatureDataObjectsVersion>3.3.0.0</FeatureDataObjectsVersion>
<LibraryPath>%FDOBINPATHFDO%\WMSProvider.dll</LibraryPath>
</FeatureProvider>
<FeatureProvider>
@@ -50,8 +50,8 @@
<DisplayName>OSGeo FDO Provider for ODBC</DisplayName>
<Description>FDO Provider for ODBC</Description>
<IsManaged>False</IsManaged>
- <Version>3.2.0.0</Version>
- <FeatureDataObjectsVersion>3.2.0.0</FeatureDataObjectsVersion>
+ <Version>3.3.0.0</Version>
+ <FeatureDataObjectsVersion>3.3.0.0</FeatureDataObjectsVersion>
<LibraryPath>%FDOBINPATHFDO%\ODBCProvider.dll</LibraryPath>
</FeatureProvider>
<FeatureProvider>
@@ -59,8 +59,8 @@
<DisplayName>OSGeo FDO Provider for MySQL</DisplayName>
<Description>FDO Provider for MySql</Description>
<IsManaged>False</IsManaged>
- <Version>3.2.0.0</Version>
- <FeatureDataObjectsVersion>3.2.0.0</FeatureDataObjectsVersion>
+ <Version>3.3.0.0</Version>
+ <FeatureDataObjectsVersion>3.3.0.0</FeatureDataObjectsVersion>
<LibraryPath>%FDOBINPATHFDO%\MySQLProvider.dll</LibraryPath>
</FeatureProvider>
<FeatureProvider>
@@ -68,8 +68,8 @@
<DisplayName>OSGeo FDO Provider for GDAL</DisplayName>
<Description>FDO Provider for GDAL</Description>
<IsManaged>False</IsManaged>
- <Version>3.2.0.0</Version>
- <FeatureDataObjectsVersion>3.2.0.0</FeatureDataObjectsVersion>
+ <Version>3.3.0.0</Version>
+ <FeatureDataObjectsVersion>3.3.0.0</FeatureDataObjectsVersion>
<LibraryPath>%FDOBINPATHFDO%\GRFPProvider.dll</LibraryPath>
</FeatureProvider>
</FeatureProviderRegistry>
Modified: trunk/providers.xml
===================================================================
--- trunk/providers.xml 2007-02-11 01:51:41 UTC (rev 2495)
+++ trunk/providers.xml 2007-02-11 01:54:27 UTC (rev 2496)
@@ -1,75 +1,75 @@
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<FeatureProviderRegistry>
<FeatureProvider>
- <Name>OSGeo.SDF.3.2</Name>
+ <Name>OSGeo.SDF.3.3</Name>
<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>
- <LibraryPath>/usr/local/fdo-3.2.0/lib/libSDFProvider.so</LibraryPath>
+ <Version>3.3.0.0</Version>
+ <FeatureDataObjectsVersion>3.3.0.0</FeatureDataObjectsVersion>
+ <LibraryPath>/usr/local/fdo-3.3.0/lib/libSDFProvider.so</LibraryPath>
</FeatureProvider>
<FeatureProvider>
- <Name>OSGeo.SHP.3.2</Name>
+ <Name>OSGeo.SHP.3.3</Name>
<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>
- <LibraryPath>/usr/local/fdo-3.2.0/lib/libSHPProvider.so</LibraryPath>
+ <Version>3.3.0.0</Version>
+ <FeatureDataObjectsVersion>3.3.0.0</FeatureDataObjectsVersion>
+ <LibraryPath>/usr/local/fdo-3.3.0/lib/libSHPProvider.so</LibraryPath>
</FeatureProvider>
<FeatureProvider>
- <Name>OSGeo.ArcSDE.3.2</Name>
+ <Name>OSGeo.ArcSDE.3.3/Name>
<DisplayName>OSGeo FDO Provider for ArcSDE</DisplayName>
<Description>Read/write access to an ESRI ArcSDE-based data store, using Oracle and SQL Server.</Description>
<IsManaged>False</IsManaged>
- <Version>3.2.0.0</Version>
- <FeatureDataObjectsVersion>3.2.0.0</FeatureDataObjectsVersion>
- <LibraryPath>/usr/local/fdo-3.2.0/lib/libArcSDEProvider.so</LibraryPath>
+ <Version>3.3.0.0</Version>
+ <FeatureDataObjectsVersion>3.3.0.0</FeatureDataObjectsVersion>
+ <LibraryPath>/usr/local/fdo-3.3.0/lib/libArcSDEProvider.so</LibraryPath>
</FeatureProvider>
<FeatureProvider>
- <Name>OSGeo.WFS.3.2</Name>
+ <Name>OSGeo.WFS.3.3</Name>
<DisplayName>OSGeo FDO Provider for WFS</DisplayName>
<Description>Read access to OGC WFS-based data store.</Description>
<IsManaged>False</IsManaged>
- <Version>3.2.0.0</Version>
- <FeatureDataObjectsVersion>3.2.0.0</FeatureDataObjectsVersion>
- <LibraryPath>/usr/local/fdo-3.2.0/lib/libWFSProvider.so</LibraryPath>
+ <Version>3.3.0.0</Version>
+ <FeatureDataObjectsVersion>3.3.0.0</FeatureDataObjectsVersion>
+ <LibraryPath>/usr/local/fdo-3.3.0/lib/libWFSProvider.so</LibraryPath>
</FeatureProvider>
<FeatureProvider>
<Name>OSGeo.WMS.3.2</Name>
<DisplayName>OSGeo FDO Provider for WMS</DisplayName>
<Description>Read access to OGC WMS-based data store.</Description>
<IsManaged>False</IsManaged>
- <Version>3.2.0.0</Version>
- <FeatureDataObjectsVersion>3.2.0.0</FeatureDataObjectsVersion>
- <LibraryPath>/usr/local/fdo-3.2.0/lib/libWMSProvider.so</LibraryPath>
+ <Version>3.3.0.0</Version>
+ <FeatureDataObjectsVersion>3.3.0.0</FeatureDataObjectsVersion>
+ <LibraryPath>/usr/local/fdo-3.3.0/lib/libWMSProvider.so</LibraryPath>
</FeatureProvider>
<FeatureProvider>
<Name>OSGeo.ODBC.3.2</Name>
<DisplayName>OSGeo FDO Provider for ODBC</DisplayName>
<Description>FDO Provider for ODBC</Description>
<IsManaged>False</IsManaged>
- <Version>3.2.0.0</Version>
- <FeatureDataObjectsVersion>3.2.0.0</FeatureDataObjectsVersion>
- <LibraryPath>/usr/local/fdo-3.2.0/lib/libFdoODBC.so</LibraryPath>
+ <Version>3.3.0.0</Version>
+ <FeatureDataObjectsVersion>3.3.0.0</FeatureDataObjectsVersion>
+ <LibraryPath>/usr/local/fdo-3.3.0/lib/libFdoODBC.so</LibraryPath>
</FeatureProvider>
<FeatureProvider>
<Name>OSGeo.MySQL.3.2</Name>
<DisplayName>OSGeo FDO Provider for MySQL</DisplayName>
<Description>FDO Provider for MySql</Description>
<IsManaged>False</IsManaged>
- <Version>3.2.0.0</Version>
- <FeatureDataObjectsVersion>3.2.0.0</FeatureDataObjectsVersion>
- <LibraryPath>/usr/local/fdo-3.2.0/lib/libFdoMySQL.so</LibraryPath>
+ <Version>3.3.0.0</Version>
+ <FeatureDataObjectsVersion>3.3.0.0</FeatureDataObjectsVersion>
+ <LibraryPath>/usr/local/fdo-3.3.0/lib/libFdoMySQL.so</LibraryPath>
</FeatureProvider>
<FeatureProvider>
<Name>OSGeo.Gdal.3.2</Name>
<DisplayName>OSGeo FDO Provider for GDAL</DisplayName>
<Description>FDO Provider for GDAL</Description>
<IsManaged>False</IsManaged>
- <Version>3.2.0.0</Version>
- <FeatureDataObjectsVersion>3.2.0.0</FeatureDataObjectsVersion>
- <LibraryPath>/usr/local/fdo-3.2.0/lib/libGRFPProvider.so</LibraryPath>
+ <Version>3.3.0.0</Version>
+ <FeatureDataObjectsVersion>3.3.0.0</FeatureDataObjectsVersion>
+ <LibraryPath>/usr/local/fdo-3.3.0/lib/libGRFPProvider.so</LibraryPath>
</FeatureProvider>
</FeatureProviderRegistry>
Modified: trunk/runtestbuild.sh
===================================================================
--- trunk/runtestbuild.sh 2007-02-11 01:51:41 UTC (rev 2495)
+++ trunk/runtestbuild.sh 2007-02-11 01:54:27 UTC (rev 2496)
@@ -161,7 +161,7 @@
done
FDOBUILDNUMBERRTB=`awk -F: '{print $m}' $FDOSOURCETARGZ/release.txt`
fi
- rm -rf "/usr/local/fdo-3.2.0"
+ rm -rf "/usr/local/fdo-3.3.0"
rm -rf "$FDOTARGETFOLDER"
mkdir -p "$FDOTARGETFOLDER"
@@ -202,8 +202,8 @@
export FDO="$PWD/Fdo"
export FDOUTILITIES="$PWD/Utilities"
export FDOTHIRDPARTY="$PWD/Thirdparty"
- mkdir -p "/usr/local/fdo-3.2.0/lib"
- export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/fdo-3.2.0/lib:$SDEHOME/lib
+ mkdir -p "/usr/local/fdo-3.3.0/lib"
+ export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/fdo-3.3.0/lib:$SDEHOME/lib
popd >& /dev/null
echo "*Starting thirdparty build"
Modified: trunk/setenvironment.sh
===================================================================
--- trunk/setenvironment.sh 2007-02-11 01:51:41 UTC (rev 2495)
+++ trunk/setenvironment.sh 2007-02-11 01:54:27 UTC (rev 2496)
@@ -91,7 +91,7 @@
echo ""
fi
-mkdir -p "/usr/local/fdo-3.2.0/lib"
+mkdir -p "/usr/local/fdo-3.3.0/lib"
-export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/fdo-3.2.0/lib:$SDEHOME/lib
+export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/fdo-3.3.0/lib:$SDEHOME/lib
More information about the fdo-commits
mailing list