< prev index next >

./build.properties

Print this page




  24 #
  25 
  26 ##############################################################################
  27 #
  28 # Build properties for defining the JavaFX version number
  29 #
  30 ##############################################################################
  31 
  32 # NOTE: It is no longer necessary to modify this file to switch the
  33 # milestone to fcs.
  34 #
  35 # By default the milestone is set to early access (ea) for all builds. It
  36 # is overridden by the RE build script, which passes "-PMILESTONE_FCS=true"
  37 # to gradle when the BUILD_MILESTONE env variable is set to "fcs". This
  38 # will cause the suffix to become blank.
  39 jfx.release.suffix=-ea
  40 
  41 # UPDATE THE FOLLOWING VALUES FOR A NEW RELEASE
  42 jfx.release.major.version=11
  43 jfx.release.minor.version=0
  44 jfx.release.security.version=10
  45 jfx.release.patch.version=0
  46 
  47 # Note: The release version is now calculated in build.gradle as the
  48 # dot-separated concatenation of the previous four fields with trailing zero
  49 # fields removed
  50 
  51 ##############################################################################
  52 #
  53 # Build properties for generating javadoc
  54 #
  55 ##############################################################################
  56 
  57 javadoc.bottom=<small><a href="http://bugreport.java.com/bugreport/">Report a bug or suggest an enhancement</a><br> Copyright &copy; 2008, 2021, Oracle and/or its affiliates. All rights reserved.</small>
  58 
  59 javadoc.title=JavaFX 11
  60 javadoc.header=JavaFX&nbsp;11
  61 
  62 ##############################################################################
  63 #
  64 # Build properties for defining the version of JDK used to build FX




  24 #
  25 
  26 ##############################################################################
  27 #
  28 # Build properties for defining the JavaFX version number
  29 #
  30 ##############################################################################
  31 
  32 # NOTE: It is no longer necessary to modify this file to switch the
  33 # milestone to fcs.
  34 #
  35 # By default the milestone is set to early access (ea) for all builds. It
  36 # is overridden by the RE build script, which passes "-PMILESTONE_FCS=true"
  37 # to gradle when the BUILD_MILESTONE env variable is set to "fcs". This
  38 # will cause the suffix to become blank.
  39 jfx.release.suffix=-ea
  40 
  41 # UPDATE THE FOLLOWING VALUES FOR A NEW RELEASE
  42 jfx.release.major.version=11
  43 jfx.release.minor.version=0
  44 jfx.release.security.version=11
  45 jfx.release.patch.version=0
  46 
  47 # Note: The release version is now calculated in build.gradle as the
  48 # dot-separated concatenation of the previous four fields with trailing zero
  49 # fields removed
  50 
  51 ##############################################################################
  52 #
  53 # Build properties for generating javadoc
  54 #
  55 ##############################################################################
  56 
  57 javadoc.bottom=<small><a href="http://bugreport.java.com/bugreport/">Report a bug or suggest an enhancement</a><br> Copyright &copy; 2008, 2021, Oracle and/or its affiliates. All rights reserved.</small>
  58 
  59 javadoc.title=JavaFX 11
  60 javadoc.header=JavaFX&nbsp;11
  61 
  62 ##############################################################################
  63 #
  64 # Build properties for defining the version of JDK used to build FX


< prev index next >