[libpostgresql-jdbc-java] 02/12: Typo caused PSQLSavepoint to not get built occasionally. This only affects development because a complete successful build will pull this class in, but when it takes several partial builds to get a complete driver it can get left out.
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Mon Jan 9 10:20:27 UTC 2017
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to tag REL8_2_507
in repository libpostgresql-jdbc-java.
commit 82690b3f94e440a976bf4b73c68c21c18e86b72d
Author: Kris Jurka <books at ejurka.com>
Date: Sun Oct 7 19:23:12 2007 +0000
Typo caused PSQLSavepoint to not get built occasionally. This only
affects development because a complete successful build will pull
this class in, but when it takes several partial builds to get a
complete driver it can get left out.
---
build.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/build.xml b/build.xml
index f95c4e7..d0fa92a 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 2006/11/29 04:00:15 jurka Exp $
+ $PostgreSQL: pgjdbc/build.xml,v 1.71.2.1 2007/04/24 18:19:07 jurka Exp $
-->
@@ -138,7 +138,7 @@
<!-- jdbc3 subpackage -->
<include name="${package}/jdbc3/Abstract*.java" if="jdbc3plus" />
- <include name="${package}/jdbc3/PSQLSavepoint.java" if="jdbcplus" />
+ <include name="${package}/jdbc3/PSQLSavepoint.java" if="jdbc3plus" />
<include name="${package}/jdbc3/Jdbc3Array.java" if="jdbc3"/>
<include name="${package}/jdbc3/Jdbc3Blob.java" if="jdbc3"/>
--
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