ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/user.properties.sample
Revision: 1.11
Committed: Mon Sep 15 14:07:37 2003 UTC (20 years, 7 months ago) by tim
Branch: MAIN
CVS Tags: JSR166_NOV3_FREEZE
Changes since 1.10: +2 -14 lines
Log Message:
Remove last traces of earlier compilation hacks

File Contents

# User Rev Content
1 tim 1.1 # ---------------------------------------------------------------------------
2     # Developer-specific properties
3     #
4     # Modify this file to taste and save as user.properties
5     #
6 tim 1.11 # $Id: user.properties.sample,v 1.10 2003/07/26 13:17:51 tim Exp $
7 tim 1.1 # ---------------------------------------------------------------------------
8    
9 tim 1.2
10 tim 1.4 # ----- Turn on -warnunchecked? (default false) -----
11 tim 1.11 build.warnunchecked = false
12 tim 1.5
13    
14 tim 1.7 # ----- Skip java.lang.Thread* classes? (default false) -----
15     build.nothreads = false
16 tim 1.4
17    
18     # ----- Restrict to test cases matching this pattern (omit trailing "Test") -----
19     #testcase = PriorityQueue