Skip to content

Commit 92a088a

Browse files
committed
Include zxJDBCMessages resource in slim JAR
Fixes bjo 2918 and resolves jython#187. [skip ci] since it it does not test the JAR built by Gradle.
1 parent 8ba717d commit 92a088a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

NEWS

+1
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ Jython 2.7.3a1
4444
- [ GH-4 ] Swap from Mercurial to Git as our SCM tool
4545
- [ GH-2 ] Transfer closed-fixed issues in NEWS from frozen-mirror
4646
- [ 2924 ] module-info.class in root of JAR causes problems (also GH-54?)
47+
- [ 2918 ] slim jar: missing resource file for zxJDBC (also GH-187)
4748
- [ 2892 ] Migrate from hg.python.org to GitHub
4849

4950
New Features

build.gradle

+1
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,7 @@ processResources {
217217
from(file('src')) {
218218
include 'META-INF/**'
219219
include 'org/python/modules/ucnhash.dat'
220+
include 'com/ziclix/python/sql/resource/zxJDBCMessages.properties'
220221
}
221222
}
222223

0 commit comments

Comments
 (0)