< prev index next >

modules/javafx.web/src/main/jake/module-info.java

Print this page
rev 10122 : 8169417: JavaFX to include jake-compatible versions of module-info.java with import bundles
Reviewed-by:

*** 22,35 **** * or visit www.oracle.com if you need additional information or have any * questions. */ module javafx.web { ! requires public java.xml; ! requires public javafx.base; ! requires public javafx.controls; ! requires public javafx.graphics; requires java.desktop; requires java.logging; requires javafx.media; requires jdk.xml.dom; --- 22,35 ---- * or visit www.oracle.com if you need additional information or have any * questions. */ module javafx.web { ! requires transitive java.xml; ! requires transitive javafx.base; ! requires transitive javafx.controls; ! requires transitive javafx.graphics; requires java.desktop; requires java.logging; requires javafx.media; requires jdk.xml.dom;
< prev index next >