ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/user.properties.sample
Revision: 1.2
Committed: Sun May 18 18:10:02 2003 UTC (20 years, 11 months ago) by tim
Branch: MAIN
Changes since 1.1: +7 -2 lines
Log Message:
Copied Queue, AbstractQueue, and PriorityQueue from src/dl,
fixed some type parameterization, and added some basic tests.
Added control for -warnunchecked in user properties file.

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.1 2003/05/18 11:56:21 tim Exp $
7 # ---------------------------------------------------------------------------
8
9
10 # ----- Restrict to test cases matching this pattern -----
11 #testcase = PriorityQueue
12
13
14 # ----- Show build warnings (-warnunchecked) -----
15 #build.warnings = true