8173604: Rename module 8173604 java.annotations.common to java.xml.ws.annoations

Reviewed-by: dfuchs, alanb, psandoz, mchung
This commit is contained in:
Lance Andersen 2017-02-04 14:03:15 -05:00
parent c93ed0f3f8
commit 845a29eefe
7 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 2014, 2017, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
@ -27,7 +27,7 @@
* Defines a subset of the Common Annotations API to support programs running * Defines a subset of the Common Annotations API to support programs running
* on the Java SE Platform. * on the Java SE Platform.
*/ */
module java.annotations.common { module java.xml.ws.annotation {
exports javax.annotation; exports javax.annotation;
} }

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 2015, 2017, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
@ -31,7 +31,7 @@ module java.xml.ws {
requires transitive java.activation; requires transitive java.activation;
requires transitive java.xml; requires transitive java.xml;
requires transitive java.xml.bind; requires transitive java.xml.bind;
requires java.annotations.common; requires java.xml.ws.annotation;
requires java.desktop; requires java.desktop;
requires java.logging; requires java.logging;
requires java.management; requires java.management;