From f349b51b3f2bd4cebf12e6b62145c7a3ea0e20a4 Mon Sep 17 00:00:00 2001 From: Kushal Munir < kmunir@ca.ibm.com> Date: Wed, 20 Sep 2006 14:33:06 +0000 Subject: [PATCH] Add documentation for RSE runtime options. --- .../reference/misc/runtime-options.html | 42 +++++++++++++++++++ .../topics_Reference.xml | 7 +++- 2 files changed, 47 insertions(+), 2 deletions(-) create mode 100644 rse/doc/org.eclipse.rse.doc.isv/reference/misc/runtime-options.html 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 new file mode 100644 index 00000000000..5c9baaa5490 --- /dev/null +++ b/rse/doc/org.eclipse.rse.doc.isv/reference/misc/runtime-options.html @@ -0,0 +1,42 @@ + + + + + + + + + +Remote System Explorer runtime options + + + + +

Remote System Explorer runtime options

+

Version 1.0 - Last revised September 20, 2006

+

The Remote System Explorer (RSE) is configurable through System properties. Many of these +properties can be used to specify initial RSE settings.

+ +

System properties

+

The following System properties are used by RSE.

+

Properties can be set in the following ways:

+ +
+
rse.showNewConnectionPrompt
+
whether to show the New Connection prompt in RSE views by default. "True" or "false".
+ +
rse.showLocalConnection
+
whether to create and show a Local connection by default when RSE starts with a new worspace. "True" or "false".
+ +
rse.enableSystemTypes
+
a comma-separated list of system types to enable by default. This property can be used to limit the system types in RSE.
+ +
rse.showProfilePage
+
whether to show a New Profile wizard by default when creating a new connection for the first time. "True" or "false". If this is "false", a new profile with the hostname is created without asking the user.
+
+ + diff --git a/rse/doc/org.eclipse.rse.doc.isv/topics_Reference.xml b/rse/doc/org.eclipse.rse.doc.isv/topics_Reference.xml index 50f71f9f3bc..671742e6faa 100755 --- a/rse/doc/org.eclipse.rse.doc.isv/topics_Reference.xml +++ b/rse/doc/org.eclipse.rse.doc.isv/topics_Reference.xml @@ -20,11 +20,14 @@ - - + + + + +