Prevent ANT from recreating the JAR files just because the
authorBruce Momjian
Sat, 19 May 2001 02:48:54 +0000 (02:48 +0000)
committerBruce Momjian
Sat, 19 May 2001 02:48:54 +0000 (02:48 +0000)
errors.properties files were being copied.

src/interfaces/jdbc/build.xml

index 034abb0841b34fd07f2f8ed7439fd06ad4fc1b20..66749415059fd2a0cc45e6a1699988e980685a2f 100644 (file)
@@ -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 $
 
 -->
 
       
       
       
+      
     
     
       
-        **/*.properties" />
+        ${package}/*.properties" />
         
       
     
 
   
   
-    
+    ,${package}/*.properties"/>