diff options
author | Tim McCune <javajedi@users.sf.net> | 2005-08-20 05:46:15 +0000 |
---|---|---|
committer | Tim McCune <javajedi@users.sf.net> | 2005-08-20 05:46:15 +0000 |
commit | 20d7d78325c0259cb3445c7b41848ab8e7db7b4c (patch) | |
tree | 7045fabefbb48c7c091a41c6cbecf17d456ac522 /project.properties | |
parent | 37a4da64ca2d69df87103627d8e6bf86b522367d (diff) | |
download | jackcess-20d7d78325c0259cb3445c7b41848ab8e7db7b4c.tar.gz jackcess-20d7d78325c0259cb3445c7b41848ab8e7db7b4c.zip |
Fixed bug 1261536.
Skip overflow rows (need to figure out how to read them, but at least it no longer throws an exception.)
Fixed bad index offset for table definition. Index count is repeated, but the 2nd one is the correct one to read, not the first.
Added changes report to site.
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@22 f203690c-595d-4dc9-a70b-905162fa7fd2
Diffstat (limited to 'project.properties')
-rw-r--r-- | project.properties | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/project.properties b/project.properties index bf4a02b..ef6d4ae 100644 --- a/project.properties +++ b/project.properties @@ -1,3 +1,5 @@ +maven.announcement.mail.server=localhost +maven.announcement.mail.to=jackcess-users@lists.sourceforge.net maven.artifact.legacy=false maven.changes.issue.template=http://sf.net/tracker/index.php?func=detail&aid=%ISSUE%&group_id=134943&atid=731445 maven.compile.compilerargs=-Xlint:all |