--- jsr166/user.properties.sample 2003/05/18 18:10:02 1.2 +++ jsr166/user.properties.sample 2003/07/26 13:17:51 1.10 @@ -3,13 +3,29 @@ # # Modify this file to taste and save as user.properties # -# $Id: user.properties.sample,v 1.2 2003/05/18 18:10:02 tim Exp $ +# $Id: user.properties.sample,v 1.10 2003/07/26 13:17:51 tim Exp $ # --------------------------------------------------------------------------- -# ----- Restrict to test cases matching this pattern ----- -#testcase = PriorityQueue +# ----- Which gj compiler: 2.0 or 2.2? (default 2.2) ----- +gjc.version = 2.2 + + +# ----- Turn on -novariance? (default true, ignored in version 2.2) ----- +gjc.novariance = true + + +# ----- Turn on -warnunchecked? (default false) ----- +gjc.warnunchecked = false -# ----- Show build warnings (-warnunchecked) ----- -#build.warnings = true +# ----- Skip java.lang.Thread* classes? (default false) ----- +build.nothreads = false + + +# ----- Use emulation classes? (default true for Windows, false otherwise) ----- +#build.emulation = true + + +# ----- Restrict to test cases matching this pattern (omit trailing "Test") ----- +#testcase = PriorityQueue