< prev index next >

./build.properties

Print this page
rev 9619 : [mq]: 9-jake.patch


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



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