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.xml | |
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.xml')
-rw-r--r-- | project.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/project.xml b/project.xml index 2e26fe5..21b1d48 100644 --- a/project.xml +++ b/project.xml @@ -32,7 +32,7 @@ <developer> <name>Tim McCune</name> <id>javajedi</id> - <email>javajedi at users dot sf dot net</email> + <email>javajedi@users.sf.net</email> <organization>Health Market Science, Inc.</organization> <timezone>-5</timezone> </developer> @@ -94,6 +94,7 @@ </dependencies> <reports> <report>maven-faq-plugin</report> + <report>maven-changes-plugin</report> <report>maven-javadoc-plugin</report> <report>maven-jxr-plugin</report> <report>maven-jdepend-plugin</report> |