mirror of
https://github.com/openjdk/jdk.git
synced 2026-03-11 08:23:26 +00:00
8148187: Remove OS X-specific com.apple.concurrent package
Removed jdk.deploy.osx module (including com.apple.concurrent) Reviewed-by: alanb, erikj, mchung
This commit is contained in:
parent
306361b292
commit
528c1dfc4e
@ -1,6 +1,5 @@
|
||||
apple.laf.*: hidden
|
||||
apple.security.*: hidden
|
||||
com.apple.concurrent.*: hidden
|
||||
com.apple.eawt.*: hidden
|
||||
com.apple.eawt.event.*: hidden
|
||||
com.apple.eio.*: hidden
|
||||
|
||||
@ -38,7 +38,7 @@ enum Profile {
|
||||
"jdk.httpserver", "jdk.security.auth",
|
||||
"jdk.naming.dns", "jdk.naming.rmi",
|
||||
"jdk.management"),
|
||||
FULL_JRE("Full JRE", 4, "java.se", "jdk.deploy.osx", "jdk.charsets",
|
||||
FULL_JRE("Full JRE", 4, "java.se", "jdk.charsets",
|
||||
"jdk.crypto.ec", "jdk.crypto.pkcs11",
|
||||
"jdk.crypto.mscapi", "jdk.crypto.ucrypto", "jdk.jvmstat",
|
||||
"jdk.localedata", "jdk.scripting.nashorn", "jdk.zipfs");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user