[libpostgresql-jdbc-java] 02/11: Move PGXADataSource to the public API documentation.
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Mon Jan 9 10:20:32 UTC 2017
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to tag REL8_2_509
in repository libpostgresql-jdbc-java.
commit 2a19fc951d28f07de4d3e053cf7a8e837abe6237
Author: Kris Jurka <books at ejurka.com>
Date: Tue Feb 19 05:32:06 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 f5daf9a..fbcc147 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.71.2.3 2007/10/15 07:49:36 jurka Exp $
+ $PostgreSQL: pgjdbc/build.xml,v 1.71.2.4 2008/02/12 23:41:55 jurka Exp $
-->
@@ -467,6 +467,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
More information about the pkg-java-commits
mailing list