diff options
author | Dan Rollo <bhamail@users.sf.net> | 2010-03-15 20:37:23 +0000 |
---|---|---|
committer | Dan Rollo <bhamail@users.sf.net> | 2010-03-15 20:37:23 +0000 |
commit | 3150be72471242698cd168420f6758cbef831be7 (patch) | |
tree | 767d504974fc8fd355f6b92b7900eaf55f892424 | |
parent | b97a02694a5a7fb52acfc1f88a32478f4f56ec1f (diff) | |
download | jackcess-3150be72471242698cd168420f6758cbef831be7.tar.gz jackcess-3150be72471242698cd168420f6758cbef831be7.zip |
Add Dan Rollo to the devs list.
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/branches/newformats@447 f203690c-595d-4dc9-a70b-905162fa7fd2
-rw-r--r-- | CREDITS.txt | 1 | ||||
-rw-r--r-- | pom.xml | 7 | ||||
-rw-r--r-- | project.xml | 7 |
3 files changed, 15 insertions, 0 deletions
diff --git a/CREDITS.txt b/CREDITS.txt index 78b627b..f52f6e3 100644 --- a/CREDITS.txt +++ b/CREDITS.txt @@ -5,3 +5,4 @@ James Ahlborn - Added support for NUMERIC data type Jon Iles - Added support for reading table definitions that span multiple pages James Schopp - added support for reading currency columns Patricia Donaldson - contributed RowFilter class +Dan Rollo - added support for new DB file formats
\ No newline at end of file @@ -33,6 +33,13 @@ <organization>Health Market Science, Inc.</organization> <timezone>-5</timezone> </developer> + <developer> + <name>Dan Rollo</name> + <id>bhamail</id> + <email>bhamail@users.sf.net</email> + <organization>Composite Software, Inc.</organization> + <timezone>-5</timezone> + </developer> </developers> <issueManagement> <system>SourceForge</system> diff --git a/project.xml b/project.xml index d7627f0..fa5f6c7 100644 --- a/project.xml +++ b/project.xml @@ -49,6 +49,13 @@ <organization>Health Market Science, Inc.</organization> <timezone>-5</timezone> </developer> + <developer> + <name>Dan Rollo</name> + <id>bhamail</id> + <email>bhamail@users.sf.net</email> + <organization>Composite Software, Inc.</organization> + <timezone>-5</timezone> + </developer> </developers> <licenses> <license> |