Parent Directory
|
Revision Log
Revision 1.8 - (view) (download)
| 1 : | tim | 1.1 | # --------------------------------------------------------------------------- |
| 2 : | # Developer-specific properties | ||
| 3 : | # | ||
| 4 : | # Modify this file to taste and save as user.properties | ||
| 5 : | # | ||
| 6 : | tim | 1.8 | # $Id: user.properties.sample,v 1.7 2003/05/29 15:53:58 tim Exp $ |
| 7 : | tim | 1.1 | # --------------------------------------------------------------------------- |
| 8 : | |||
| 9 : | tim | 1.2 | |
| 10 : | tim | 1.8 | # ----- Which gj compiler: 2.0 or 2.1? (default 2.0) ----- |
| 11 : | tim | 1.6 | gjc.version = 2.0 |
| 12 : | tim | 1.4 | |
| 13 : | |||
| 14 : | tim | 1.8 | # ----- Turn on -novariance? (default true, ignored in version 2.1) ----- |
| 15 : | tim | 1.4 | gjc.novariance = true |
| 16 : | tim | 1.2 | |
| 17 : | |||
| 18 : | tim | 1.4 | # ----- Turn on -warnunchecked? (default false) ----- |
| 19 : | gjc.warnunchecked = false | ||
| 20 : | tim | 1.5 | |
| 21 : | |||
| 22 : | tim | 1.7 | # ----- Skip java.lang.Thread* classes? (default false) ----- |
| 23 : | build.nothreads = false | ||
| 24 : | tim | 1.3 | |
| 25 : | |||
| 26 : | tim | 1.4 | # ----- Use emulation classes? (default true for Windows, false otherwise) ----- |
| 27 : | tim | 1.3 | #build.emulation = true |
| 28 : | tim | 1.4 | |
| 29 : | |||
| 30 : | # ----- Restrict to test cases matching this pattern (omit trailing "Test") ----- | ||
| 31 : | #testcase = PriorityQueue |
| Doug Lea | ViewVC Help |
| Powered by ViewVC 1.0.8 |