< prev index next >

./modules.xml

Print this page

        

*** 1,10 **** <?xml version="1.0" encoding="us-ascii"?> <!-- ! Copyright (c) 2014 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,10 ---- <?xml version="1.0" encoding="us-ascii"?> <!-- ! Copyright (c) 2014, 2015 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
*** 749,759 **** <export> <name>javax.swing.undo</name> </export> <export> <name>sun.awt</name> ! <to>jdk.accessbridge</to> </export> </module> <module> <name>java.instrument</name> <depend>java.base</depend> --- 749,759 ---- <export> <name>javax.swing.undo</name> </export> <export> <name>sun.awt</name> ! <to>jdk.accessibility</to> </export> </module> <module> <name>java.instrument</name> <depend>java.base</depend>
*** 1850,1855 **** --- 1850,1860 ---- </module> <module> <name>jdk.zipfs</name> <depend>java.base</depend> </module> + <module> + <name>jdk.accessibility</name> + <depend>java.base</depend> + <depend>java.desktop</depend> + </module> </modules>
< prev index next >