This repository was archived by the owner on Nov 7, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 8 files changed +14
-14
lines changed
Expand file tree Collapse file tree 8 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 3737 * only if the new code is made subject to such option by the copyright
3838 * holder.
3939 */
40- module javax .json {
40+ module java .json {
4141 exports javax .json ;
4242 exports javax .json .spi ;
4343 exports javax .json .stream ;
Original file line number Diff line number Diff line change 158158 <executable >java</executable >
159159 <arguments >
160160 <argument >--add-modules</argument >
161- <argument >org.glassfish.javax .json</argument >
161+ <argument >org.glassfish.java .json</argument >
162162 <argument >--module-path</argument >
163163 <argument >${modules.directory} </argument >
164164 <argument >-m</argument >
165- <argument >org.glassfish.javax .json.demos.facebook/${main.class} </argument >
165+ <argument >org.glassfish.java .json.demos.facebook/${main.class} </argument >
166166 </arguments >
167167 </configuration >
168168 <executions >
Original file line number Diff line number Diff line change 3737 * only if the new code is made subject to such option by the copyright
3838 * holder.
3939 */
40- module org .glassfish .javax .json .demos .facebook {
41- requires org .glassfish .javax .json ;
40+ module org .glassfish .java .json .demos .facebook {
41+ requires org .glassfish .java .json ;
4242}
Original file line number Diff line number Diff line change 158158 <executable >java</executable >
159159 <arguments >
160160 <argument >--add-modules</argument >
161- <argument >org.glassfish.javax .json</argument >
161+ <argument >org.glassfish.java .json</argument >
162162 <argument >--module-path</argument >
163163 <argument >${modules.directory} </argument >
164164 <argument >-m</argument >
165- <argument >org.glassfish.javax .json.demos.jsonpointer/${main.class} </argument >
165+ <argument >org.glassfish.java .json.demos.jsonpointer/${main.class} </argument >
166166 </arguments >
167167 </configuration >
168168 <executions >
Original file line number Diff line number Diff line change 3737 * only if the new code is made subject to such option by the copyright
3838 * holder.
3939 */
40- module org .glassfish .javax .json .demos .jsonpointer {
41- requires org .glassfish .javax .json ;
40+ module org .glassfish .java .json .demos .jsonpointer {
41+ requires org .glassfish .java .json ;
4242}
Original file line number Diff line number Diff line change 161161 <executable >java</executable >
162162 <arguments >
163163 <argument >--add-modules</argument >
164- <argument >java.xml.bind,org.glassfish.javax .json</argument >
164+ <argument >java.xml.bind,org.glassfish.java .json</argument >
165165 <argument >--module-path</argument >
166166 <argument >${modules.directory} </argument >
167167 <argument >-m</argument >
168- <argument >org.glassfish.javax .json.demos.twitter/${main.class} </argument >
168+ <argument >org.glassfish.java .json.demos.twitter/${main.class} </argument >
169169 </arguments >
170170 </configuration >
171171 <executions >
Original file line number Diff line number Diff line change 3737 * only if the new code is made subject to such option by the copyright
3838 * holder.
3939 */
40- module org .glassfish .javax .json .demos .twitter {
40+ module org .glassfish .java .json .demos .twitter {
4141 requires java .xml .bind ;
42- requires org .glassfish .javax .json ;
42+ requires org .glassfish .java .json ;
4343}
Original file line number Diff line number Diff line change 3737 * only if the new code is made subject to such option by the copyright
3838 * holder.
3939 */
40- module org .glassfish .javax .json {
40+ module org .glassfish .java .json {
4141 exports javax .json ;
4242 exports javax .json .spi ;
4343 exports javax .json .stream ;
You can’t perform that action at this time.
0 commit comments