langtools/src/share/opensource/javac/build.properties
author duke
Sat, 01 Dec 2007 00:00:00 +0000
changeset 10 06bc494ca11e
permissions -rw-r--r--
Initial load
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