projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
385d271
)
Prevent ANT from recreating the JAR files just because the
author
Bruce Momjian
Sat, 19 May 2001 02:48:54 +0000
(
02:48
+0000)
committer
Bruce Momjian
Sat, 19 May 2001 02:48:54 +0000
(
02:48
+0000)
errors.properties files were being copied.
src/interfaces/jdbc/build.xml
patch
|
blob
|
blame
|
history
diff --git
a/src/interfaces/jdbc/build.xml
b/src/interfaces/jdbc/build.xml
index 034abb0841b34fd07f2f8ed7439fd06ad4fc1b20..66749415059fd2a0cc45e6a1699988e980685a2f 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
1 2001/05/17 03:22:53
momjian Exp $
+ $Id: build.xml,v 1.1
2 2001/05/19 02:48:54
momjian Exp $
-->
@@
-108,10
+108,11
@@
+
-
**/*.properties" />
+
${package}/*.properties" />
@@
-138,7
+139,7
@@
-
+
,${package}/*.properties"/>