--- jsr166/user.properties.sample 2003/05/28 00:35:05 1.3 +++ jsr166/user.properties.sample 2003/09/15 14:07:37 1.11 @@ -3,17 +3,17 @@ # # Modify this file to taste and save as user.properties # -# $Id: user.properties.sample,v 1.3 2003/05/28 00:35:05 tim Exp $ +# $Id: user.properties.sample,v 1.11 2003/09/15 14:07:37 tim Exp $ # --------------------------------------------------------------------------- -# ----- Restrict to test cases matching this pattern ----- -#testcase = PriorityQueue +# ----- Turn on -warnunchecked? (default false) ----- +build.warnunchecked = false -# ----- Show build warnings (-warnunchecked) ----- -#build.warnings = true +# ----- Skip java.lang.Thread* classes? (default false) ----- +build.nothreads = false -# ----- Use non-native emulation classes ----- -#build.emulation = true +# ----- Restrict to test cases matching this pattern (omit trailing "Test") ----- +#testcase = PriorityQueue