--- jsr166/user.properties.sample 2003/05/28 00:35:05 1.3 +++ jsr166/user.properties.sample 2016/03/26 15:09:08 1.13 @@ -2,18 +2,15 @@ # Developer-specific properties # # Modify this file to taste and save as user.properties -# -# $Id: user.properties.sample,v 1.3 2003/05/28 00:35:05 tim Exp $ # --------------------------------------------------------------------------- -# ----- Restrict to test cases matching this pattern ----- -#testcase = PriorityQueue - - -# ----- Show build warnings (-warnunchecked) ----- -#build.warnings = true - - -# ----- Use non-native emulation classes ----- -#build.emulation = true +# ----- Where to find executable jdks ----- +#jdk9.home = ... +#jdk8.home = ... +#jdk7.home = ... + +# ----- Where to find jdk source trees (used to generate javadocs) ----- +#jdk9.src.home = ... +#jdk8.src.home = ... +#jdk7.src.home = ...