[postgis-commits] svn - r2821 - trunk/java/jdbc
postgis-commits at postgis.refractions.net
postgis-commits at postgis.refractions.net
Thu Jul 3 10:08:49 PDT 2008
Author: pramsey
Date: 2008-07-03 10:08:49 -0700 (Thu, 03 Jul 2008)
New Revision: 2821
Modified:
trunk/java/jdbc/Makefile
trunk/java/jdbc/build.xml
Log:
Match version numbers to new naming conventions.
Modified: trunk/java/jdbc/Makefile
===================================================================
--- trunk/java/jdbc/Makefile 2008-07-03 09:28:38 UTC (rev 2820)
+++ trunk/java/jdbc/Makefile 2008-07-03 17:08:49 UTC (rev 2821)
@@ -119,7 +119,7 @@
# and installdirs targets, not for building itsself.
-include ../../Makefile.config
-VERSION=$(REL_MAJOR_VERSION).$(REL_MINOR_VERSION).$(REL_MICRO_VERSION)
+VERSION=$(POSTGIS_MAJOR_VERSION).$(POSTGIS_MINOR_VERSION).$(POSTGIS_MICRO_VERSION)
# We copy the ../Version.config into the jar to have it read at runtime.
VERSIONPATH=$(BUILD)/org/postgis
Modified: trunk/java/jdbc/build.xml
===================================================================
--- trunk/java/jdbc/build.xml 2008-07-03 09:28:38 UTC (rev 2820)
+++ trunk/java/jdbc/build.xml 2008-07-03 17:08:49 UTC (rev 2821)
@@ -42,7 +42,7 @@
<!-- Load in the version information from Version.config -->
<property file="${versioninfo}"/>
- <property name="postgis_version" value="${REL_MAJOR_VERSION}.${REL_MINOR_VERSION}.${REL_MICRO_VERSION}"/>
+ <property name="postgis_version" value="${POSTGIS_MAJOR_VERSION}.${POSTGIS_MINOR_VERSION}.${POSTGIS_MICRO_VERSION}"/>
<!-- Build classpath - required to build the PostGIS JDBC driver -->
<path id="buildclasspath">
More information about the postgis-commits
mailing list