projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7c2916a
)
Fix ANT for *.properties files.
author
Bruce Momjian
Wed, 23 May 2001 20:54:12 +0000
(20:54 +0000)
committer
Bruce Momjian
Wed, 23 May 2001 20:54:12 +0000
(20:54 +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 b55eee1add3a093a46d3eb04768c350952faf4c4..5cac94a918bc720b33ce54bd19d43ac5ff20aee1 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
3 2001/05/23 19:30:35
momjian Exp $
+ $Id: build.xml,v 1.1
4 2001/05/23 20:54:12
momjian Exp $
-->
@@
-108,11
+108,10
@@
-
-
+
*/*.properties" />
@@
-139,8
+138,8
@@
-
-
+
,${package}/*.properties" excludes="${package}/test/**"/>
+
,example/*.properties" />