make/common/NON_CORE_PKGS.gmk

changeset 1334
91d30b1c1e89
parent 1207
2eff25723f83
child 1482
8fb429038513
equal deleted inserted replaced
1328:0785e45b19c8 1334:91d30b1c1e89
1 # 1 #
2 # Copyright (c) 2002, 2012, Oracle and/or its affiliates. All rights reserved. 2 # Copyright (c) 2002, 2015, Oracle and/or its affiliates. All rights reserved.
3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 # 4 #
5 # This code is free software; you can redistribute it and/or modify it 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 6 # under the terms of the GNU General Public License version 2 only, as
7 # published by the Free Software Foundation. Oracle designates this 7 # published by the Free Software Foundation. Oracle designates this
98 98
99 JDK_PKGS = jdk \ 99 JDK_PKGS = jdk \
100 jdk.net \ 100 jdk.net \
101 jdk.management.cmm 101 jdk.management.cmm
102 102
103 JACCESSAPI_PKGS = com.sun.java.accessibility.util
104
103 # non-core packages in rt.jar 105 # non-core packages in rt.jar
104 NON_CORE_PKGS = $(DOMAPI_PKGS) \ 106 NON_CORE_PKGS = $(DOMAPI_PKGS) \
105 $(MGMT_PKGS) \ 107 $(MGMT_PKGS) \
106 $(JAAS_PKGS) \ 108 $(JAAS_PKGS) \
107 $(JGSS_PKGS) \ 109 $(JGSS_PKGS) \
109 $(OLD_JSSE_PKGS) \ 111 $(OLD_JSSE_PKGS) \
110 $(HTTPSERVER_PKGS) \ 112 $(HTTPSERVER_PKGS) \
111 $(SMARTCARDIO_PKGS) \ 113 $(SMARTCARDIO_PKGS) \
112 $(SCTPAPI_PKGS) \ 114 $(SCTPAPI_PKGS) \
113 $(APPLE_EXT_PKGS) \ 115 $(APPLE_EXT_PKGS) \
114 $(JDK_PKGS) 116 $(JDK_PKGS) \
117 $(JACCESSAPI_PKGS)

mercurial