ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/user.properties.sample
Revision: 1.8
Committed: Wed Jun 25 20:44:31 2003 UTC (20 years, 10 months ago) by tim
Branch: MAIN
CVS Tags: JSR166_PRELIMINARY_TEST_RELEASE_2
Changes since 1.7: +3 -3 lines
Log Message:
Remove support for javac 1.3-ea, add 2.1-ea jars, but code still
incompatible.

File Contents

# Content
1 # ---------------------------------------------------------------------------
2 # Developer-specific properties
3 #
4 # Modify this file to taste and save as user.properties
5 #
6 # $Id: user.properties.sample,v 1.7 2003/05/29 15:53:58 tim Exp $
7 # ---------------------------------------------------------------------------
8
9
10 # ----- Which gj compiler: 2.0 or 2.1? (default 2.0) -----
11 gjc.version = 2.0
12
13
14 # ----- Turn on -novariance? (default true, ignored in version 2.1) -----
15 gjc.novariance = true
16
17
18 # ----- Turn on -warnunchecked? (default false) -----
19 gjc.warnunchecked = false
20
21
22 # ----- Skip java.lang.Thread* classes? (default false) -----
23 build.nothreads = false
24
25
26 # ----- Use emulation classes? (default true for Windows, false otherwise) -----
27 #build.emulation = true
28
29
30 # ----- Restrict to test cases matching this pattern (omit trailing "Test") -----
31 #testcase = PriorityQueue