Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit0995a51

Browse files
committed
Fix ANT for *.properties files.
1 parent7c2916a commit0995a51

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

‎src/interfaces/jdbc/build.xml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
build file to allow ant (http://jakarta.apache.org/ant/) to be used
44
to build the PostgreSQL JDBC Driver.
55
6-
$Id: build.xml,v 1.13 2001/05/2319:30:35 momjian Exp $
6+
$Id: build.xml,v 1.14 2001/05/2320:54:12 momjian Exp $
77
88
-->
99

@@ -108,11 +108,10 @@
108108
<excludename="${package}/PostgresqlDataSource.java"unless="jdk1.2e+" />
109109
<excludename="${package}/xa/**"unless="jdk1.2e+" />
110110
<excludename="${package}/test/**"unless="junit" />
111-
<excludename="${package}/*.properties" />
112111
</javac>
113112
<copytodir="${dest}"overwrite="true"filtering="on">
114113
<filesetdir="${src}">
115-
<includename="${package}/*.properties" />
114+
<includename="${package}/**/*.properties" />
116115
<excludename="${dest}/**" />
117116
</fileset>
118117
</copy>
@@ -139,8 +138,8 @@
139138

140139
<!-- This builds the jar file containing the driver-->
141140
<targetname="jar"depends="compile,examples">
142-
<jarjarfile="${jars}/postgresql.jar"basedir="${dest}"includes="${package}/**/*.class"excludes="${package}/test/**"/>
143-
<jarjarfile="${jars}/postgresql-examples.jar"basedir="${dest}"includes="example/**/*.class" />
141+
<jarjarfile="${jars}/postgresql.jar"basedir="${dest}"includes="${package}/**/*.class,${package}/*.properties"excludes="${package}/test/**"/>
142+
<jarjarfile="${jars}/postgresql-examples.jar"basedir="${dest}"includes="example/**/*.class,example/*.properties" />
144143
</target>
145144

146145
<!--

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp