ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/user.properties.sample
Revision: 1.12
Committed: Mon Dec 8 03:10:54 2003 UTC (20 years, 5 months ago) by tim
Branch: MAIN
CVS Tags: JSR166_PFD, JSR166_DEC9_PRE_ES_SUBMIT, JSR166_DEC9_POST_ES_SUBMIT, release-1_7_0
Changes since 1.11: +1 -5 lines
Log Message:
Test target now includes both tck and old, obsolete tests.
Removed build.nothreads.

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.12 # $Id: user.properties.sample,v 1.11 2003/09/15 14:07:37 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.4
13    
14     # ----- Restrict to test cases matching this pattern (omit trailing "Test") -----
15     #testcase = PriorityQueue