Fix ANT for *.properties files.
authorBruce Momjian
Wed, 23 May 2001 20:54:12 +0000 (20:54 +0000)
committerBruce Momjian
Wed, 23 May 2001 20:54:12 +0000 (20:54 +0000)
src/interfaces/jdbc/build.xml

index b55eee1add3a093a46d3eb04768c350952faf4c4..5cac94a918bc720b33ce54bd19d43ac5ff20aee1 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.13 2001/05/23 19:30:35 momjian Exp $
+  $Id: build.xml,v 1.14 2001/05/23 20:54:12 momjian Exp $
 
 -->
 
       
       
       
-      
     
     
       
-        
+        */*.properties" />
         
       
     
 
   
   
-    
-    
+    ,${package}/*.properties" excludes="${package}/test/**"/>
+    ,example/*.properties" />