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

Commit1f96440

Browse files
author
Barry Lind
committed
Applied patch from Oliver Jowett to clean up some aditional warning messages
from ant. Modified Files: jdbc/build.xml
1 parent17108e6 commit1f96440

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎src/interfaces/jdbc/build.xml

Lines changed: 3 additions & 3 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.33 2003/08/11 21:25:01 barry Exp $
9+
$Header: /cvsroot/pgsql/src/interfaces/jdbc/Attic/build.xml,v 1.34 2003/08/11 21:27:52 barry Exp $
1010
1111
-->
1212

@@ -79,7 +79,7 @@
7979

8080
<!-- create the jar file-->
8181
<targetname="jar"depends="compile,examples">
82-
<jarjarfile="${jardir}/postgresql.jar"whenempty="fail">
82+
<jarjarfile="${jardir}/postgresql.jar">
8383
<filesetdir="${builddir}">
8484
<includename="${package}/**/*.class" />
8585
<excludename="${package}/test/**" />
@@ -90,7 +90,7 @@
9090
</fileset>
9191
</jar>
9292

93-
<jarjarfile="${jardir}/postgresql-examples.jar"whenempty="fail">
93+
<jarjarfile="${jardir}/postgresql-examples.jar">
9494
<filesetdir="${builddir}">
9595
<includename="example/**/*.class" />
9696
</fileset>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp