This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to tag REL8_3_604 in repository libpostgresql-jdbc-java.
commit db9277b1c0fa66ff6a355957ab214e1e8f768618 Author: Kris Jurka <[email protected]> Date: Tue Feb 19 05:31:57 2008 +0000 Move PGXADataSource to the public API documentation. As suggested by Jignesh K. Shah --- build.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build.xml b/build.xml index 92aa2c5..d38167c 100644 --- a/build.xml +++ b/build.xml @@ -8,7 +8,7 @@ This file now requires Ant 1.4.1. 2002-04-18 - $PostgreSQL: pgjdbc/build.xml,v 1.78 2008/01/08 06:56:26 jurka Exp $ + $PostgreSQL: pgjdbc/build.xml,v 1.78.2.1 2008/02/12 23:41:49 jurka Exp $ --> @@ -483,6 +483,7 @@ <include name="ssl/NonValidatingFactory.java" if="ssl" /> <include name="ds/PG*.java" if="datasource" /> <include name="ds/common/BaseDataSource.java" if="datasource" /> + <include name="xa/PGXADataSource.java" if="jdbc3plus" /> </fileset> </javadoc> </target> -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libpostgresql-jdbc-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

