From: <ch...@sv...> - 2007-05-31 18:01:12
|
Author: chorner Date: 2007-05-31 11:00:30 -0700 (Thu, 31 May 2007) New Revision: 25704 Modified: geotools/tags/2.4-M3/README.txt Log: updated readme Modified: geotools/tags/2.4-M3/README.txt =================================================================== --- geotools/tags/2.4-M3/README.txt 2007-05-31 17:45:29 UTC (rev 25703) +++ geotools/tags/2.4-M3/README.txt 2007-05-31 18:00:30 UTC (rev 25704) @@ -1,8 +1,8 @@ - GeoTools @VERSION@ + GeoTools 2.4-M3 ================================ -Thank you for downloading GeoTools @VERSION@. -This release was created on: @DATE@ +Thank you for downloading GeoTools 2.4-M3. +This release was created on: 31st May 2007 This release contains only a subset of the current GeoTools codebase. The full GeoTools codebase is made up of over 30 modules; @@ -10,13 +10,51 @@ release. For this release the following modules comprise the geotools library: -@REQUIRED@ +api +coverage +cql +data +jdbc +main +metadata +referencing +render +sample-data +xml The following modules comprise the plug-ins and extensions: -@PLUGIN@ -@EXTENTION@ -@DEMO@ +arcgrid +epsg-access +epsg-extension +epsg-hsql +epsg-postgresql +epsg-wkt +geotiff +gtopo30 +image +imagemosaic +imagepyramid +postgis +referencing3D +shapefile +wfs +wms +brewer +graph +openoffice +shapefile-renderer +validation +widgets-swing + +demo-data +demo-example +demo-introduction +demo-libraryJTS +demo-mappane +demo-property +demo-svgsupport + These optional jars typically provide support for specific data formats or sources, or provide specific additional functionality. @@ -72,11 +110,11 @@ management tool from the Apache group. You can obtain a copy of maven from: - http://maven.apache.org/download.html -At the time of writing, the build process was known to work with the Maven 2.0.4 +At the time of writing, the build process was known to work with the Maven 2.0.5 release. Once you have maven installed, you can perform a full build by moving to the -geotools2 folder and typing: +geotools folder and typing: mvn install @@ -90,7 +128,7 @@ GETTING INVOLVED ================ -If you are interested in the future development of GeoTools2 then feel free to +If you are interested in the future development of GeoTools then feel free to join the geotools-devel mailing list and join in the weekly IRC sessions. We welcome contributions of new modules as well as keen developers who want to @@ -100,11 +138,11 @@ You can find out more about the mailing lists and recent news by going to the GeoTools homepage at: -- http://www.geotools.org +- http://geotools.org And by reading the GeoTools guide at: - http://docs.codehaus.org/display/GEOTOOLS/Home Good luck and many thanks for your interest in GeoTools, -The GeoTools2 Project Management Committee +The GeoTools Project Management Committee |