--Boundary-00=_8lAxHhSas+3zQJY Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi, here's a trivial fix that makes postgresql-jdbc 8.3-603 build with jdk7 snapshots. Regards bero --Boundary-00=_8lAxHhSas+3zQJY Content-Type: text/x-patch; charset="us-ascii"; name="postgresql-jdbc-8.3-603-jdk7.patch" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="postgresql-jdbc-8.3-603-jdk7.patch" --- postgresql-jdbc-8.3-603.src/build.xml.ark 2008-02-26 12:44:04.000000000 +0100 +++ postgresql-jdbc-8.3-603.src/build.xml 2008-02-26 12:44:13.000000000 +0100 @[EMAIL PROTECTED] -45,7 +45,10 @[EMAIL PROTECTED] <equals arg1="${java.specification.version}" arg2="1.5"/> </condition> <condition property="jdbc4"> + <or> <equals arg1="${java.specification.version}" arg2="1.6"/> + <equals arg1="${java.specification.version}" arg2="1.7"/> + </or> </condition> <condition property="jdbc3any"> <or> --Boundary-00=_8lAxHhSas+3zQJY Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: 8bit MIME-Version: 1.0 ---------------------------(end of broadcast)--------------------------- TIP 3: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faq --Boundary-00=_8lAxHhSas+3zQJY--