summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Ahlborn <jtahlborn@yahoo.com>2005-04-07 16:43:43 +0000
committerJames Ahlborn <jtahlborn@yahoo.com>2005-04-07 16:43:43 +0000
commitbc299037cd36c38bdcd302b29308e1908c7965e0 (patch)
tree4649be08149b8aecf3d6f844a7046758d3be76f2
parent08dcaee297433626be8ac74d0723a4b22001ed7e (diff)
downloadjackcess-rel_1_0.tar.gz
jackcess-rel_1_0.zip
This commit was manufactured by cvs2svn to create tag 'rel_1_0'.rel_1_0
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/tags/rel_1_0@5 f203690c-595d-4dc9-a70b-905162fa7fd2
-rw-r--r--project.properties1
-rw-r--r--project.xml9
-rw-r--r--xdocs/navigation.xml10
3 files changed, 18 insertions, 2 deletions
diff --git a/project.properties b/project.properties
index 58b43c9..4dd573a 100644
--- a/project.properties
+++ b/project.properties
@@ -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
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>
diff --git a/xdocs/navigation.xml b/xdocs/navigation.xml
new file mode 100644
index 0000000..fbc8ca3
--- /dev/null
+++ b/xdocs/navigation.xml
@@ -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>