Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
f66f7a54
Commit
f66f7a54
authored
Feb 24, 2002
by
Dave Cramer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
compiles correctly but still doesn't work with jdk 1.4
parent
87675fab
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
6 deletions
+7
-6
src/interfaces/jdbc/build.xml
src/interfaces/jdbc/build.xml
+7
-6
No files found.
src/interfaces/jdbc/build.xml
View file @
f66f7a54
...
...
@@ -4,7 +4,7 @@
build file to allow ant (http://jakarta.apache.org/ant/) to be used
to build the PostgreSQL JDBC Driver
$Header: /cvsroot/pgsql/src/interfaces/jdbc/Attic/build.xml,v 1.
19 2002/02/22 02:07:30
davec Exp $
$Header: /cvsroot/pgsql/src/interfaces/jdbc/Attic/build.xml,v 1.
20 2002/02/24 16:12:51
davec Exp $
-->
...
...
@@ -37,14 +37,15 @@
<or>
<equals
arg1=
"${ant.java.version}"
arg2=
"1.2"
/>
<equals
arg1=
"${ant.java.version}"
arg2=
"1.3"
/>
<equals
arg1=
"${ant.java.version}"
arg2=
"1.4"
/>
</or>
</condition>
<condition
property=
"jdbc3"
>
<equals
arg1=
"${ant.java.version}"
arg2=
"1.4"
/>
</condition>
<condition
property=
"datasource"
>
<and>
<equals
arg1=
"${jdbc2}"
arg2=
"true"
/>
<or>
<equals
arg1=
"${ant.java.version}"
arg2=
"1.2"
/>
<equals
arg1=
"${ant.java.version}"
arg2=
"1.3"
/>
</or>
<available
classname=
"javax.sql.DataSource"
/>
</and>
</condition>
...
...
@@ -90,7 +91,7 @@
<exclude
name=
"${package}/jdbc1/**"
unless=
"jdbc1"
/>
<exclude
name=
"${package}/jdbc2/**"
unless=
"jdbc2"
/>
<exclude
name=
"${package}/largeobject/PGblob.java"
unless=
"jdbc2"
/>
<exclude
name=
"${package}/largeobject/PGclob.java"
unless=
"jdbc2"
/>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment