From b2c5e272882966cb560066430f9e9f17afe6f6e4 Mon Sep 17 00:00:00 2001 From: David Dykstal Date: Fri, 6 Jun 2008 18:26:49 +0000 Subject: [PATCH] [208953] [apidoc] Document how to disable system types by default via plugin_customization.ini https://bugs.eclipse.org/bugs/show_bug.cgi?id=208953 --- .../reference/misc/runtime-options.html | 22 ++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) 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