diff options
-rw-r--r-- | CREDITS.txt | 10 | ||||
-rw-r--r-- | pom.xml | 58 |
2 files changed, 51 insertions, 17 deletions
diff --git a/CREDITS.txt b/CREDITS.txt deleted file mode 100644 index 8596b2c..0000000 --- a/CREDITS.txt +++ /dev/null @@ -1,10 +0,0 @@ -Tim McCune - Original author and project founder -Rob DiMarco - Added ability to import delimited text into new tables -Mitchell J. Friedman - Added support for additional JDBC data types -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 (2003/2007) -F. Gerbig - added ExportUtil, contributed some of the code for Jet3 read-only - support @@ -17,6 +17,9 @@ <name>Tim McCune</name> <id>javajedi</id> <email>javajedi@users.sf.net</email> + <roles> + <role>Original author and project founder</role> + </roles> <timezone>-5</timezone> </developer> <developer> @@ -24,21 +27,62 @@ <id>jahlborn</id> <email>jahlborn@users.sf.net</email> <organization>Dell Boomi</organization> + <roles> + <role>Owner</role> + </roles> <timezone>-5</timezone> </developer> - <developer> + </developers> + <contributors> + <contributor> <name>Rob Di Marco</name> - <id>robdimarco</id> + <roles> + <role>Added ability to import delimited text into new tables</role> + </roles> <timezone>-5</timezone> - </developer> - <developer> + </contributor> + <contributor> + <name>Mitchell J. Friedman</name> + <roles> + <role>Added support for additional JDBC data types</role> + </roles> + </contributor> + <contributor> + <name>Jon Iles</name> + <roles> + <role>Added support for reading table definitions that span multiple + pages</role> + </roles> + </contributor> + <contributor> + <name>James Schopp</name> + <roles> + <role>Added support for reading currency columns</role> + </roles> + </contributor> + <contributor> + <name>Patricia Donaldson</name> + <roles> + <role>Contributed RowFilter class</role> + </roles> + </contributor> + <contributor> <name>Dan Rollo</name> - <id>bhamail</id> <email>bhamail@users.sf.net</email> <organization>Composite Software, Inc.</organization> + <roles> + <role>Added support for new DB file formats (2003/2007)</role> + </roles> <timezone>-5</timezone> - </developer> - </developers> + </contributor> + <contributor> + <name>F. Gerbig</name> + <roles> + <role>added ExportUtil, contributed some of the code for Jet3 + read-only support</role> + </roles> + </contributor> + </contributors> <issueManagement> <system>SourceForge2</system> <url>http://sourceforge.net/p/jackcess/bugs/</url> |