diff options
author | Tim McCune <javajedi@users.sf.net> | 2005-08-26 04:23:41 +0000 |
---|---|---|
committer | Tim McCune <javajedi@users.sf.net> | 2005-08-26 04:23:41 +0000 |
commit | f109d76b194339b76e328008ad0aea23a4f4128b (patch) | |
tree | c1da9594a9474d074bae4426d3ef68c1144fc872 /project.properties | |
parent | 2300c101bb4dadee060d0c4a5b9f973d4519b454 (diff) | |
download | jackcess-f109d76b194339b76e328008ad0aea23a4f4128b.tar.gz jackcess-f109d76b194339b76e328008ad0aea23a4f4128b.zip |
Fixed bug 1273712 where writing null values into fixed-length columns wasn't working.
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@25 f203690c-595d-4dc9-a70b-905162fa7fd2
Diffstat (limited to 'project.properties')
-rw-r--r-- | project.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/project.properties b/project.properties index ef6d4ae..78264d3 100644 --- a/project.properties +++ b/project.properties @@ -18,5 +18,5 @@ maven.sourceforge.project.groupId=134943 maven.sourceforge.username=javajedi maven.test.source=1.5 maven.username=javajedi -log4j.configuration=com/hmsonline/common/access/log4j.properties +log4j.configuration=com/healthmarketscience/jackcess/log4j.properties statcvs.include=**/*.java;**/*.xml |