[postgis-commits] svn - r3639 - in trunk: doc java/ejb2
java/ejb2/resources java/ejb2/src/com/geodetix/geo/client
java/ejb2/src/com/geodetix/geo/dao
java/ejb2/src/com/geodetix/geo/ejb
java/ejb2/src/com/geodetix/geo/exception java/ejb3
java/ejb3/jboss java/ejb3/src/META-INF java/ejb3/src/org/postgis/ejb
java/ejb3/src/org/postgis/ejb/mdb
java/ejb3/src/org/postgis/hibernate java/jdbc
java/jdbc/jtssrc/org/postgis/jts java/pljava
java/pljava/src/org/postgis/pljava liblwgeom liblwgeom/cunit
liblwgeom/examples loader lwgeom topology
postgis-commits at postgis.refractions.net
postgis-commits at postgis.refractions.net
Tue Feb 3 16:28:38 PST 2009
Author: pramsey
Date: 2009-02-03 16:28:37 -0800 (Tue, 03 Feb 2009)
New Revision: 3639
Modified:
trunk/doc/faq.xml
trunk/doc/installation.xml
trunk/doc/introduction.xml
trunk/doc/performance_tips.xml
trunk/doc/reference.xml
trunk/doc/reference_new.xml
trunk/doc/release_notes.xml
trunk/doc/reporting.xml
trunk/doc/template.xml
trunk/doc/using_postgis.xml
trunk/java/ejb2/build.xml
trunk/java/ejb2/prepare-jboss.xml
trunk/java/ejb2/resources/application.xml
trunk/java/ejb2/resources/postgis-ejb2-ds.xml
trunk/java/ejb2/src/com/geodetix/geo/client/Client.java
trunk/java/ejb2/src/com/geodetix/geo/dao/PostGisGeometryDAO.java
trunk/java/ejb2/src/com/geodetix/geo/dao/PostGisGeometryDAOImpl.java
trunk/java/ejb2/src/com/geodetix/geo/ejb/GeometryBean.java
trunk/java/ejb2/src/com/geodetix/geo/ejb/GeometryFacadeBean.java
trunk/java/ejb2/src/com/geodetix/geo/exception/ApplicationGeoLayerException.java
trunk/java/ejb3/build.xml
trunk/java/ejb3/jboss/geodata-ds.xml
trunk/java/ejb3/jboss/ingest-service.xml
trunk/java/ejb3/src/META-INF/persistence.xml
trunk/java/ejb3/src/org/postgis/ejb/PersonEntity.java
trunk/java/ejb3/src/org/postgis/ejb/UserBean.java
trunk/java/ejb3/src/org/postgis/ejb/UserBeanRemote.java
trunk/java/ejb3/src/org/postgis/ejb/mdb/IngestMDB.java
trunk/java/ejb3/src/org/postgis/hibernate/ContainsExpression.java
trunk/java/ejb3/src/org/postgis/hibernate/GeometryType.java
trunk/java/ejb3/src/org/postgis/hibernate/IntersectsExpression.java
trunk/java/ejb3/src/org/postgis/hibernate/PostGISDialect.java
trunk/java/ejb3/src/org/postgis/hibernate/WithinExpression.java
trunk/java/jdbc/build.xml
trunk/java/jdbc/jtssrc/org/postgis/jts/JTSShape.java
trunk/java/pljava/build.xml
trunk/java/pljava/src/org/postgis/pljava/Aggregates.java
trunk/java/pljava/src/org/postgis/pljava/HelloWorld.java
trunk/java/pljava/src/org/postgis/pljava/PLJGeometry.java
trunk/java/pljava/src/org/postgis/pljava/PLJtsParser.java
trunk/java/pljava/src/org/postgis/pljava/PLJtsWriter.java
trunk/liblwgeom/box2d.c
trunk/liblwgeom/cunit/cu_algorithm.c
trunk/liblwgeom/cunit/cu_algorithm.h
trunk/liblwgeom/cunit/cu_tester.c
trunk/liblwgeom/examples/unparser.c
trunk/liblwgeom/lex.yy.c
trunk/liblwgeom/liblwgeom.h
trunk/liblwgeom/lwalgorithm.c
trunk/liblwgeom/lwalgorithm.h
trunk/liblwgeom/lwcircstring.c
trunk/liblwgeom/lwcollection.c
trunk/liblwgeom/lwcompound.c
trunk/liblwgeom/lwcurvepoly.c
trunk/liblwgeom/lwgeom.c
trunk/liblwgeom/lwgeom_api.c
trunk/liblwgeom/lwgparse.c
trunk/liblwgeom/lwgunparse.c
trunk/liblwgeom/lwline.c
trunk/liblwgeom/lwmcurve.c
trunk/liblwgeom/lwmline.c
trunk/liblwgeom/lwmpoint.c
trunk/liblwgeom/lwmpoly.c
trunk/liblwgeom/lwmsurface.c
trunk/liblwgeom/lwpoint.c
trunk/liblwgeom/lwpoly.c
trunk/liblwgeom/lwsegmentize.c
trunk/liblwgeom/lwutil.c
trunk/liblwgeom/measures.c
trunk/liblwgeom/ptarray.c
trunk/liblwgeom/vsprintf.c
trunk/liblwgeom/wktparse.h
trunk/liblwgeom/wktparse.tab.c
trunk/liblwgeom/wktparse.tab.h
trunk/loader/shp2pgsql-cli.c
trunk/loader/shp2pgsql-core.c
trunk/loader/shp2pgsql-core.h
trunk/loader/shp2pgsql-gui.c
trunk/loader/stringbuffer.c
trunk/loader/stringbuffer.h
trunk/lwgeom/long_xact.c
trunk/lwgeom/lwgeom_accum.c
trunk/lwgeom/lwgeom_box.c
trunk/lwgeom/lwgeom_box2dfloat4.c
trunk/lwgeom/lwgeom_box3d.c
trunk/lwgeom/lwgeom_btree.c
trunk/lwgeom/lwgeom_chip.c
trunk/lwgeom/lwgeom_debug.c
trunk/lwgeom/lwgeom_dump.c
trunk/lwgeom/lwgeom_estimate.c
trunk/lwgeom/lwgeom_functions_analytic.c
trunk/lwgeom/lwgeom_functions_basic.c
trunk/lwgeom/lwgeom_functions_lrs.c
trunk/lwgeom/lwgeom_geojson.c
trunk/lwgeom/lwgeom_geos.c
trunk/lwgeom/lwgeom_geos.h
trunk/lwgeom/lwgeom_geos_prepared.c
trunk/lwgeom/lwgeom_geos_prepared.h
trunk/lwgeom/lwgeom_gist.c
trunk/lwgeom/lwgeom_gml.c
trunk/lwgeom/lwgeom_inout.c
trunk/lwgeom/lwgeom_kml.c
trunk/lwgeom/lwgeom_ogc.c
trunk/lwgeom/lwgeom_pg.c
trunk/lwgeom/lwgeom_rtree.c
trunk/lwgeom/lwgeom_rtree.h
trunk/lwgeom/lwgeom_spheroid.c
trunk/lwgeom/lwgeom_sqlmm.c
trunk/lwgeom/lwgeom_svg.c
trunk/lwgeom/lwgeom_transform.c
trunk/lwgeom/lwgeom_triggers.c
trunk/lwgeom/postgis.sql.in.c
trunk/lwgeom/test.c
trunk/topology/topology.sql.in.c
Log:
Propset Author Id Keyword Revision on all files.
Property changes on: trunk/doc/faq.xml
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Property changes on: trunk/doc/installation.xml
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Property changes on: trunk/doc/introduction.xml
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Property changes on: trunk/doc/performance_tips.xml
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Property changes on: trunk/doc/reference.xml
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Property changes on: trunk/doc/reference_new.xml
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Property changes on: trunk/doc/release_notes.xml
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Property changes on: trunk/doc/reporting.xml
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Property changes on: trunk/doc/template.xml
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Property changes on: trunk/doc/using_postgis.xml
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Property changes on: trunk/java/ejb2/build.xml
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Property changes on: trunk/java/ejb2/prepare-jboss.xml
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Property changes on: trunk/java/ejb2/resources/application.xml
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Property changes on: trunk/java/ejb2/resources/postgis-ejb2-ds.xml
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Property changes on: trunk/java/ejb2/src/com/geodetix/geo/client/Client.java
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Property changes on: trunk/java/ejb2/src/com/geodetix/geo/dao/PostGisGeometryDAO.java
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Property changes on: trunk/java/ejb2/src/com/geodetix/geo/dao/PostGisGeometryDAOImpl.java
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Property changes on: trunk/java/ejb2/src/com/geodetix/geo/ejb/GeometryBean.java
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Property changes on: trunk/java/ejb2/src/com/geodetix/geo/ejb/GeometryFacadeBean.java
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Property changes on: trunk/java/ejb2/src/com/geodetix/geo/exception/ApplicationGeoLayerException.java
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Property changes on: trunk/java/ejb3/build.xml
___________________________________________________________________
Name: svn:keywords
- Id
+ Author Date Id Revision
Property changes on: trunk/java/ejb3/jboss/geodata-ds.xml
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Property changes on: trunk/java/ejb3/jboss/ingest-service.xml
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Property changes on: trunk/java/ejb3/src/META-INF/persistence.xml
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Property changes on: trunk/java/ejb3/src/org/postgis/ejb/PersonEntity.java
___________________________________________________________________
Name: svn:keywords
- Id
+ Author Date Id Revision
Property changes on: trunk/java/ejb3/src/org/postgis/ejb/UserBean.java
___________________________________________________________________
Name: svn:keywords
- Id
+ Author Date Id Revision
Property changes on: trunk/java/ejb3/src/org/postgis/ejb/UserBeanRemote.java
___________________________________________________________________
Name: svn:keywords
- Id
+ Author Date Id Revision
Property changes on: trunk/java/ejb3/src/org/postgis/ejb/mdb/IngestMDB.java
___________________________________________________________________
Name: svn:keywords
- Id
+ Author Date Id Revision
Modified: trunk/java/ejb3/src/org/postgis/hibernate/ContainsExpression.java
===================================================================
--- trunk/java/ejb3/src/org/postgis/hibernate/ContainsExpression.java 2009-02-04 00:23:38 UTC (rev 3638)
+++ trunk/java/ejb3/src/org/postgis/hibernate/ContainsExpression.java 2009-02-04 00:28:37 UTC (rev 3639)
@@ -19,7 +19,7 @@
* 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA or visit the web at
* http://www.gnu.org.
*
- * $Id: PostGISDialect.java 2531 2007-04-27 10:42:17Z mschaber $
+ * $Id$
*/
package org.postgis.hibernate;
Property changes on: trunk/java/ejb3/src/org/postgis/hibernate/ContainsExpression.java
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Property changes on: trunk/java/ejb3/src/org/postgis/hibernate/GeometryType.java
___________________________________________________________________
Name: svn:keywords
- Id
+ Author Date Id Revision
Modified: trunk/java/ejb3/src/org/postgis/hibernate/IntersectsExpression.java
===================================================================
--- trunk/java/ejb3/src/org/postgis/hibernate/IntersectsExpression.java 2009-02-04 00:23:38 UTC (rev 3638)
+++ trunk/java/ejb3/src/org/postgis/hibernate/IntersectsExpression.java 2009-02-04 00:28:37 UTC (rev 3639)
@@ -19,7 +19,7 @@
* 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA or visit the web at
* http://www.gnu.org.
*
- * $Id: PostGISDialect.java 2531 2007-04-27 10:42:17Z mschaber $
+ * $Id$
*/
package org.postgis.hibernate;
Property changes on: trunk/java/ejb3/src/org/postgis/hibernate/IntersectsExpression.java
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Modified: trunk/java/ejb3/src/org/postgis/hibernate/PostGISDialect.java
===================================================================
--- trunk/java/ejb3/src/org/postgis/hibernate/PostGISDialect.java 2009-02-04 00:23:38 UTC (rev 3638)
+++ trunk/java/ejb3/src/org/postgis/hibernate/PostGISDialect.java 2009-02-04 00:28:37 UTC (rev 3639)
@@ -19,7 +19,7 @@
* 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA or visit the web at
* http://www.gnu.org.
*
- * $Id: PostGISDialect.java 2531 2006-11-22 10:42:17Z mschaber $
+ * $Id$
*/
package org.postgis.hibernate;
Property changes on: trunk/java/ejb3/src/org/postgis/hibernate/PostGISDialect.java
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Modified: trunk/java/ejb3/src/org/postgis/hibernate/WithinExpression.java
===================================================================
--- trunk/java/ejb3/src/org/postgis/hibernate/WithinExpression.java 2009-02-04 00:23:38 UTC (rev 3638)
+++ trunk/java/ejb3/src/org/postgis/hibernate/WithinExpression.java 2009-02-04 00:28:37 UTC (rev 3639)
@@ -19,7 +19,7 @@
* 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA or visit the web at
* http://www.gnu.org.
*
- * $Id: PostGISDialect.java 2531 2007-04-27 10:42:17Z mschaber $
+ * $Id$
*/
package org.postgis.hibernate;
Property changes on: trunk/java/ejb3/src/org/postgis/hibernate/WithinExpression.java
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Property changes on: trunk/java/jdbc/build.xml
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Property changes on: trunk/java/jdbc/jtssrc/org/postgis/jts/JTSShape.java
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Modified: trunk/java/pljava/build.xml
===================================================================
--- trunk/java/pljava/build.xml 2009-02-04 00:23:38 UTC (rev 3638)
+++ trunk/java/pljava/build.xml 2009-02-04 00:28:37 UTC (rev 3639)
@@ -16,14 +16,14 @@
59 Temple Place, Suite 330, Boston, MA 02111-1307 USA or visit the web at
http://www.gnu.org.
-$Id: JtsBinaryParser.java 2407 2006-07-18 18:13:31Z mschaber $
+$Id$
-->
<project name="Postgis-PLJava" default="all">
<property file="build.properties" />
<description>
Build the api jar and JNI headers for the navi java api
- $Id: build.xml 1329 2006-01-04 10:26:07Z schabi $
+ $Id$
</description>
<property name="source.dir" value="src" />
Property changes on: trunk/java/pljava/build.xml
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Property changes on: trunk/java/pljava/src/org/postgis/pljava/Aggregates.java
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Property changes on: trunk/java/pljava/src/org/postgis/pljava/HelloWorld.java
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Property changes on: trunk/java/pljava/src/org/postgis/pljava/PLJGeometry.java
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Modified: trunk/java/pljava/src/org/postgis/pljava/PLJtsParser.java
===================================================================
--- trunk/java/pljava/src/org/postgis/pljava/PLJtsParser.java 2009-02-04 00:23:38 UTC (rev 3638)
+++ trunk/java/pljava/src/org/postgis/pljava/PLJtsParser.java 2009-02-04 00:28:37 UTC (rev 3639)
@@ -19,7 +19,7 @@
* 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA or visit the web at
* http://www.gnu.org.
*
- * $Id: JtsBinaryParser.java 2407 2006-07-18 18:13:31Z mschaber $
+ * $Id$
*/
package org.postgis.pljava;
Property changes on: trunk/java/pljava/src/org/postgis/pljava/PLJtsParser.java
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Modified: trunk/java/pljava/src/org/postgis/pljava/PLJtsWriter.java
===================================================================
--- trunk/java/pljava/src/org/postgis/pljava/PLJtsWriter.java 2009-02-04 00:23:38 UTC (rev 3638)
+++ trunk/java/pljava/src/org/postgis/pljava/PLJtsWriter.java 2009-02-04 00:28:37 UTC (rev 3639)
@@ -19,7 +19,7 @@
* 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA or visit the web at
* http://www.gnu.org.
*
- * $Id: JtsBinaryWriter.java 2410 2006-07-19 13:31:18Z mschaber $
+ * $Id$
*/
package org.postgis.pljava;
Property changes on: trunk/java/pljava/src/org/postgis/pljava/PLJtsWriter.java
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Property changes on: trunk/liblwgeom/box2d.c
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Property changes on: trunk/liblwgeom/cunit/cu_algorithm.c
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Property changes on: trunk/liblwgeom/cunit/cu_algorithm.h
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Property changes on: trunk/liblwgeom/cunit/cu_tester.c
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Modified: trunk/liblwgeom/examples/unparser.c
===================================================================
--- trunk/liblwgeom/examples/unparser.c 2009-02-04 00:23:38 UTC (rev 3638)
+++ trunk/liblwgeom/examples/unparser.c 2009-02-04 00:28:37 UTC (rev 3639)
@@ -1,5 +1,5 @@
/**********************************************************************
- * $Id: unparser.c 2797 2008-05-31 09:56:44Z mcayland $
+ * $Id$
*
* PostGIS - Spatial Types for PostgreSQL
* http://postgis.refractions.net
Property changes on: trunk/liblwgeom/examples/unparser.c
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Property changes on: trunk/liblwgeom/lex.yy.c
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Property changes on: trunk/liblwgeom/liblwgeom.h
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Property changes on: trunk/liblwgeom/lwalgorithm.c
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Property changes on: trunk/liblwgeom/lwalgorithm.h
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Property changes on: trunk/liblwgeom/lwcircstring.c
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Modified: trunk/liblwgeom/lwcollection.c
===================================================================
--- trunk/liblwgeom/lwcollection.c 2009-02-04 00:23:38 UTC (rev 3638)
+++ trunk/liblwgeom/lwcollection.c 2009-02-04 00:28:37 UTC (rev 3639)
@@ -1,5 +1,5 @@
/**********************************************************************
- * $Id: lwcollection.c 2797 2008-05-31 09:56:44Z mcayland $
+ * $Id$
*
* PostGIS - Spatial Types for PostgreSQL
* http://postgis.refractions.net
Property changes on: trunk/liblwgeom/lwcollection.c
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Property changes on: trunk/liblwgeom/lwcompound.c
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Property changes on: trunk/liblwgeom/lwcurvepoly.c
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Modified: trunk/liblwgeom/lwgeom.c
===================================================================
--- trunk/liblwgeom/lwgeom.c 2009-02-04 00:23:38 UTC (rev 3638)
+++ trunk/liblwgeom/lwgeom.c 2009-02-04 00:28:37 UTC (rev 3639)
@@ -1,5 +1,5 @@
/**********************************************************************
- * $Id: lwgeom.c 2797 2008-05-31 09:56:44Z mcayland $
+ * $Id$
*
* PostGIS - Spatial Types for PostgreSQL
* http://postgis.refractions.net
Property changes on: trunk/liblwgeom/lwgeom.c
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Property changes on: trunk/liblwgeom/lwgeom_api.c
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Property changes on: trunk/liblwgeom/lwgparse.c
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Modified: trunk/liblwgeom/lwgunparse.c
===================================================================
--- trunk/liblwgeom/lwgunparse.c 2009-02-04 00:23:38 UTC (rev 3638)
+++ trunk/liblwgeom/lwgunparse.c 2009-02-04 00:28:37 UTC (rev 3639)
@@ -4,7 +4,7 @@
* Copyright Telogis 2004
* www.telogis.com
*
- * $Id: wktunparse.c 2781 2008-05-22 20:43:00Z mcayland $
+ * $Id$
*/
Property changes on: trunk/liblwgeom/lwgunparse.c
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Modified: trunk/liblwgeom/lwline.c
===================================================================
--- trunk/liblwgeom/lwline.c 2009-02-04 00:23:38 UTC (rev 3638)
+++ trunk/liblwgeom/lwline.c 2009-02-04 00:28:37 UTC (rev 3639)
@@ -1,5 +1,5 @@
/**********************************************************************
- * $Id: lwline.c 2797 2008-05-31 09:56:44Z mcayland $
+ * $Id$
*
* PostGIS - Spatial Types for PostgreSQL
* http://postgis.refractions.net
Property changes on: trunk/liblwgeom/lwline.c
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Property changes on: trunk/liblwgeom/lwmcurve.c
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Modified: trunk/liblwgeom/lwmline.c
===================================================================
--- trunk/liblwgeom/lwmline.c 2009-02-04 00:23:38 UTC (rev 3638)
+++ trunk/liblwgeom/lwmline.c 2009-02-04 00:28:37 UTC (rev 3639)
@@ -1,5 +1,5 @@
/**********************************************************************
- * $Id: lwmline.c 2369 2006-05-30 08:38:58Z strk $
+ * $Id$
*
* PostGIS - Spatial Types for PostgreSQL
* http://postgis.refractions.net
Property changes on: trunk/liblwgeom/lwmline.c
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Modified: trunk/liblwgeom/lwmpoint.c
===================================================================
--- trunk/liblwgeom/lwmpoint.c 2009-02-04 00:23:38 UTC (rev 3638)
+++ trunk/liblwgeom/lwmpoint.c 2009-02-04 00:28:37 UTC (rev 3639)
@@ -1,5 +1,5 @@
/**********************************************************************
- * $Id: lwmpoint.c 2369 2006-05-30 08:38:58Z strk $
+ * $Id$
*
* PostGIS - Spatial Types for PostgreSQL
* http://postgis.refractions.net
Property changes on: trunk/liblwgeom/lwmpoint.c
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Modified: trunk/liblwgeom/lwmpoly.c
===================================================================
--- trunk/liblwgeom/lwmpoly.c 2009-02-04 00:23:38 UTC (rev 3638)
+++ trunk/liblwgeom/lwmpoly.c 2009-02-04 00:28:37 UTC (rev 3639)
@@ -1,5 +1,5 @@
/**********************************************************************
- * $Id: lwmpoly.c 2797 2008-05-31 09:56:44Z mcayland $
+ * $Id$
*
* PostGIS - Spatial Types for PostgreSQL
* http://postgis.refractions.net
Property changes on: trunk/liblwgeom/lwmpoly.c
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Property changes on: trunk/liblwgeom/lwmsurface.c
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Modified: trunk/liblwgeom/lwpoint.c
===================================================================
--- trunk/liblwgeom/lwpoint.c 2009-02-04 00:23:38 UTC (rev 3638)
+++ trunk/liblwgeom/lwpoint.c 2009-02-04 00:28:37 UTC (rev 3639)
@@ -1,5 +1,5 @@
/**********************************************************************
- * $Id: lwpoint.c 2797 2008-05-31 09:56:44Z mcayland $
+ * $Id$
*
* PostGIS - Spatial Types for PostgreSQL
* http://postgis.refractions.net
Property changes on: trunk/liblwgeom/lwpoint.c
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Modified: trunk/liblwgeom/lwpoly.c
===================================================================
--- trunk/liblwgeom/lwpoly.c 2009-02-04 00:23:38 UTC (rev 3638)
+++ trunk/liblwgeom/lwpoly.c 2009-02-04 00:28:37 UTC (rev 3639)
@@ -1,5 +1,5 @@
/**********************************************************************
- * $Id: lwpoly.c 2797 2008-05-31 09:56:44Z mcayland $
+ * $Id$
*
* PostGIS - Spatial Types for PostgreSQL
* http://postgis.refractions.net
Property changes on: trunk/liblwgeom/lwpoly.c
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Property changes on: trunk/liblwgeom/lwsegmentize.c
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Property changes on: trunk/liblwgeom/lwutil.c
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Modified: trunk/liblwgeom/measures.c
===================================================================
--- trunk/liblwgeom/measures.c 2009-02-04 00:23:38 UTC (rev 3638)
+++ trunk/liblwgeom/measures.c 2009-02-04 00:28:37 UTC (rev 3639)
@@ -1,5 +1,5 @@
/**********************************************************************
- * $Id: measures.c 2797 2008-05-31 09:56:44Z mcayland $
+ * $Id$
*
* PostGIS - Spatial Types for PostgreSQL
* http://postgis.refractions.net
Property changes on: trunk/liblwgeom/measures.c
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Modified: trunk/liblwgeom/ptarray.c
===================================================================
--- trunk/liblwgeom/ptarray.c 2009-02-04 00:23:38 UTC (rev 3638)
+++ trunk/liblwgeom/ptarray.c 2009-02-04 00:28:37 UTC (rev 3639)
@@ -1,5 +1,5 @@
/**********************************************************************
- * $Id: ptarray.c 2797 2008-05-31 09:56:44Z mcayland $
+ * $Id$
*
* PostGIS - Spatial Types for PostgreSQL
* http://postgis.refractions.net
Property changes on: trunk/liblwgeom/ptarray.c
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Property changes on: trunk/liblwgeom/vsprintf.c
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Property changes on: trunk/liblwgeom/wktparse.h
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Property changes on: trunk/liblwgeom/wktparse.tab.c
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Property changes on: trunk/liblwgeom/wktparse.tab.h
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Modified: trunk/loader/shp2pgsql-cli.c
===================================================================
--- trunk/loader/shp2pgsql-cli.c 2009-02-04 00:23:38 UTC (rev 3638)
+++ trunk/loader/shp2pgsql-cli.c 2009-02-04 00:28:37 UTC (rev 3639)
@@ -1,5 +1,5 @@
/**********************************************************************
- * $Id: shp2pgsql-gui.c 3450 2008-12-18 20:42:09Z pramsey $
+ * $Id$
*
* PostGIS - Spatial Types for PostgreSQL
* http://postgis.refractions.net
Property changes on: trunk/loader/shp2pgsql-cli.c
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Modified: trunk/loader/shp2pgsql-core.c
===================================================================
--- trunk/loader/shp2pgsql-core.c 2009-02-04 00:23:38 UTC (rev 3638)
+++ trunk/loader/shp2pgsql-core.c 2009-02-04 00:28:37 UTC (rev 3639)
@@ -1,5 +1,5 @@
/**********************************************************************
- * $Id: shp2pgsql.c 3450 2008-12-18 20:42:09Z pramsey $
+ * $Id$
*
* PostGIS - Spatial Types for PostgreSQL
* http://postgis.refractions.net
Property changes on: trunk/loader/shp2pgsql-core.c
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Modified: trunk/loader/shp2pgsql-core.h
===================================================================
--- trunk/loader/shp2pgsql-core.h 2009-02-04 00:23:38 UTC (rev 3638)
+++ trunk/loader/shp2pgsql-core.h 2009-02-04 00:28:37 UTC (rev 3639)
@@ -19,7 +19,7 @@
#include "../liblwgeom/liblwgeom.h"
#include "stringbuffer.h"
-#define RCSID "$Id: shp2pgsql.c 3450 2008-12-18 20:42:09Z pramsey $"
+#define RCSID "$Id$"
#define TRANSLATION_IDLE 0
#define TRANSLATION_CREATE 1
Property changes on: trunk/loader/shp2pgsql-core.h
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Modified: trunk/loader/shp2pgsql-gui.c
===================================================================
--- trunk/loader/shp2pgsql-gui.c 2009-02-04 00:23:38 UTC (rev 3638)
+++ trunk/loader/shp2pgsql-gui.c 2009-02-04 00:28:37 UTC (rev 3639)
@@ -1,5 +1,5 @@
/**********************************************************************
- * $Id: shp2pgsql-gui.c 3450 2008-12-18 20:42:09Z pramsey $
+ * $Id$
*
* PostGIS - Spatial Types for PostgreSQL
* http://postgis.refractions.net
Property changes on: trunk/loader/shp2pgsql-gui.c
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Property changes on: trunk/loader/stringbuffer.c
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Property changes on: trunk/loader/stringbuffer.h
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Property changes on: trunk/lwgeom/long_xact.c
___________________________________________________________________
Name: svn:keywords
- Id
+ Author Date Id Revision
Property changes on: trunk/lwgeom/lwgeom_accum.c
___________________________________________________________________
Name: svn:keywords
- Id
+ Author Date Id Revision
Property changes on: trunk/lwgeom/lwgeom_box.c
___________________________________________________________________
Name: svn:keywords
- Id
+ Author Date Id Revision
Property changes on: trunk/lwgeom/lwgeom_box2dfloat4.c
___________________________________________________________________
Name: svn:keywords
- Id
+ Author Date Id Revision
Property changes on: trunk/lwgeom/lwgeom_box3d.c
___________________________________________________________________
Name: svn:keywords
- Id
+ Author Date Id Revision
Property changes on: trunk/lwgeom/lwgeom_btree.c
___________________________________________________________________
Name: svn:keywords
- Id
+ Author Date Id Revision
Property changes on: trunk/lwgeom/lwgeom_chip.c
___________________________________________________________________
Name: svn:keywords
- Id
+ Author Date Id Revision
Property changes on: trunk/lwgeom/lwgeom_debug.c
___________________________________________________________________
Name: svn:keywords
- Id
+ Author Date Id Revision
Property changes on: trunk/lwgeom/lwgeom_dump.c
___________________________________________________________________
Name: svn:keywords
- Id
+ Author Date Id Revision
Property changes on: trunk/lwgeom/lwgeom_estimate.c
___________________________________________________________________
Name: svn:keywords
- Id
+ Author Date Id Revision
Property changes on: trunk/lwgeom/lwgeom_functions_analytic.c
___________________________________________________________________
Name: svn:keywords
- Id
+ Author Date Id Revision
Property changes on: trunk/lwgeom/lwgeom_functions_basic.c
___________________________________________________________________
Name: svn:keywords
- Id
+ Author Date Id Revision
Property changes on: trunk/lwgeom/lwgeom_functions_lrs.c
___________________________________________________________________
Name: svn:keywords
- Id
+ Author Date Id Revision
Property changes on: trunk/lwgeom/lwgeom_geojson.c
___________________________________________________________________
Name: svn:keywords
- Id
+ Author Date Id Revision
Property changes on: trunk/lwgeom/lwgeom_geos.c
___________________________________________________________________
Name: svn:keywords
- Id
+ Author Date Id Revision
Property changes on: trunk/lwgeom/lwgeom_geos.h
___________________________________________________________________
Name: svn:keywords
- Id
+ Author Date Id Revision
Property changes on: trunk/lwgeom/lwgeom_geos_prepared.c
___________________________________________________________________
Name: svn:keywords
- Id
+ Author Date Id Revision
Property changes on: trunk/lwgeom/lwgeom_geos_prepared.h
___________________________________________________________________
Name: svn:keywords
- Id
+ Author Date Id Revision
Property changes on: trunk/lwgeom/lwgeom_gist.c
___________________________________________________________________
Name: svn:keywords
- Id
+ Author Date Id Revision
Property changes on: trunk/lwgeom/lwgeom_gml.c
___________________________________________________________________
Name: svn:keywords
- Id
+ Author Date Id Revision
Property changes on: trunk/lwgeom/lwgeom_inout.c
___________________________________________________________________
Name: svn:keywords
- Id
+ Author Date Id Revision
Property changes on: trunk/lwgeom/lwgeom_kml.c
___________________________________________________________________
Name: svn:keywords
- Id
+ Author Date Id Revision
Property changes on: trunk/lwgeom/lwgeom_ogc.c
___________________________________________________________________
Name: svn:keywords
- Id
+ Author Date Id Revision
Property changes on: trunk/lwgeom/lwgeom_pg.c
___________________________________________________________________
Name: svn:keywords
- Id
+ Author Date Id Revision
Property changes on: trunk/lwgeom/lwgeom_rtree.c
___________________________________________________________________
Name: svn:keywords
- Id
+ Author Date Id Revision
Property changes on: trunk/lwgeom/lwgeom_rtree.h
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Property changes on: trunk/lwgeom/lwgeom_spheroid.c
___________________________________________________________________
Name: svn:keywords
- Id
+ Author Date Id Revision
Property changes on: trunk/lwgeom/lwgeom_sqlmm.c
___________________________________________________________________
Name: svn:keywords
- Id
+ Author Date Id Revision
Property changes on: trunk/lwgeom/lwgeom_svg.c
___________________________________________________________________
Name: svn:keywords
- Id
+ Author Date Id Revision
Property changes on: trunk/lwgeom/lwgeom_transform.c
___________________________________________________________________
Name: svn:keywords
- Id
+ Author Date Id Revision
Property changes on: trunk/lwgeom/lwgeom_triggers.c
___________________________________________________________________
Name: svn:keywords
- Id
+ Author Date Id Revision
Property changes on: trunk/lwgeom/postgis.sql.in.c
___________________________________________________________________
Name: svn:keywords
- Id
+ Author Date Id Revision
Property changes on: trunk/lwgeom/test.c
___________________________________________________________________
Name: svn:keywords
- Id
+ Author Date Id Revision
Modified: trunk/topology/topology.sql.in.c
===================================================================
--- trunk/topology/topology.sql.in.c 2009-02-04 00:23:38 UTC (rev 3638)
+++ trunk/topology/topology.sql.in.c 2009-02-04 00:28:37 UTC (rev 3639)
@@ -1,6 +1,6 @@
-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
--
--- $Id: topology.sql.in 2469 2006-09-06 11:16:59Z strk $
+-- $Id$
--
-- PostGIS - Spatial Types for PostgreSQL
-- http://postgis.refractions.net
Property changes on: trunk/topology/topology.sql.in.c
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
More information about the postgis-commits
mailing list