< prev index next >

./build.properties

Print this page
rev 10114 : 8161704: Switch to Jigsaw-aware boot JDK for compiling FX 9
Reviewed-by:


  50 
  51 javadoc.bottom=<font size="-1"><a href="http://bugreport.java.com/bugreport/" target="_blank">Submit a bug or feature</a><br>For further API reference and developer documentation, see <a href="http://download.java.net/java/jdk9/docs/index.html" target="_blank">Java SE Documentation</a>. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.<br> <a href="http://download.java.net/java/jdk9/docs/legal/cpyr.html" target="_blank">Copyright</a> &copy; 2008, 2016, Oracle and/or its affiliates. All rights reserved.<br><b>DRAFT 9-ea</b></font>
  52 
  53 javadoc.title=JavaFX 9
  54 javadoc.header=JavaFX&nbsp;9
  55 
  56 ##############################################################################
  57 #
  58 # Build properties for defining the version of JDK used to build FX
  59 #
  60 # jfx.build.jdk.buildnum should be set to the JDK build number used to
  61 # compile FX. This variable is read by the Hudson build scripts to
  62 # select the JDK.
  63 #
  64 # jfx.build.jdk.buildnum.min should be set to the lowest version that
  65 # supports building FX (which must be <= jfx.build.jdk.buildnum)
  66 #
  67 ##############################################################################
  68 
  69 jfx.build.jdk.version.min=9
  70 jfx.build.jdk.buildnum.min=109
  71 jfx.build.jdk.version=9
  72 jfx.build.jdk.buildnum=109


  50 
  51 javadoc.bottom=<font size="-1"><a href="http://bugreport.java.com/bugreport/" target="_blank">Submit a bug or feature</a><br>For further API reference and developer documentation, see <a href="http://download.java.net/java/jdk9/docs/index.html" target="_blank">Java SE Documentation</a>. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.<br> <a href="http://download.java.net/java/jdk9/docs/legal/cpyr.html" target="_blank">Copyright</a> &copy; 2008, 2016, Oracle and/or its affiliates. All rights reserved.<br><b>DRAFT 9-ea</b></font>
  52 
  53 javadoc.title=JavaFX 9
  54 javadoc.header=JavaFX&nbsp;9
  55 
  56 ##############################################################################
  57 #
  58 # Build properties for defining the version of JDK used to build FX
  59 #
  60 # jfx.build.jdk.buildnum should be set to the JDK build number used to
  61 # compile FX. This variable is read by the Hudson build scripts to
  62 # select the JDK.
  63 #
  64 # jfx.build.jdk.buildnum.min should be set to the lowest version that
  65 # supports building FX (which must be <= jfx.build.jdk.buildnum)
  66 #
  67 ##############################################################################
  68 
  69 jfx.build.jdk.version.min=9
  70 jfx.build.jdk.buildnum.min=140
  71 jfx.build.jdk.version=9
  72 jfx.build.jdk.buildnum=142
< prev index next >