1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-31 22:04:40 +03:00

Add NUMERIC tests to jdbc code.

David Esposito
This commit is contained in:
Bruce Momjian
2001-05-16 17:09:26 +00:00
parent 863c9d11f1
commit 37b006e074
4 changed files with 28 additions and 3 deletions

View File

@ -2,7 +2,7 @@
build file to build the donated retep tools packages
$Id: build.xml,v 1.5 2001/05/16 16:20:51 momjian Exp $
$Id: build.xml,v 1.6 2001/05/16 17:09:25 momjian Exp $
-->
@ -43,6 +43,7 @@
<target name="compile" depends="checks,prepare,warning" if="jdk1.2+">
<javac srcdir="${src}" destdir="${dest}">
<include name="${package}/**" />
<exclude name="${package}/**" unless="jdk1.2+" />
</javac>
</target>