< prev index next >

make/langtools/build.properties

Print this page




  43         com/sun/tools/javac/resources/compiler.properties
  44 
  45 # Version info -- override as needed
  46 jdk.version = 9
  47 build.number = b00
  48 milestone = internal
  49 
  50 # FIXME -- these need to match the standard values
  51 # If we include date in full.version (ie for developer build)
  52 # we will need to make sure the build is idempotent (i.e.
  53 # repeated builds don't rebuild the tools, because of new
  54 # timestamps
  55 # FIXME -- need to include openjdk as needed
  56 release = ${jdk.version}-${milestone}
  57 full.version = ${release}+${build.number}
  58 
  59 #tools configuration:
  60 tool.javac.main.class=com.sun.tools.javac.Main
  61 tool.javadoc.main.class=jdk.javadoc.internal.tool.Main
  62 tool.javap.main.class=com.sun.tools.javap.Main
  63 tool.javah.main.class=com.sun.tools.javah.Main
  64 tool.sjavac.main.class=com.sun.tools.sjavac.Main
  65 tool.jshell.main.class=jdk.internal.jshell.tool.JShellToolProvider
  66 
  67 #test configuration:
  68 jtreg.tests=


  43         com/sun/tools/javac/resources/compiler.properties
  44 
  45 # Version info -- override as needed
  46 jdk.version = 9
  47 build.number = b00
  48 milestone = internal
  49 
  50 # FIXME -- these need to match the standard values
  51 # If we include date in full.version (ie for developer build)
  52 # we will need to make sure the build is idempotent (i.e.
  53 # repeated builds don't rebuild the tools, because of new
  54 # timestamps
  55 # FIXME -- need to include openjdk as needed
  56 release = ${jdk.version}-${milestone}
  57 full.version = ${release}+${build.number}
  58 
  59 #tools configuration:
  60 tool.javac.main.class=com.sun.tools.javac.Main
  61 tool.javadoc.main.class=jdk.javadoc.internal.tool.Main
  62 tool.javap.main.class=com.sun.tools.javap.Main

  63 tool.sjavac.main.class=com.sun.tools.sjavac.Main
  64 tool.jshell.main.class=jdk.internal.jshell.tool.JShellToolProvider
  65 
  66 #test configuration:
  67 jtreg.tests=
< prev index next >