RFR (JAXP): 8144094: Add Catalog API to java.xml module

Lance Andersen lance.andersen at oracle.com
Wed Nov 25 22:57:11 UTC 2015


looks fine Joe

On Nov 25, 2015, at 5:50 PM, huizhe wang <huizhe.wang at oracle.com> wrote:

> Hi,
> 
> The new Catalog API needs to be added to the java.xml module. Please review the following change:
> 
> diff --git a/make/common/CORE_PKGS.gmk b/make/common/CORE_PKGS.gmk
> --- a/make/common/CORE_PKGS.gmk
> +++ b/make/common/CORE_PKGS.gmk
> @@ -224,6 +224,7 @@
>     javax.tools \
>     javax.transaction \
>     javax.transaction.xa \
> +    javax.xml.catalog \
>     javax.xml.parsers \
>     javax.xml.bind \
>     javax.xml.bind.annotation \
> diff --git a/modules.xml b/modules.xml
> --- a/modules.xml
> +++ b/modules.xml
> @@ -1066,6 +1066,9 @@
>       <name>javax.xml</name>
>     </export>
>     <export>
> +      <name>javax.xml.catalog</name>
> +    </export>
> +    <export>
>       <name>javax.xml.datatype</name>
>     </export>
>     <export>
> 
> Thanks,
> Joe
> 



Lance Andersen| Principal Member of Technical Staff | +1.781.442.2037
Oracle Java Engineering 
1 Network Drive 
Burlington, MA 01803
Lance.Andersen at oracle.com






More information about the core-libs-dev mailing list