--- jsr166/user.properties.sample 2003/05/18 11:56:21 1.1 +++ jsr166/user.properties.sample 2016/03/26 15:09:08 1.13 @@ -2,9 +2,15 @@ # Developer-specific properties # # Modify this file to taste and save as user.properties -# -# $Id: user.properties.sample,v 1.1 2003/05/18 11:56:21 tim Exp $ # --------------------------------------------------------------------------- -# ----- Restrict to test cases matching this pattern ----- -#testcase = Executors + +# ----- 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 = ...