mirror of
https://github.com/postgres/postgres.git
synced 2025-04-21 12:05:57 +03:00
Applied patch from Oliver Jowett to clean up some aditional warning messages
from ant. Modified Files: jdbc/build.xml
This commit is contained in:
parent
17108e6c4f
commit
1f96440d66
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
This file now requires Ant 1.4.1. 2002-04-18
|
This file now requires Ant 1.4.1. 2002-04-18
|
||||||
|
|
||||||
$Header: /cvsroot/pgsql/src/interfaces/jdbc/Attic/build.xml,v 1.33 2003/08/11 21:25:01 barry Exp $
|
$Header: /cvsroot/pgsql/src/interfaces/jdbc/Attic/build.xml,v 1.34 2003/08/11 21:27:52 barry Exp $
|
||||||
|
|
||||||
-->
|
-->
|
||||||
|
|
||||||
@ -79,7 +79,7 @@
|
|||||||
|
|
||||||
<!-- create the jar file -->
|
<!-- create the jar file -->
|
||||||
<target name="jar" depends="compile,examples">
|
<target name="jar" depends="compile,examples">
|
||||||
<jar jarfile="${jardir}/postgresql.jar" whenempty="fail">
|
<jar jarfile="${jardir}/postgresql.jar">
|
||||||
<fileset dir="${builddir}">
|
<fileset dir="${builddir}">
|
||||||
<include name="${package}/**/*.class" />
|
<include name="${package}/**/*.class" />
|
||||||
<exclude name="${package}/test/**" />
|
<exclude name="${package}/test/**" />
|
||||||
@ -90,7 +90,7 @@
|
|||||||
</fileset>
|
</fileset>
|
||||||
</jar>
|
</jar>
|
||||||
|
|
||||||
<jar jarfile="${jardir}/postgresql-examples.jar" whenempty="fail">
|
<jar jarfile="${jardir}/postgresql-examples.jar">
|
||||||
<fileset dir="${builddir}">
|
<fileset dir="${builddir}">
|
||||||
<include name="example/**/*.class" />
|
<include name="example/**/*.class" />
|
||||||
</fileset>
|
</fileset>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user