Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKonrad Kolosowski2004-06-16 17:03:20 +0000
committerKonrad Kolosowski2004-06-16 17:03:20 +0000
commite012ca1c3ab71d53875e63fea3314e8a35fc0772 (patch)
tree1fbed10fcec6a2b093766c3eeb9125906deefebf
parent09284e65a7cc8b18e0b0cf114b2c7ab2c1195a48 (diff)
downloadeclipse.platform.ua-e012ca1c3ab71d53875e63fea3314e8a35fc0772.tar.gz
eclipse.platform.ua-e012ca1c3ab71d53875e63fea3314e8a35fc0772.tar.xz
eclipse.platform.ua-e012ca1c3ab71d53875e63fea3314e8a35fc0772.zip
*** empty log message ***
-rw-r--r--org.eclipse.help.base/src/org/eclipse/help/standalone/Infocenter.java15
1 files changed, 5 insertions, 10 deletions
diff --git a/org.eclipse.help.base/src/org/eclipse/help/standalone/Infocenter.java b/org.eclipse.help.base/src/org/eclipse/help/standalone/Infocenter.java
index 89cf1747e..9e3266770 100644
--- a/org.eclipse.help.base/src/org/eclipse/help/standalone/Infocenter.java
+++ b/org.eclipse.help.base/src/org/eclipse/help/standalone/Infocenter.java
@@ -46,11 +46,8 @@ public class Infocenter {
* number that help server will use. It overrides port number
* specified in the application server plugin preferences.
* <p>
- * Option <code>-servertimeout timeout</code> number of seconds
- * waiting to connect to the help server while executing
- * commands, such as shutdown. shutdown. Default is 40s. You may
- * need to use this option when running from a slow media such as
- * a CD-ROM.
+ * Option <code>-dir rtl</code> sets right-to-left rendering
+ * direction of help UI in the browser.
* <p>
* Option <code>-noexec</code> indicates that Eclipse
* executable should not be used.
@@ -78,7 +75,7 @@ public class Infocenter {
*
* @param args
* array of String containing options Options are:
- * <code>-command start | shutdown [-eclipsehome eclipseInstallPath] [-host helpServerHost] [-port helpServerPort] [-servertimeout timeout] [-noexec] [platform options] [-vmargs JavaVMarguments]</code>
+ * <code>-command start | shutdown [-eclipsehome eclipseInstallPath] [-host helpServerHost] [-port helpServerPort] [-dir rtl] [-noexec] [platform options] [-vmargs JavaVMarguments]</code>
* where
* <ul>
* <li><code>eclipseInstallPath</code> specifies Eclipse
@@ -91,10 +88,8 @@ public class Infocenter {
* <li><code>helpServerPort</code> specifies port number that
* help server will use, it overrides port number specified the
* application server plugin preferences.</li>
- * <li><code>timeout</code> number of seconds waiting to
- * connect to the help server while executing commands, such as
- * shutdown. Default is 40s. You may need to use this option when
- * running from a slow media such as a CD-ROM.
+ * <li><code>-dir rtl</code> sets right-to-left rendering
+ * direction of help UI in the browser.
* <li><code>-noexec</code> option indicates that Eclipse
* executable should not be used.</li>
* <li><code>platform options</code> are other options that

Back to the top