# --------------------------------------------------------------------------- # Developer-specific properties # # Modify this file to taste and save as user.properties # # $Id: user.properties.sample,v 1.9 2003/07/25 21:24:56 tim Exp $ # --------------------------------------------------------------------------- # ----- Which gj compiler: 2.0 or 2.2? (default 2.0) ----- gjc.version = 2.0 # ----- Turn on -novariance? (default true, ignored in version 2.1) ----- gjc.novariance = true # ----- Turn on -warnunchecked? (default false) ----- 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 # ----- Restrict to test cases matching this pattern (omit trailing "Test") ----- #testcase = PriorityQueue