diff options
author | Jose <jose@zeroc.com> | 2016-07-15 14:04:43 +0200 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2016-07-15 14:04:43 +0200 |
commit | 8e9ce68dc2b350cb8daede0c9e8a50f4fbd6568c (patch) | |
tree | aff3a3c954c7305d65782f68c231b523dc975649 /java/src | |
parent | ICE-7088 - Fix exception default constructor (diff) | |
download | ice-8e9ce68dc2b350cb8daede0c9e8a50f4fbd6568c.tar.bz2 ice-8e9ce68dc2b350cb8daede0c9e8a50f4fbd6568c.tar.xz ice-8e9ce68dc2b350cb8daede0c9e8a50f4fbd6568c.zip |
Remove cshar IceSSL deprecated features
Diffstat (limited to 'java/src')
-rw-r--r-- | java/src/Ice/src/main/java/IceInternal/PropertyNames.java | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/java/src/Ice/src/main/java/IceInternal/PropertyNames.java b/java/src/Ice/src/main/java/IceInternal/PropertyNames.java index 327db258519..1e8b0d8861e 100644 --- a/java/src/Ice/src/main/java/IceInternal/PropertyNames.java +++ b/java/src/Ice/src/main/java/IceInternal/PropertyNames.java @@ -6,7 +6,7 @@ // ICE_LICENSE file included in this distribution. // // ********************************************************************** -// Generated by makeprops.py from file ./config/PropertyNames.xml, Wed Jul 6 13:14:00 2016 +// Generated by makeprops.py from file ..\config\PropertyNames.xml, Fri Jul 15 14:02:34 2016 // IMPORTANT: Do not edit this file -- any edits made here will be lost! @@ -981,10 +981,8 @@ public final class PropertyNames new Property("IceSSL\\.EntropyDaemon", false, null), new Property("IceSSL\\.FindCert", false, null), new Property("IceSSL\\.FindCert\\.[^\\s]+", true, "IceSSL.FindCert"), - new Property("IceSSL\\.ImportCert\\.[^\\s]+", true, null), new Property("IceSSL\\.InitOpenSSL", false, null), new Property("IceSSL\\.KeyFile", true, null), - new Property("IceSSL\\.KeySet", true, "IceSSL.CertStoreLocation"), new Property("IceSSL\\.Keychain", false, null), new Property("IceSSL\\.KeychainPassword", false, null), new Property("IceSSL\\.Keystore", false, null), @@ -993,7 +991,6 @@ public final class PropertyNames new Property("IceSSL\\.Password", false, null), new Property("IceSSL\\.PasswordCallback", false, null), new Property("IceSSL\\.PasswordRetryMax", false, null), - new Property("IceSSL\\.PersistKeySet", true, null), new Property("IceSSL\\.Protocols", false, null), new Property("IceSSL\\.ProtocolVersionMax", false, null), new Property("IceSSL\\.ProtocolVersionMin", false, null), |