From: Bruce Momjian Date: Sat, 19 May 2001 02:48:54 +0000 (+0000) Subject: Prevent ANT from recreating the JAR files just because the X-Git-Tag: REL7_2_BETA1~1225 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a008109d05b43ab8115ace963b8e8aa8c3d4e0d1;p=postgresql Prevent ANT from recreating the JAR files just because the errors.properties files were being copied. --- diff --git a/src/interfaces/jdbc/build.xml b/src/interfaces/jdbc/build.xml index 034abb0841..6674941505 100644 --- a/src/interfaces/jdbc/build.xml +++ b/src/interfaces/jdbc/build.xml @@ -3,7 +3,7 @@ build file to allow ant (http://jakarta.apache.org/ant/) to be used to build the PostgreSQL JDBC Driver. - $Id: build.xml,v 1.11 2001/05/17 03:22:53 momjian Exp $ + $Id: build.xml,v 1.12 2001/05/19 02:48:54 momjian Exp $ --> @@ -108,10 +108,11 @@ + - + @@ -138,7 +139,7 @@ - +