diff options
author | Tim McCune <javajedi@users.sf.net> | 2005-04-07 14:32:19 +0000 |
---|---|---|
committer | Tim McCune <javajedi@users.sf.net> | 2005-04-07 14:32:19 +0000 |
commit | 4f8ce372b451454576d47161b085d3ec94e399e8 (patch) | |
tree | e360b4105fde834bbaca122640ea66258e0aa7b8 /project.properties | |
parent | 58f99075ce911d17f69bcf790e715c444af1d11b (diff) | |
download | jackcess-4f8ce372b451454576d47161b085d3ec94e399e8.tar.gz jackcess-4f8ce372b451454576d47161b085d3ec94e399e8.zip |
This commit was generated by cvs2svn to compensate for changes in r2,
which included commits to RCS files with non-trunk default branches.
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@3 f203690c-595d-4dc9-a70b-905162fa7fd2
Diffstat (limited to 'project.properties')
-rw-r--r-- | project.properties | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/project.properties b/project.properties new file mode 100644 index 0000000..58b43c9 --- /dev/null +++ b/project.properties @@ -0,0 +1,18 @@ +maven.artifact.legacy=false +maven.changes.issue.template=http://sf.net/tracker/index.php?func=detail&aid=%ISSUE%&group_id=134943&atid=731445 +maven.compile.source=1.5 +maven.compile.target=1.5 +maven.javadoc.excludepackagenames=com.healthmarketscience.jackcess.scsu +maven.javadoc.links=http://java.sun.com/j2se/1.5.0/docs/api +maven.javadoc.package=false +maven.javadoc.public=true +maven.javadoc.source=1.5 +maven.junit.fork=on +maven.junit.jvmargs=-Xmx256M -server +maven.junit.sysproperties=log4j.configuration +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 +log4j.configuration=com/hmsonline/common/access/log4j.properties +statcvs.include=**/*.java;**/*.xml |