equal
deleted
inserted
replaced
1 /* |
1 /* |
2 * Copyright (c) 2014, 2016, Oracle and/or its affiliates. All rights reserved. |
2 * Copyright (c) 2014, 2017, Oracle and/or its affiliates. All rights reserved. |
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
4 * |
4 * |
5 * This code is free software; you can redistribute it and/or modify it |
5 * This code is free software; you can redistribute it and/or modify it |
6 * under the terms of the GNU General Public License version 2 only, as |
6 * under the terms of the GNU General Public License version 2 only, as |
7 * published by the Free Software Foundation. Oracle designates this |
7 * published by the Free Software Foundation. Oracle designates this |
124 ranks.add(Set.of("java.logging", "java.scripting", "java.xml")); |
124 ranks.add(Set.of("java.logging", "java.scripting", "java.xml")); |
125 ranks.add(Set.of("java.sql")); |
125 ranks.add(Set.of("java.sql")); |
126 ranks.add(Set.of("java.compiler", "java.instrument")); |
126 ranks.add(Set.of("java.compiler", "java.instrument")); |
127 ranks.add(Set.of("java.desktop", "java.management")); |
127 ranks.add(Set.of("java.desktop", "java.management")); |
128 ranks.add(Set.of("java.corba", "java.xml.ws")); |
128 ranks.add(Set.of("java.corba", "java.xml.ws")); |
129 ranks.add(Set.of("java.xml.bind", "java.annotations.common")); |
129 ranks.add(Set.of("java.xml.bind", "java.xml.ws.annotation")); |
130 |
130 |
131 } |
131 } |
132 |
132 |
133 private final Path dir; |
133 private final Path dir; |
134 private final Set<ModuleDescriptor> javaGroup; |
134 private final Set<ModuleDescriptor> javaGroup; |