Browse Source

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
tags/jackcess-1.2.11
James Ahlborn 11 years ago
parent
commit
7e3dbdffc6
2 changed files with 51 additions and 17 deletions
  1. 0
    10
      CREDITS.txt
  2. 51
    7
      pom.xml

+ 0
- 10
CREDITS.txt View File

@@ -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

+ 51
- 7
pom.xml View File

@@ -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>

Loading…
Cancel
Save