--- jsr166/user.properties.sample 2003/05/29 04:35:42 1.4 +++ jsr166/user.properties.sample 2003/05/29 15:53:58 1.7 @@ -3,12 +3,12 @@ # # Modify this file to taste and save as user.properties # -# $Id: user.properties.sample,v 1.4 2003/05/29 04:35:42 tim Exp $ +# $Id: user.properties.sample,v 1.7 2003/05/29 15:53:58 tim Exp $ # --------------------------------------------------------------------------- -# ----- Which gj compiler: 1.3 or 2.0? (default 1.3) ----- -gjc.version = 1.3 +# ----- Which gj compiler: 1.3 or 2.0? (default 2.0) ----- +gjc.version = 2.0 # ----- Turn on -novariance? (default true, ignored in version 1.3) ----- @@ -19,6 +19,10 @@ gjc.novariance = true gjc.warnunchecked = false +# ----- Skip java.lang.Thread* classes? (default false) ----- +build.nothreads = false + + # ----- Use emulation classes? (default true for Windows, false otherwise) ----- #build.emulation = true