forked from openjdk/jfx
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaddExports
24 lines (24 loc) · 1014 Bytes
/
addExports
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# buildSrc/addExports: temporary --add-exports and --add-reads
#
# NOTE: this is only used for the bundled sdk build. It is needed only
# for changes that have been added to module-info.java and are not in
# the minimum required boot JDK.
#
# After a promoted jdk build includes the module-info changes associated
# with a particular fix, we might eventually remove the --add-exports or
# --add-reads from this file for that fix, after bumping the minimum jdk
# to that build.
#
# ----------------------------------------------------------------------
#
# Reads for JDK-8195801
--add-reads=javafx.graphics=jdk.unsupported
# Qualified exports for JDK-8195799
--add-exports=javafx.base/com.sun.javafx.logging=javafx.controls
--add-exports=javafx.base/com.sun.javafx.logging=javafx.fxml
--add-exports=javafx.base/com.sun.javafx.logging=javafx.swing
#
# ----------------------------------------------------------------------
#
# end temporary --add-exports
--add-exports javafx.graphics/javafx.scene.robot=ALL-UNNAMED