< prev index next >

make/jdk/src/classes/build/tools/jigsaw/GenGraphs.java

Print this page

        

@@ -1,7 +1,7 @@
 /*
- * Copyright (c) 2014, 2017, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2014, 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

@@ -142,12 +142,10 @@
 
             ranks.add(Set.of("java.logging", "java.scripting", "java.xml"));
             ranks.add(Set.of("java.sql"));
             ranks.add(Set.of("java.compiler", "java.instrument"));
             ranks.add(Set.of("java.desktop", "java.management"));
-            ranks.add(Set.of("java.corba", "java.xml.ws"));
-            ranks.add(Set.of("java.xml.bind", "java.xml.ws.annotation"));
 
             this.attrs = attrs;
         }
 
         ModuleGraphAttributes() {
< prev index next >