diff --git a/build.properties b/build.properties index e139ca6f2..5f84fcb93 100644 --- a/build.properties +++ b/build.properties @@ -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. diff --git a/build.xml b/build.xml index c35c7a6f1..7c5e6a508 100644 --- a/build.xml +++ b/build.xml @@ -588,7 +588,7 @@ - + @@ -1335,19 +1335,24 @@ - + + - + - + + + + +