GNUmakefile
java/jdbc/Makefile
java/jdbc/lib/
+java/jdbc/pom.xml
java/jdbc/target/
liblwgeom/cunit/cu_tester
liblwgeom/cunit/Makefile
# **********************************************************************
ANT=@ANT@
+POSTGIS_LIB_VERSION=@POSTGIS_LIB_VERSION@
all: build
+pom.xml: pom.xml.in
+ sed 's,%VERSION%,$(POSTGIS_LIB_VERSION),g' $< >$@
+
+distclean:
+ rm -f pom.xml
+
+build: pom.xml
+
build clean distclean check:
$(ANT) $@
<groupId>org.postgis</groupId>
<artifactId>postgis-jdbc</artifactId>
- <version>2.2.0dev</version>
+ <version>%VERSION%</version>
<packaging>jar</packaging>
<name>Postgis JDBC Driver</name>
<url>http://postgis.net</url>