ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/user.properties.sample
Revision: 1.4
Committed: Thu May 29 04:35:42 2003 UTC (20 years, 11 months ago) by tim
Branch: MAIN
Changes since 1.3: +14 -6 lines
Log Message:
Allow configuring compiler for 1.3, 2.0-variance, and 2.0-novariance.

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.4 # $Id: user.properties.sample,v 1.3 2003/05/28 00:35:05 tim Exp $
7 tim 1.1 # ---------------------------------------------------------------------------
8    
9 tim 1.2
10 tim 1.4 # ----- Which gj compiler: 1.3 or 2.0? (default 1.3) -----
11     gjc.version = 1.3
12    
13    
14     # ----- Turn on -novariance? (default true, ignored in version 1.3) -----
15     gjc.novariance = true
16 tim 1.2
17    
18 tim 1.4 # ----- Turn on -warnunchecked? (default false) -----
19     gjc.warnunchecked = false
20 tim 1.3
21    
22 tim 1.4 # ----- Use emulation classes? (default true for Windows, false otherwise) -----
23 tim 1.3 #build.emulation = true
24 tim 1.4
25    
26     # ----- Restrict to test cases matching this pattern (omit trailing "Test") -----
27     #testcase = PriorityQueue