summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Ahlborn <jtahlborn@yahoo.com>2013-04-30 12:49:43 +0000
committerJames Ahlborn <jtahlborn@yahoo.com>2013-04-30 12:49:43 +0000
commit7e3dbdffc6fe183fa7030b10b6f4e1ed4a57df9b (patch)
tree0ac73e4568a1af5266f636e56e47d32fb175582e
parent8a9f0716cf072306d5e3b0d949bf57d53318e1a7 (diff)
downloadjackcess-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.txt10
-rw-r--r--pom.xml58
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
diff --git a/pom.xml b/pom.xml
index d96e758..a76c7c1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>