Add support for pegging the JVM version when checking code coverage.
[cfb.git] / config.properties
1 ; Path (relative or absolute) to the FINDBUGS_HOME, i.e., where FindBugs is installed
2 FindBugsHome=../findbugs-3.0.1/
3
4 ; List (comma-separated) of email addresses to which notifications should be sent
5 notify=chris@localhost
6
7 ; Mail server setup
8 mail.smtp.host=localhost
9 mail.from=findbugs@localhost