diff options
author | Tim McCune <javajedi@users.sf.net> | 2005-04-09 06:22:30 +0000 |
---|---|---|
committer | Tim McCune <javajedi@users.sf.net> | 2005-04-09 06:22:30 +0000 |
commit | ab8c6a931432eee220829533bd7eceadcb9694d6 (patch) | |
tree | a1f55d8df70da9e34430fed606d78a4c18df9546 /project.properties | |
parent | f1692a0f4abe53001315b08aeb97ad0cda9e512a (diff) | |
download | jackcess-ab8c6a931432eee220829533bd7eceadcb9694d6.tar.gz jackcess-ab8c6a931432eee220829533bd7eceadcb9694d6.zip |
JDK 1.5 upgrades
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@7 f203690c-595d-4dc9-a70b-905162fa7fd2
Diffstat (limited to 'project.properties')
-rw-r--r-- | project.properties | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/project.properties b/project.properties index 4dd573a..bf4a02b 100644 --- a/project.properties +++ b/project.properties @@ -1,5 +1,6 @@ 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.compilerargs=-Xlint:all maven.compile.source=1.5 maven.compile.target=1.5 maven.javadoc.excludepackagenames=com.healthmarketscience.jackcess.scsu |