blob: ae72b293918d4df61a303e6dbc2dcb416888f730 [file] [log] [blame]
<?xml version='1.0' encoding='UTF-8'?>
<!-- Schema file written by PDE -->
<schema targetNamespace="org.eclipse.jdt.launching">
<annotation>
<appInfo>
<meta.schema plugin="org.eclipse.jdt.launching" id="vmInstalls" name="Java VM Installs"/>
</appInfo>
<documentation>
Allows specific configurations of Java runtime environments and development kits to be contributed to the Java development tooling.
</documentation>
</annotation>
<element name="extension">
<complexType>
<sequence>
<element ref="vmInstall" minOccurs="1" maxOccurs="unbounded"/>
</sequence>
<attribute name="point" type="string" use="required">
<annotation>
<documentation>
</documentation>
</annotation>
</attribute>
<attribute name="id" type="string">
<annotation>
<documentation>
</documentation>
</annotation>
</attribute>
<attribute name="name" type="string">
<annotation>
<documentation>
</documentation>
<appInfo>
<meta.attribute translatable="true"/>
</appInfo>
</annotation>
</attribute>
</complexType>
</element>
<element name="vmInstall">
<complexType>
<sequence>
<element ref="library" minOccurs="0" maxOccurs="unbounded"/>
</sequence>
<attribute name="id" type="string" use="required">
<annotation>
<documentation>
Unique identifier for this VM install
</documentation>
</annotation>
</attribute>
<attribute name="vmInstallType" type="string" use="required">
<annotation>
<documentation>
References a registered VM install type via the corresponding vmInstallType&apos;s id
</documentation>
</annotation>
</attribute>
<attribute name="name" type="string" use="required">
<annotation>
<documentation>
Human readable name for this VM install
</documentation>
</annotation>
</attribute>
<attribute name="home" type="string" use="required">
<annotation>
<documentation>
Path to the home installation directory for this VM install. Paths must be absolute and may use string substitution variables such as ${eclipse_home}.
</documentation>
</annotation>
</attribute>
<attribute name="javadocURL" type="string">
<annotation>
<documentation>
URL referencing the default javadoc location for all libraries in this VM install.
</documentation>
</annotation>
</attribute>
<attribute name="vmArgs" type="string">
<annotation>
<documentation>
Default VM arguments used when launching this VM install as they should appear on the command line.
</documentation>
</annotation>
</attribute>
</complexType>
</element>
<element name="library">
<complexType>
<attribute name="path" type="string" use="required">
<annotation>
<documentation>
File system path to a system library, relative to the VM install&apos;s home directory.
</documentation>
</annotation>
</attribute>
<attribute name="sourcePath" type="string">
<annotation>
<documentation>
File system path to the source archive associated with this libaray, relative to the VM install&apos;s home directory. When unspecified, this library has no source attachment.
</documentation>
</annotation>
</attribute>
<attribute name="packageRootPath" type="string">
<annotation>
<documentation>
Path within the source archive where package names begin. For example, if the source for java.lang.Object is located at &quot;src\java\lang\Object&quot; the package root path would be &quot;src&quot;. When unspecified the package root path is automatically detected.
</documentation>
</annotation>
</attribute>
<attribute name="javadocURL" type="string">
<annotation>
<documentation>
URL referencing the javadoc location for this library. Overrides the javadoc URL specified for the VM install.
</documentation>
</annotation>
</attribute>
</complexType>
</element>
<annotation>
<appInfo>
<meta.section type="since"/>
</appInfo>
<documentation>
3.2
</documentation>
</annotation>
<annotation>
<appInfo>
<meta.section type="examples"/>
</appInfo>
<documentation>
[Enter extension point usage example here.]
</documentation>
</annotation>
<annotation>
<appInfo>
<meta.section type="apiInfo"/>
</appInfo>
<documentation>
[Enter API information here.]
</documentation>
</annotation>
<annotation>
<appInfo>
<meta.section type="implementation"/>
</appInfo>
<documentation>
The Java tooling does not provide any specific VM installs.
</documentation>
</annotation>
<annotation>
<appInfo>
<meta.section type="copyright"/>
</appInfo>
<documentation>
</documentation>
</annotation>
</schema>