Eclipse Help Parameters
The following table lists the parameters specific to the stylesheets that generate Eclipse Help
Parameter
Value
Description
plugin-id
String
No default value.
An ID uniquely identifying the plug-in, typically a Java-like fully qualified name. Example:
'com.acme.widget.userguide'
.
Important
The subdirectory of
plugins/
containing the plug-in must have the same basename as the value of parameter
plugin-id
.
plugin-index-basename
URL basename.
Default value:
'index.xml'
.
Basename of the index file.
plugin-name
String
No default value.
The name of the plug-in, typically the title of the document. Example:
'ACME Widget User's Guide'
.
plugin-provider
String
No default value.
The author, company or organization which has contributed the plug-in. Example:
'ACME Corp.'
.
plugin-toc-basename
URL basename.
Default value:
'toc.xml'
.
Basename of the table of contents file.
plugin-version
String
Default value:
'1.0.0'
.
The version of the plug-in.