]> granicus.if.org Git - postgis/commitdiff
fixed README about droped trove4j dependency
authorMarkus Schaber <markus@schabi.de>
Wed, 30 Aug 2006 08:39:01 +0000 (08:39 +0000)
committerMarkus Schaber <markus@schabi.de>
Wed, 30 Aug 2006 08:39:01 +0000 (08:39 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@2465 b70326c6-7e19-0410-871a-916f4a2858ee

jdbc2/README

index 6e7593bd2e046459cf24449083f126d0c7381a33..fab1e73b14f539dae846d57855ca80fb18b21cff 100644 (file)
@@ -224,9 +224,7 @@ PostGIS server to connect to.
 * What about the JTS stuff *
 
 There's beta support for the JTS 1.6 geometry implementations instead of the
-native PostGIS classes on the java client side. This code currently also
-needs GNU trove4j http://trove4j.sourceforge.net/ for efficient cacheing
-of JTS GeometryFactories. Simply add jts_1.6.jar and trove_1.1b4jar to your
+native PostGIS classes on the java client side. Simply add jts_1.6.jar to your
 CLASSPATH, "make postgis_jts" and use at your own risk.