diff options
author | James Ahlborn <jtahlborn@yahoo.com> | 2013-04-30 12:49:43 +0000 |
---|---|---|
committer | James Ahlborn <jtahlborn@yahoo.com> | 2013-04-30 12:49:43 +0000 |
commit | 7e3dbdffc6fe183fa7030b10b6f4e1ed4a57df9b (patch) | |
tree | 0ac73e4568a1af5266f636e56e47d32fb175582e | |
parent | 8a9f0716cf072306d5e3b0d949bf57d53318e1a7 (diff) | |
download | jackcess-7e3dbdffc6fe183fa7030b10b6f4e1ed4a57df9b.tar.gz jackcess-7e3dbdffc6fe183fa7030b10b6f4e1ed4a57df9b.zip |
move contributors from CREDITS.txt into pom.xml
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@708 f203690c-595d-4dc9-a70b-905162fa7fd2
-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> |