At 06:07 11/03/01 -0500, Peter Eisentraut - PostgreSQL wrote:
>CVSROOT: /home/projects/pgsql/cvsroot
>Module name: pgsql
>Changes by: petere(at)hub(dot)org 01/03/11 06:07:01
> Respect default port setting in JDBC driver.
I'm not sure if that is a good idea. Because the driver can run anywhere,
the default port should be the Globally accepted port number and not the
builder's one.
> Pick up version number from Makefile.global.
How have you done this, using -Dmajor= -Dminor= parameters to ant?