1 # buildSrc/addExports: temporary --add-exports
   2 #
   3 # After a promoted jdk build includes the module-info changes associated
   4 # with a particular fix, we might eventually remove the --add-exports from
   5 # this file for that fix, after bumping the minimum jdk to that build.
   6 #
   7 # ----------------------------------------------------------------------
   8 #
   9 # Qualified exports for JDK-8177566
  10 --add-exports=javafx.base/com.sun.javafx.reflect=javafx.fxml
  11 --add-exports=javafx.base/com.sun.javafx.reflect=javafx.web
  12 #
  13 # ----------------------------------------------------------------------
  14 #
  15 # end temporary --add-exports