21.3.4.2 Including a processing instruction to validate plugin.xml

By default, DITA2Go includes a processing instruction (PI) in plugin.xml, specifying the plug-in schema version used to validate plugin.xml. To omit the processing instruction:

[EclipseHelpOptions]
; IncludeVersionPI = Yes (default, include PI with version
; specified by PluginSchemaVersion at start of plugin.xml) or No
IncludeVersionPI = No

When IncludeVersionPI=Yes, DITA2Go includes a PI of the following form at the start of plugin.xml:

<?eclipse version="3.2"?>

This processing instruction is required when you provide Eclipse Help files in a .jar file; see §21.3.3 Configuring the Java manifest file for Eclipse Help. The value of the version attribute represents the plug-in schema version; see §21.3.4.3 Specifying the plug-in schema version for plugin.xml.

Previous Topic:  21.3.4.1 Creating plugin.xml for Eclipse Help

Next Topic:  21.3.4.3 Specifying the plug-in schema version for plugin.xml

Parent Topic:  21.3.4 Configuring the plug-in manifest file for Eclipse Help

Sibling Topics:

21.3.4.1 Creating plugin.xml for Eclipse Help

21.3.4.3 Specifying the plug-in schema version for plugin.xml

21.3.4.4 Specifying Eclipse Help TOC properties in plugin.xml

21.3.4.5 Specifying Eclipse Help index properties in plugin.xml

21.3.4.6 Including a runtime element in plugin.xml

21.3.4.7 Including or excluding full-text search for Eclipse Help

21.3.4.8 Specifying Eclipse Help CSH properties in plugin.xml

Table of ContentsIndex