Oxygen XML Author Eclipse plugin has an extensive set of options that you can configure. When Oxygen XML Author Eclipse plugin in installed, these options are set to default values. You can provide a different set of default values for an installation using an XML options file.
There are several methods that you can use to configure an Oxygen XML Author Eclipse plugin installation to use the customized default options from the created XML options file.
The possible methods for using customized default options during an installation include:
Copy the XML Options File to the Installation Directory
preferences folder
can have any name as long as it has the extension xml or
xpr. If there are multiple such files in the
preferences folder only the first one found is used.Specify a Path to the XML Options File in a Startup Parameter
com.oxygenxml.default.options system property in the Eclipse
configuration file ([ECLIPSE-INSTALL-DIR]/configuration/config.ini). The path can be specified with any of the following:com.oxygenxml.default.options=file\:default.xmlThis will make Oxygen XML Author Eclipse plugin look for default.xml inside the installation folder (for example: [ECLIPSE-INSTALL-DIR]/plugins/com.oxygenxml.author/preferences/default.xml, or if the plugin was installed as a drop-in: [ECLIPSE-INSTALL-DIR]/dropins/com.oxygenxml.author/plugins/com.oxygenxml.author/preferences/default.xml).
com.oxygenxml.default.options=file\:${system(CONFIG)}/default.xmlcom.oxygenxml.default.options=file\:${env(CONFIG)}/default.xml\) is
considered a special character. Therefore, use forward slashes for separators inside
the file path.