File tree 1 file changed +7
-4
lines changed
1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 6
6
7
7
This file now requires Ant 1.4.1. 2002-04-18
8
8
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 $
10
10
11
11
-->
12
12
22
22
<property name =" builddir" value =" build" />
23
23
<property name =" package" value =" org/postgresql" />
24
24
<property name =" debug" value =" on" />
25
- <property name =" ssl" value =" false" />
26
25
27
26
<property file =" build.properties" />
28
27
167
166
<equals arg1=" ${ ssl } " arg2=" true" />
168
167
</condition >
169
168
<condition property =" ssl_config" value =" //" >
170
- <equals arg1=" ${ ssl } " arg2=" false" />
169
+ <not >
170
+ <equals arg1=" ${ ssl } " arg2=" true" />
171
+ </not >
171
172
</condition >
172
173
<condition property =" ssl_edition" value =" SSL" >
173
174
<equals arg1=" ${ ssl } " arg2=" true" />
174
175
</condition >
175
176
<condition property =" ssl_edition" value =" NO SSL" >
176
- <equals arg1=" ${ ssl } " arg2=" false" />
177
+ <not >
178
+ <equals arg1=" ${ ssl } " arg2=" true" />
179
+ </not >
177
180
</condition >
178
181
179
182
<!-- Some defaults -->
You can’t perform that action at this time.
0 commit comments