From cb75e3dc7ef83e68a9770aab792c03a5c42cd9c4 Mon Sep 17 00:00:00 2001 From: str4d Date: Fri, 14 Dec 2012 22:33:37 +0000 Subject: [PATCH] Documented required and optional test-related properties in build.properties --- build.properties | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/build.properties b/build.properties index 1850622730..e139ca6f22 100644 --- a/build.properties +++ b/build.properties @@ -35,3 +35,16 @@ require.gettext=true # Optional compiler args # This one keeps gcj a lot quieter #javac.compilerargs=-warn:-unchecked,raw,unused,serial + +# Location of the libraries required for the ScalaTest tests. +# Define this in override.properties or pass in on the command line. +# The directory must contain the following library names: +# mockito-all.jar +# scala-compiler.jar +# scala-library.jar +# scalatest.jar +#scalatest.libs=/PATH/TO/SCALATEST/lib + +# Optional properties used in tests to enable additional tools. +#with.cobertura=/PATH/TO/cobertura.jar +#with.clover=/PATH/TO/clover.jar