ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/user.properties.sample
(Generate patch)

Comparing jsr166/user.properties.sample (file contents):
Revision 1.5 by tim, Thu May 29 12:54:10 2003 UTC vs.
Revision 1.6 by tim, Thu May 29 14:56:37 2003 UTC

# Line 7 | Line 7
7   # ---------------------------------------------------------------------------
8  
9  
10 < # ----- Which gj compiler: 1.3 or 2.0? (default 1.3) -----
11 < gjc.version = 1.3
10 > # ----- Which gj compiler: 1.3 or 2.0? (default 2.0) -----
11 > gjc.version = 2.0
12  
13  
14   # ----- Turn on -novariance? (default true, ignored in version 1.3) -----
# Line 19 | Line 19 | gjc.novariance = true
19   gjc.warnunchecked = false
20  
21  
22 < # ----- Skip the java.lang.Thread* classes? (default false) -----
23 < build.nothreads = false
22 > # ----- Skip java.lang.Thread* classes? (default true for 2.0, false o/w) -----
23 > build.nothreads = true
24  
25  
26   # ----- Use emulation classes? (default true for Windows, false otherwise) -----

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines