./build.properties

Print this page
rev 8906 : RT-40691: Update the JDK version used to build FX to JDK 8u40


  44 #
  45 ##############################################################################
  46 
  47 javadoc.bottom=<small><a href="https://docs.oracle.com/javase/8/docs/legal/cpyr.html">Copyright</a> (c) 2008, 2015, Oracle and/or its affiliates. All rights reserved.</small>
  48 javadoc.title=JavaFX 8
  49 javadoc.header=JavaFX&nbsp;8
  50 
  51 ##############################################################################
  52 #
  53 # Build properties for defining the version of JDK used to build FX
  54 #
  55 # jfx.build.jdk.buildnum should be set to the JDK build number used to
  56 # compile FX. This variable is read by the Hudson build scripts to
  57 # select the JDK.
  58 #
  59 # jfx.build.jdk.buildnum.min should be set to the lowest version that
  60 # supports building FX (which must be <= jfx.build.jdk.buildnum)
  61 #
  62 ##############################################################################
  63 
  64 jfx.build.jdk.version=1.8.0
  65 jfx.build.jdk.buildnum=132
  66 jfx.build.jdk.buildnum.min=132


  44 #
  45 ##############################################################################
  46 
  47 javadoc.bottom=<small><a href="https://docs.oracle.com/javase/8/docs/legal/cpyr.html">Copyright</a> (c) 2008, 2015, Oracle and/or its affiliates. All rights reserved.</small>
  48 javadoc.title=JavaFX 8
  49 javadoc.header=JavaFX&nbsp;8
  50 
  51 ##############################################################################
  52 #
  53 # Build properties for defining the version of JDK used to build FX
  54 #
  55 # jfx.build.jdk.buildnum should be set to the JDK build number used to
  56 # compile FX. This variable is read by the Hudson build scripts to
  57 # select the JDK.
  58 #
  59 # jfx.build.jdk.buildnum.min should be set to the lowest version that
  60 # supports building FX (which must be <= jfx.build.jdk.buildnum)
  61 #
  62 ##############################################################################
  63 
  64 jfx.build.jdk.version=1.8.0_40
  65 jfx.build.jdk.buildnum=27
  66 jfx.build.jdk.buildnum.min=26