langtools/src/share/opensource/javac/build.properties
author martin
Mon, 10 Mar 2008 23:23:47 -0700
changeset 59 f35c86a7e82d
parent 10 06bc494ca11e
permissions -rw-r--r--
6602600: Fast removal of cancelled scheduled thread pool tasks Reviewed-by: alanb Contributed-by: Doug Lea <dl@cs.oswego.edu>
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
10
06bc494ca11e Initial load
duke
parents:
diff changeset
     1
build.jdk.version = 1.7.0
06bc494ca11e Initial load
duke
parents:
diff changeset
     2
build.release = ${build.jdk.version}-opensource
06bc494ca11e Initial load
duke
parents:
diff changeset
     3
build.number = b00
06bc494ca11e Initial load
duke
parents:
diff changeset
     4
build.user.release.suffix = ${user.name}_${build.fullversion.time}
06bc494ca11e Initial load
duke
parents:
diff changeset
     5
build.full.version = ${build.release}-${build.user.release.suffix}-${build.number}
06bc494ca11e Initial load
duke
parents:
diff changeset
     6
06bc494ca11e Initial load
duke
parents:
diff changeset
     7
# Set jtreg.home to jtreg installation directory
06bc494ca11e Initial load
duke
parents:
diff changeset
     8
# jtreg.home = 
06bc494ca11e Initial load
duke
parents:
diff changeset
     9
06bc494ca11e Initial load
duke
parents:
diff changeset
    10
# Set test.jdk.home to baseline JDK used to run the tests
06bc494ca11e Initial load
duke
parents:
diff changeset
    11
# test.jdk.home =
06bc494ca11e Initial load
duke
parents:
diff changeset
    12
06bc494ca11e Initial load
duke
parents:
diff changeset
    13
compiler.source.level = 1.5