|
1 /* |
|
2 * Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved. |
|
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
|
4 * |
|
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 |
|
7 * published by the Free Software Foundation. Oracle designates this |
|
8 * particular file as subject to the "Classpath" exception as provided |
|
9 * by Oracle in the LICENSE file that accompanied this code. |
|
10 * |
|
11 * This code is distributed in the hope that it will be useful, but WITHOUT |
|
12 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
|
13 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License |
|
14 * version 2 for more details (a copy is included in the LICENSE file that |
|
15 * accompanied this code). |
|
16 * |
|
17 * You should have received a copy of the GNU General Public License version |
|
18 * 2 along with this work; if not, write to the Free Software Foundation, |
|
19 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. |
|
20 * |
|
21 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA |
|
22 * or visit www.oracle.com if you need additional information or have any |
|
23 * questions. |
|
24 */ |
|
25 |
|
26 module java.xml.bind { |
|
27 requires public java.activation; |
|
28 requires public java.xml; |
|
29 requires java.compiler; |
|
30 requires java.desktop; |
|
31 requires java.logging; |
|
32 |
|
33 uses javax.xml.bind.JAXBContextFactory; |
|
34 |
|
35 exports javax.xml.bind; |
|
36 exports javax.xml.bind.annotation; |
|
37 exports javax.xml.bind.annotation.adapters; |
|
38 exports javax.xml.bind.attachment; |
|
39 exports javax.xml.bind.helpers; |
|
40 exports javax.xml.bind.util; |
|
41 exports com.sun.istack.internal to |
|
42 java.xml.ws, |
|
43 jdk.xml.bind, |
|
44 jdk.xml.ws; |
|
45 exports com.sun.istack.internal.localization to |
|
46 java.xml.ws, |
|
47 jdk.xml.ws; |
|
48 exports com.sun.istack.internal.logging to |
|
49 java.xml.ws, |
|
50 jdk.xml.ws; |
|
51 exports com.sun.xml.internal.bind to |
|
52 java.xml.ws, |
|
53 jdk.xml.bind, |
|
54 jdk.xml.ws; |
|
55 exports com.sun.xml.internal.bind.annotation to |
|
56 jdk.xml.bind; |
|
57 exports com.sun.xml.internal.bind.api to |
|
58 java.xml.ws, |
|
59 jdk.xml.bind; |
|
60 exports com.sun.xml.internal.bind.api.impl to |
|
61 java.xml.ws, |
|
62 jdk.xml.bind; |
|
63 exports com.sun.xml.internal.bind.marshaller to |
|
64 java.xml.ws, |
|
65 jdk.xml.bind, |
|
66 jdk.xml.ws; |
|
67 exports com.sun.xml.internal.bind.unmarshaller to |
|
68 java.xml.ws, |
|
69 jdk.xml.bind, |
|
70 jdk.xml.ws; |
|
71 exports com.sun.xml.internal.bind.util to |
|
72 java.xml.ws, |
|
73 jdk.xml.bind, |
|
74 jdk.xml.ws; |
|
75 exports com.sun.xml.internal.bind.v2 to |
|
76 java.xml.ws, |
|
77 jdk.xml.bind, |
|
78 jdk.xml.ws; |
|
79 exports com.sun.xml.internal.bind.v2.model.annotation to |
|
80 java.xml.ws, |
|
81 jdk.xml.bind, |
|
82 jdk.xml.ws; |
|
83 exports com.sun.xml.internal.bind.v2.model.core to |
|
84 jdk.xml.bind; |
|
85 exports com.sun.xml.internal.bind.v2.model.impl to |
|
86 jdk.xml.bind; |
|
87 exports com.sun.xml.internal.bind.v2.model.nav to |
|
88 java.xml.ws, |
|
89 jdk.xml.bind, |
|
90 jdk.xml.ws; |
|
91 exports com.sun.xml.internal.bind.v2.model.runtime to |
|
92 java.xml.ws; |
|
93 exports com.sun.xml.internal.bind.v2.model.util to |
|
94 jdk.xml.bind; |
|
95 exports com.sun.xml.internal.bind.v2.runtime to |
|
96 java.xml.ws, |
|
97 jdk.xml.bind; |
|
98 exports com.sun.xml.internal.bind.v2.runtime.unmarshaller to |
|
99 java.xml.ws; |
|
100 exports com.sun.xml.internal.bind.v2.schemagen to |
|
101 java.xml.ws, |
|
102 jdk.xml.bind; |
|
103 exports com.sun.xml.internal.bind.v2.schemagen.episode to |
|
104 jdk.xml.bind; |
|
105 exports com.sun.xml.internal.bind.v2.schemagen.xmlschema to |
|
106 java.xml.ws; |
|
107 exports com.sun.xml.internal.bind.v2.util to |
|
108 jdk.xml.bind, |
|
109 jdk.xml.ws; |
|
110 exports com.sun.xml.internal.fastinfoset to |
|
111 java.xml.ws; |
|
112 exports com.sun.xml.internal.fastinfoset.stax to |
|
113 java.xml.ws; |
|
114 exports com.sun.xml.internal.fastinfoset.vocab to |
|
115 java.xml.ws; |
|
116 exports com.sun.xml.internal.org.jvnet.fastinfoset to |
|
117 java.xml.ws; |
|
118 exports com.sun.xml.internal.org.jvnet.mimepull to |
|
119 java.xml.ws; |
|
120 exports com.sun.xml.internal.org.jvnet.staxex to |
|
121 java.xml.ws; |
|
122 exports com.sun.xml.internal.org.jvnet.staxex.util to |
|
123 java.xml.ws; |
|
124 exports com.sun.xml.internal.txw2 to |
|
125 java.xml.ws, |
|
126 jdk.xml.bind, |
|
127 jdk.xml.ws; |
|
128 exports com.sun.xml.internal.txw2.annotation to |
|
129 java.xml.ws, |
|
130 jdk.xml.bind, |
|
131 jdk.xml.ws; |
|
132 exports com.sun.xml.internal.txw2.output to |
|
133 java.xml.ws, |
|
134 jdk.xml.bind, |
|
135 jdk.xml.ws; |
|
136 } |