projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
371a04f
)
Fix ANT so it only has '*.class' files, not the 'tags' file.
author
Bruce Momjian
Wed, 23 May 2001 19:30:35 +0000
(19:30 +0000)
committer
Bruce Momjian
Wed, 23 May 2001 19:30:35 +0000
(19:30 +0000)
src/interfaces/jdbc/build.xml
patch
|
blob
|
blame
|
history
diff --git
a/src/interfaces/jdbc/build.xml
b/src/interfaces/jdbc/build.xml
index 66749415059fd2a0cc45e6a1699988e980685a2f..b55eee1add3a093a46d3eb04768c350952faf4c4 100644
(file)
--- 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.1
2 2001/05/19 02:48:54
momjian Exp $
+ $Id: build.xml,v 1.1
3 2001/05/23 19:30:35
momjian Exp $
-->
@@
-139,8
+139,8
@@
-
" excludes="${package}/test/**,${package}/*.properties"/>
-
+
/*.class" excludes="${package}/test/**"/>
+
/*.class" />