Ant parameters: Eclipse help transformationEclipse helpCertain parameters are specific to the Eclipse help transformation.Antparametersargs.eclipsehelp.tocargs.eclipse.countryargs.eclipse.languageargs.eclipse.providerargs.eclipse.versionargs.eclipse.symbolic.name
Ant parameters: Eclipse help transformationParametersDescriptionargs.eclipsehelp.tocSpecifies the name of the TOC file.args.eclipse.countrySpecifies the region for the language that is
specified by the args.eclipse.language parameter. For example,
, , and would clarify a
value of set for the args.eclipse.language
parameter. The content will be moved into the appropriate directory structure for an
Eclipse fragment.What does "The content will be moved into the appropriate directory structure for
an Eclipse fragment" mean?args.eclipse.languageSpecifies the base language for translated
content, such as for English. This parameter is a prerequisite for
the args.eclipse.country parameter. The content will be moved
into the appropriate directory structure for an Eclipse fragment.args.eclipse.providerSpecifies the name of the person or organization
that provides the Eclipse help. The default value is . The toolkit ignores the value of this parameter when it processes an
Eclipse map.args.eclipse.versionSpecifies the version number to include in the
output. The default value is .The toolkit
ignores the value of this parameter when it processes an Eclipse map.args.eclipse.symbolic.name Specifies the symbolic name (aka plugin ID)
in the output for an Eclipse Help project. The @id value from the DITA map or the
Eclipse map collection (Eclipse help specialization) is the symbolic name for the
plugin in Eclipse. The default value is .The toolkit ignores the value of this parameter when it processes an
Eclipse map.I'm not clear what this means. Is the default value for the
args.eclipse.symbolic.name parameter the value of the @id
attribute on the <map> or <plugin> element, if provided, and the
if there is not a value for the @id attribute
or the args.eclipse.symbolic.name parameter?