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.1 by tim, Sun May 18 11:56:21 2003 UTC vs.
Revision 1.10 by tim, Sat Jul 26 13:17:51 2003 UTC

# Line 6 | Line 6
6   # $Id$
7   # ---------------------------------------------------------------------------
8  
9 < # ----- Restrict to test cases matching this pattern -----
10 < #testcase = Executors
9 >
10 > # ----- Which gj compiler: 2.0 or 2.2? (default 2.2) -----
11 > gjc.version = 2.2
12 >
13 >
14 > # ----- Turn on -novariance? (default true, ignored in version 2.2) -----
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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines