This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to tag REL8_1_413 in repository libpostgresql-jdbc-java.
commit f6a910947b00ca0bd4b2ea374adf065bedf82843 Author: Kris Jurka <[email protected]> Date: Tue Feb 19 05:32:16 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 e26885e..4b8c61f 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.64.2.3 2007/10/15 07:49:41 jurka Exp $ + $PostgreSQL: pgjdbc/build.xml,v 1.64.2.4 2008/02/12 23:42:02 jurka Exp $ --> @@ -417,6 +417,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="jdbc3any" /> </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

