Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit17108e6

Browse files
author
Barry Lind
committed
Applied patch from Oliver Jewett to fix a deprecation in newer versions of ant
Modified Files: jdbc/build.xml
1 parentc82bfea commit17108e6

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

‎src/interfaces/jdbc/build.xml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
77
This file now requires Ant 1.4.1. 2002-04-18
88
9-
$Header: /cvsroot/pgsql/src/interfaces/jdbc/Attic/build.xml,v 1.32 2003/02/27 05:45:43 barry Exp $
9+
$Header: /cvsroot/pgsql/src/interfaces/jdbc/Attic/build.xml,v 1.33 2003/08/11 21:25:01 barry Exp $
1010
1111
-->
1212

@@ -22,7 +22,6 @@
2222
<propertyname="builddir"value="build" />
2323
<propertyname="package"value="org/postgresql" />
2424
<propertyname="debug"value="on" />
25-
<propertyname="ssl"value="false" />
2625

2726
<propertyfile="build.properties"/>
2827

@@ -167,13 +166,17 @@
167166
<equals arg1="${ssl}" arg2="true"/>
168167
</condition>
169168
<conditionproperty="ssl_config"value="//">
170-
<equals arg1="${ssl}" arg2="false"/>
169+
<not>
170+
<equals arg1="${ssl}" arg2="true"/>
171+
</not>
171172
</condition>
172173
<conditionproperty="ssl_edition"value="SSL">
173174
<equals arg1="${ssl}" arg2="true"/>
174175
</condition>
175176
<conditionproperty="ssl_edition"value="NO SSL">
176-
<equals arg1="${ssl}" arg2="false"/>
177+
<not>
178+
<equals arg1="${ssl}" arg2="true"/>
179+
</not>
177180
</condition>
178181

179182
<!-- Some defaults-->

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp