Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1f96440

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 parent 17108e6 commit 1f96440

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
<target name="jar" depends="compile,examples">
82-
<jar jarfile="${jardir}/postgresql.jar" whenempty="fail">
82+
<jar jarfile="${jardir}/postgresql.jar">
8383
<fileset dir="${builddir}">
8484
<include name="${package}/**/*.class" />
8585
<exclude name="${package}/test/**" />
@@ -90,7 +90,7 @@
9090
</fileset>
9191
</jar>
9292

93-
<jar jarfile="${jardir}/postgresql-examples.jar" whenempty="fail">
93+
<jar jarfile="${jardir}/postgresql-examples.jar">
9494
<fileset dir="${builddir}">
9595
<include name="example/**/*.class" />
9696
</fileset>

0 commit comments

Comments
 (0)