1
0
mirror of https://github.com/postgres/postgres.git synced 2025-05-18 17:41:14 +03:00

Update the build.xml file to support building with the new 1.5 jdk

and ant 1.6.
This commit is contained in:
Kris Jurka 2004-04-26 08:28:32 +00:00
parent 14684ca28f
commit 79e42a6eb2

View File

@ -6,7 +6,7 @@
This file now requires Ant 1.4.1. 2002-04-18
$Header: /cvsroot/pgsql/src/interfaces/jdbc/Attic/build.xml,v 1.36.2.1 2003/12/18 03:32:05 davec Exp $
$Header: /cvsroot/pgsql/src/interfaces/jdbc/Attic/build.xml,v 1.36.2.2 2004/04/26 08:28:32 jurka Exp $
-->
@ -44,7 +44,10 @@
</or>
</condition>
<condition property="jdbc3">
<or>
<equals arg1="${ant.java.version}" arg2="1.4"/>
<equals arg1="${ant.java.version}" arg2="1.5"/>
</or>
</condition>
<available property="datasource" classname="javax.sql.DataSource"/>
<available property="ssl" classname="javax.net.ssl.SSLSocketFactory"/>