< prev index next >

dependencies/java.base/module-info.java.extra

Print this page

        

*** 1,7 **** /* ! * Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this --- 1,7 ---- /* ! * Copyright (c) 2015, 2018, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this
*** 23,33 **** * questions. */ exports jdk.internal.misc to javafx.graphics; exports jdk.internal.ref to javafx.media; - exports sun.net.www to javafx.web; exports sun.nio.ch to javafx.media; exports sun.reflect.misc to javafx.base; exports sun.reflect.misc to javafx.fxml; exports sun.reflect.misc to javafx.web; exports sun.util.logging to javafx.base; --- 23,32 ----
< prev index next >