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.13 by jsr166, Sat Mar 26 15:09:08 2016 UTC

# Line 2 | Line 2
2   # Developer-specific properties
3   #
4   # Modify this file to taste and save as user.properties
5 #
6 # $Id$
5   # ---------------------------------------------------------------------------
6  
7  
8 < # ----- Which gj compiler: 1.3 or 2.0? (default 1.3) -----
9 < gjc.version = 1.3
10 <
11 <
12 < # ----- Turn on -novariance? (default true, ignored in version 1.3) -----
13 < gjc.novariance = true
14 <
15 <
16 < # ----- Turn on -warnunchecked? (default false) -----
19 < gjc.warnunchecked = false
20 <
21 <
22 < # ----- Skip the 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
8 > # ----- Where to find executable jdks -----
9 > #jdk9.home = ...
10 > #jdk8.home = ...
11 > #jdk7.home = ...
12 >
13 > # ----- Where to find jdk source trees (used to generate javadocs) -----
14 > #jdk9.src.home = ...
15 > #jdk8.src.home = ...
16 > #jdk7.src.home = ...

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines