make/common/NON_CORE_PKGS.gmk

changeset 1334
91d30b1c1e89
parent 1207
2eff25723f83
child 1482
8fb429038513
     1.1 --- a/make/common/NON_CORE_PKGS.gmk	Thu Mar 19 12:46:21 2015 +0100
     1.2 +++ b/make/common/NON_CORE_PKGS.gmk	Tue Mar 31 18:20:24 2015 +0400
     1.3 @@ -1,5 +1,5 @@
     1.4  #
     1.5 -# Copyright (c) 2002, 2012, Oracle and/or its affiliates. All rights reserved.
     1.6 +# Copyright (c) 2002, 2015, Oracle and/or its affiliates. All rights reserved.
     1.7  # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.8  #
     1.9  # This code is free software; you can redistribute it and/or modify it
    1.10 @@ -100,6 +100,8 @@
    1.11       jdk.net \
    1.12       jdk.management.cmm
    1.13  
    1.14 +JACCESSAPI_PKGS = com.sun.java.accessibility.util
    1.15 +
    1.16  # non-core packages in rt.jar
    1.17  NON_CORE_PKGS = $(DOMAPI_PKGS) \
    1.18      $(MGMT_PKGS) \
    1.19 @@ -111,4 +113,5 @@
    1.20      $(SMARTCARDIO_PKGS) \
    1.21      $(SCTPAPI_PKGS) \
    1.22      $(APPLE_EXT_PKGS) \
    1.23 -    $(JDK_PKGS)
    1.24 +    $(JDK_PKGS) \
    1.25 +    $(JACCESSAPI_PKGS)

mercurial