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

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