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.3 by tim, Wed May 28 00:35:05 2003 UTC vs.
Revision 1.8 by tim, Wed Jun 25 20:44:31 2003 UTC

# Line 7 | Line 7
7   # ---------------------------------------------------------------------------
8  
9  
10 < # ----- Restrict to test cases matching this pattern -----
11 < #testcase = PriorityQueue
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  
14 # ----- Show build warnings (-warnunchecked) -----
15 #build.warnings = true
21  
22 + # ----- Skip java.lang.Thread* classes? (default false) -----
23 + build.nothreads = false
24  
25 < # ----- Use non-native emulation classes -----
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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines