add more excludes to 'sloccount.report' and make the report location configurable

This commit is contained in:
kytv
2012-12-21 20:45:05 +00:00
parent 6fe127286f
commit 7fd59c4f10
2 changed files with 12 additions and 4 deletions

View File

@@ -19,6 +19,9 @@ junitdocs.url=http://junit.org/apidocs/
# This will go in the jar manifests
build.built-by=unknown
# filename of the sloccount report
sloccount.report.file=sloccount.sc
# Building EXEs in x64 Linux requires that 32bit libraries are installed. In Debian,
# for example, installing the libc6-i386 package will satisfy this requirement.