2010-01-08 05:37:52 +00:00
<?xml version='1.0' encoding='UTF-8'?>
<!-- Schema file written by PDE -->
<schema targetNamespace="org.eclipse.cdt.debug.core" xmlns="http://www.w3.org/2001/XMLSchema">
<annotation>
2013-09-13 09:48:33 -07:00
<appinfo>
2010-01-08 05:37:52 +00:00
<meta.schema plugin="org.eclipse.cdt.debug.core" id="SourceFilesProvider" name="Source Files Provider"/>
2013-09-13 09:48:33 -07:00
</appinfo>
2010-01-08 05:37:52 +00:00
<documentation>
2013-09-13 09:48:33 -07:00
This extension points allows you to extened the executables manager in CDT by providing your own source files provider for certain types of executables.
2010-01-08 05:37:52 +00:00
</documentation>
</annotation>
2013-09-13 09:48:33 -07:00
2010-01-08 05:37:52 +00:00
<element name="extension">
<annotation>
2013-09-13 09:48:33 -07:00
<appinfo>
2010-01-08 05:37:52 +00:00
<meta.element />
2013-09-13 09:48:33 -07:00
</appinfo>
2010-01-08 05:37:52 +00:00
</annotation>
<complexType>
<sequence>
<element ref="provider"/>
</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>
2013-09-13 09:48:33 -07:00
<appinfo>
2010-01-08 05:37:52 +00:00
<meta.attribute translatable="true"/>
2013-09-13 09:48:33 -07:00
</appinfo>
2010-01-08 05:37:52 +00:00
</annotation>
</attribute>
</complexType>
</element>
2013-09-13 09:48:33 -07:00
2010-01-08 05:37:52 +00:00
<element name="provider">
<complexType>
<attribute name="class" type="string" use="required">
<annotation>
<documentation>
</documentation>
2013-09-13 09:48:33 -07:00
<appinfo>
2010-01-08 05:37:52 +00:00
<meta.attribute kind="java" basedOn="org.eclipse.cdt.debug.core.executables.ISourceFilesProvider"/>
2013-09-13 09:48:33 -07:00
</appinfo>
2010-01-08 05:37:52 +00:00
</annotation>
</attribute>
</complexType>
</element>
2013-09-13 09:48:33 -07:00
2010-01-08 05:37:52 +00:00
<annotation>
2013-09-13 09:48:33 -07:00
<appinfo>
2010-01-08 05:37:52 +00:00
<meta.section type="since"/>
2013-09-13 09:48:33 -07:00
</appinfo>
2010-01-08 05:37:52 +00:00
<documentation>
CDT 7.0
</documentation>
</annotation>
2013-09-13 09:48:33 -07:00
2010-01-08 05:37:52 +00:00
<annotation>
2013-09-13 09:48:33 -07:00
<appinfo>
2010-01-08 05:37:52 +00:00
<meta.section type="examples"/>
2013-09-13 09:48:33 -07:00
</appinfo>
2010-01-08 05:37:52 +00:00
<documentation>
<extension
point="org.eclipse.cdt.debug.core.SourceFilesProvider">
<modifier class="com.xyz.MySourceFilesProvider"/>
</extension>
</documentation>
</annotation>
2013-09-13 09:48:33 -07:00
2010-01-08 05:37:52 +00:00
</schema>