diff --git a/rse/doc/org.eclipse.rse.doc.isv/reference/misc/runtime-options.html b/rse/doc/org.eclipse.rse.doc.isv/reference/misc/runtime-options.html index 850887e310e..c157c3aaec6 100644 --- a/rse/doc/org.eclipse.rse.doc.isv/reference/misc/runtime-options.html +++ b/rse/doc/org.eclipse.rse.doc.isv/reference/misc/runtime-options.html @@ -2,7 +2,8 @@ - + + @@ -53,6 +54,25 @@ The id of the default persistence provider. This provider is used when new profiles are created and an explicit persistence provider is not set for them. The default value is org.eclipse.rse.persistence.MetadataPropertyFileProvider +
+
org.eclipse.rse.core/{systemTypeID}.systemType.enabled
+
+

+This preference allows you to disable installed system types on a product basis. +Values may be true or false. +

+
+
true
+
The system type is enabled. Connections of this system type may be created.
+
false
+
The system type is disabled. Connections of this system type may not be created. The system type will be unavailable in the user interface.
+
+

The default value is true for each installed system type.

+

The following example shows how to disable the "telnet" system type.

+ +org.eclipse.rse.core/org.eclipse.rse.systemtype.telnet.systemType.enabled = false + +

User Interface Preferences