Browse Source

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
tags/rel_1_1
Tim McCune 19 years ago
parent
commit
9cab01a404
3 changed files with 18 additions and 2 deletions
  1. 1
    0
      project.properties
  2. 7
    2
      project.xml
  3. 10
    0
      xdocs/navigation.xml

+ 1
- 0
project.properties View File

@@ -14,5 +14,6 @@ maven.repo.remote=http://www.ibiblio.org/maven,http://maven-plugins.sf.net/maven
maven.sourceforge.project.groupId=134943
maven.sourceforge.username=javajedi
maven.test.source=1.5
maven.username=javajedi
log4j.configuration=com/hmsonline/common/access/log4j.properties
statcvs.include=**/*.java;**/*.xml

+ 7
- 2
project.xml View File

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

+ 10
- 0
xdocs/navigation.xml View File

@@ -0,0 +1,10 @@
<?xml version="1.0"?>

<project name="Jackcess">
<title>Jackcess</title>
<body>
<menu name="Jackcess">
<item name="Downloads" href="http://sourceforge.net/project/showfiles.php?group_id=134943"/>
</menu>
</body>
</project>

Loading…
Cancel
Save