< prev index next >

modules/javafx.graphics/src/test/addExports

Print this page

        

@@ -1,9 +1,10 @@
 --add-exports javafx.base/com.sun.javafx.collections=ALL-UNNAMED
 --add-exports javafx.base/com.sun.javafx.property=ALL-UNNAMED
 --add-exports javafx.base/com.sun.javafx=ALL-UNNAMED
 --add-exports javafx.base/com.sun.javafx.event=ALL-UNNAMED
+--add-exports javafx.base/com.sun.javafx.logging=ALL-UNNAMED
 #
 --add-exports javafx.graphics/com.sun.glass.ui=ALL-UNNAMED
 --add-exports javafx.graphics/com.sun.javafx.animation=ALL-UNNAMED
 --add-exports javafx.graphics/com.sun.javafx.application=ALL-UNNAMED
 --add-exports javafx.graphics/com.sun.javafx.css=ALL-UNNAMED

@@ -45,11 +46,10 @@
 --add-exports javafx.graphics/com.sun.scenario.effect.light=ALL-UNNAMED
 --add-exports javafx.graphics/com.sun.scenario=ALL-UNNAMED
 --add-opens javafx.graphics/javafx.scene=ALL-UNNAMED
 --add-opens javafx.graphics/javafx.scene.layout=ALL-UNNAMED
 #
---add-exports java.base/sun.util.logging=ALL-UNNAMED
 # compile time additions
 --add-exports=javafx.base/com.sun.javafx.runtime=ALL-UNNAMED
 --add-exports=javafx.graphics/com.sun.javafx.cursor=ALL-UNNAMED
 --add-exports=javafx.graphics/com.sun.javafx.text=ALL-UNNAMED
 --add-exports=javafx.graphics/com.sun.prism.shape=ALL-UNNAMED
< prev index next >