diff options
author | Tim McCune <javajedi@users.sf.net> | 2005-04-07 16:43:42 +0000 |
---|---|---|
committer | Tim McCune <javajedi@users.sf.net> | 2005-04-07 16:43:42 +0000 |
commit | 9cab01a40466590ec21a4cba417e06ebf8731f20 (patch) | |
tree | 4649be08149b8aecf3d6f844a7046758d3be76f2 /project.xml | |
parent | 4f8ce372b451454576d47161b085d3ec94e399e8 (diff) | |
download | jackcess-9cab01a40466590ec21a4cba417e06ebf8731f20.tar.gz jackcess-9cab01a40466590ec21a4cba417e06ebf8731f20.zip |
Added link to downloads.
Added Rob to team.
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@4 f203690c-595d-4dc9-a70b-905162fa7fd2
Diffstat (limited to 'project.xml')
-rw-r--r-- | project.xml | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/project.xml b/project.xml index fe0ddc3..ae863f3 100644 --- a/project.xml +++ b/project.xml @@ -32,7 +32,12 @@ <developer> <name>Tim McCune</name> <id>javajedi</id> - <email>javajedi@users.sf.net</email> + <email>javajedi at users dot sf dot net</email> + <organization>Health Market Science, Inc.</organization> + <timezone>-5</timezone> + </developer> + <developer> + <name>Rob Di Marco</name> <organization>Health Market Science, Inc.</organization> <timezone>-5</timezone> </developer> @@ -92,6 +97,6 @@ <report>maven-javadoc-plugin</report> <report>maven-jxr-plugin</report> <report>maven-jdepend-plugin</report> - <report>maven-statcvs-plugin</report> + <!--<report>maven-statcvs-plugin</report>--> </reports> </project> |