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.12 by tim, Mon Dec 8 03:10:54 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 < # ----- Turn on -warnunchecked? (default false) -----
9 < build.warnunchecked = false
10 <
8 > # ----- Where to find executable jdks -----
9 > #jdk9.home = ...
10 > #jdk8.home = ...
11 > #jdk7.home = ...
12  
13 < # ----- Restrict to test cases matching this pattern (omit trailing "Test") -----
14 < #testcase = PriorityQueue
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