From a008109d05b43ab8115ace963b8e8aa8c3d4e0d1 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Sat, 19 May 2001 02:48:54 +0000 Subject: [PATCH] Prevent ANT from recreating the JAR files just because the errors.properties files were being copied. --- src/interfaces/jdbc/build.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/interfaces/jdbc/build.xml b/src/interfaces/jdbc/build.xml index 034abb0841b..66749415059 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 @@ - +