We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ba717d commit 92a088aCopy full SHA for 92a088a
NEWS
@@ -44,6 +44,7 @@ Jython 2.7.3a1
44
- [ GH-4 ] Swap from Mercurial to Git as our SCM tool
45
- [ GH-2 ] Transfer closed-fixed issues in NEWS from frozen-mirror
46
- [ 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)
48
- [ 2892 ] Migrate from hg.python.org to GitHub
49
50
New Features
build.gradle
@@ -217,6 +217,7 @@ processResources {
217
from(file('src')) {
218
include 'META-INF/**'
219
include 'org/python/modules/ucnhash.dat'
220
+ include 'com/ziclix/python/sql/resource/zxJDBCMessages.properties'
221
}
222
223
0 commit comments