Fix ANT so it only has '*.class' files, not the 'tags' file.
authorBruce Momjian
Wed, 23 May 2001 19:30:35 +0000 (19:30 +0000)
committerBruce Momjian
Wed, 23 May 2001 19:30:35 +0000 (19:30 +0000)
src/interfaces/jdbc/build.xml

index 66749415059fd2a0cc45e6a1699988e980685a2f..b55eee1add3a093a46d3eb04768c350952faf4c4 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.12 2001/05/19 02:48:54 momjian Exp $
+  $Id: build.xml,v 1.13 2001/05/23 19:30:35 momjian Exp $
 
 -->
 
 
   
   
-    " excludes="${package}/test/**,${package}/*.properties"/>
-    
+    /*.class" excludes="${package}/test/**"/>
+    /*.class" />