< prev index next >

modules/jdk.packager/src/main/java/module-info.java

Print this page
rev 10173 : 8170485: Switch to building JavaFX with new module-info syntax
Reviewed-by:

*** 38,59 **** exports com.sun.javafx.tools.resource; uses com.oracle.tools.packager.Bundler; uses com.oracle.tools.packager.Bundlers; ! provides com.oracle.tools.packager.Bundlers with com.oracle.tools.packager.BasicBundlers; ! provides com.oracle.tools.packager.Bundler with com.oracle.tools.packager.jnlp.JNLPBundler; ! ! provides com.oracle.tools.packager.Bundler with com.oracle.tools.packager.linux.LinuxAppBundler; ! provides com.oracle.tools.packager.Bundler with com.oracle.tools.packager.linux.LinuxDebBundler; ! provides com.oracle.tools.packager.Bundler with com.oracle.tools.packager.linux.LinuxRpmBundler; ! ! provides com.oracle.tools.packager.Bundler with com.oracle.tools.packager.mac.MacAppBundler; ! provides com.oracle.tools.packager.Bundler with com.oracle.tools.packager.mac.MacAppStoreBundler; ! provides com.oracle.tools.packager.Bundler with com.oracle.tools.packager.mac.MacDmgBundler; ! provides com.oracle.tools.packager.Bundler with com.oracle.tools.packager.mac.MacPkgBundler; ! ! provides com.oracle.tools.packager.Bundler with com.oracle.tools.packager.windows.WinAppBundler; ! provides com.oracle.tools.packager.Bundler with com.oracle.tools.packager.windows.WinExeBundler; ! provides com.oracle.tools.packager.Bundler with com.oracle.tools.packager.windows.WinMsiBundler; } --- 38,58 ---- exports com.sun.javafx.tools.resource; uses com.oracle.tools.packager.Bundler; uses com.oracle.tools.packager.Bundlers; ! provides com.oracle.tools.packager.Bundlers with ! com.oracle.tools.packager.BasicBundlers; ! provides com.oracle.tools.packager.Bundler with ! com.oracle.tools.packager.jnlp.JNLPBundler, ! com.oracle.tools.packager.linux.LinuxAppBundler, ! com.oracle.tools.packager.linux.LinuxDebBundler, ! com.oracle.tools.packager.linux.LinuxRpmBundler, ! com.oracle.tools.packager.mac.MacAppBundler, ! com.oracle.tools.packager.mac.MacAppStoreBundler, ! com.oracle.tools.packager.mac.MacDmgBundler, ! com.oracle.tools.packager.mac.MacPkgBundler, ! com.oracle.tools.packager.windows.WinAppBundler, ! com.oracle.tools.packager.windows.WinExeBundler, ! com.oracle.tools.packager.windows.WinMsiBundler; }
< prev index next >