Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-x[-rw-r--r--]debug/org.eclipse.cdt.debug.core/schema/BreakpointAction.exsd176
-rwxr-xr-x[-rw-r--r--]debug/org.eclipse.cdt.debug.core/schema/BreakpointExtension.exsd72
-rwxr-xr-x[-rw-r--r--]debug/org.eclipse.cdt.debug.core/schema/CDebugger.exsd76
-rwxr-xr-x[-rw-r--r--]debug/org.eclipse.cdt.debug.core/schema/ExecutablesImporter.exsd7
-rwxr-xr-x[-rw-r--r--]debug/org.eclipse.cdt.debug.core/schema/ExecutablesProvider.exsd31
-rwxr-xr-x[-rw-r--r--]debug/org.eclipse.cdt.debug.core/schema/SourceFilesProvider.exsd31
-rwxr-xr-x[-rw-r--r--]debug/org.eclipse.cdt.debug.core/schema/SourceRemappingProvider.exsd10
-rwxr-xr-x[-rw-r--r--]debug/org.eclipse.cdt.debug.core/schema/SupportedSourceContainerTypes.exsd10
8 files changed, 173 insertions, 240 deletions
diff --git a/debug/org.eclipse.cdt.debug.core/schema/BreakpointAction.exsd b/debug/org.eclipse.cdt.debug.core/schema/BreakpointAction.exsd
index 7c5b6bac2b1..0445e389d70 100644..100755
--- a/debug/org.eclipse.cdt.debug.core/schema/BreakpointAction.exsd
+++ b/debug/org.eclipse.cdt.debug.core/schema/BreakpointAction.exsd
@@ -1,106 +1,70 @@
-<?xml version='1.0' encoding='UTF-8'?>
-<!-- Schema file written by PDE -->
-<schema targetNamespace="org.eclipse.cdt.debug.core">
-<annotation>
- <appInfo>
- <meta.schema plugin="org.eclipse.cdt.debug.core" id="BreakpointActionType" name="BreakpointActionType"/>
- </appInfo>
- <documentation>
- Extension to provide additional actions to execute when a breakpoint is hit.
- </documentation>
- </annotation>
-
- <element name="extension">
- <complexType>
- <sequence>
- <element ref="actionType"/>
- </sequence>
- <attribute name="point" type="string" use="required">
- <annotation>
- <documentation>
-
- </documentation>
- </annotation>
- </attribute>
- </complexType>
- </element>
-
- <element name="actionType">
- <complexType>
- <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>
- <attribute name="class" type="string">
- <annotation>
- <documentation>
-
- </documentation>
- </annotation>
- </attribute>
- </complexType>
- </element>
-
- <annotation>
- <appInfo>
- <meta.section type="since"/>
- </appInfo>
- <documentation>
- [Enter the first release in which this extension point appears.]
- </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>
- [Enter information about supplied implementation of this extension point.]
- </documentation>
- </annotation>
-
- <annotation>
- <appInfo>
- <meta.section type="copyright"/>
- </appInfo>
- <documentation>
- Copyright (c) 2007 Nokia and others.
-All rights reserved. This program and the accompanying materials
-are made available under the terms of the Eclipse Public License v1.0
-which accompanies this distribution, and is available at
-http://www.eclipse.org/legal/epl-v10.html
- </documentation>
- </annotation>
-
-</schema>
+<?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>
+ <appInfo>
+ <meta.schema plugin="org.eclipse.cdt.debug.core" id="BreakpointActionType" name="BreakpointActionType"/>
+ </appInfo>
+ <documentation>
+ Extension to provide additional actions to execute when a breakpoint is hit.
+ </documentation>
+ </annotation>
+ <element name="extension">
+ <annotation>
+ <appInfo>
+ <meta.element />
+ </appInfo>
+ </annotation>
+ <complexType>
+ <sequence>
+ <element ref="actionType"/>
+ </sequence>
+ <attribute name="point" type="string" use="required">
+ <annotation>
+ <documentation>
+ </documentation>
+ </annotation>
+ </attribute>
+ </complexType>
+ </element>
+ <element name="actionType">
+ <complexType>
+ <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>
+ <attribute name="class" type="string">
+ <annotation>
+ <documentation>
+ </documentation>
+ <appInfo>
+ <meta.attribute kind="java" basedOn=":org.eclipse.cdt.debug.core.breakpointactions.IBreakpointAction"/>
+ </appInfo>
+ </annotation>
+ </attribute>
+ </complexType>
+ </element>
+ <annotation>
+ <appInfo>
+ <meta.section type="copyright"/>
+ </appInfo>
+ <documentation>
+ Copyright (c) 2007 Nokia and others.
+All rights reserved. This program and the accompanying materials
+are made available under the terms of the Eclipse Public License v1.0
+which accompanies this distribution, and is available at
+http://www.eclipse.org/legal/epl-v10.html
+ </documentation>
+ </annotation>
+</schema>
diff --git a/debug/org.eclipse.cdt.debug.core/schema/BreakpointExtension.exsd b/debug/org.eclipse.cdt.debug.core/schema/BreakpointExtension.exsd
index 294b1dbc8e0..bc14e414a06 100644..100755
--- a/debug/org.eclipse.cdt.debug.core/schema/BreakpointExtension.exsd
+++ b/debug/org.eclipse.cdt.debug.core/schema/BreakpointExtension.exsd
@@ -1,6 +1,6 @@
<?xml version='1.0' encoding='UTF-8'?>
<!-- Schema file written by PDE -->
-<schema targetNamespace="org.eclipse.cdt.debug.core">
+<schema targetNamespace="org.eclipse.cdt.debug.core" xmlns="http://www.w3.org/2001/XMLSchema">
<annotation>
<appInfo>
<meta.schema plugin="org.eclipse.cdt.debug.core" id="BreakpointExtension" name="BreakpointExtension"/>
@@ -9,8 +9,12 @@
This extension point defines a mechanism for defining a debug model specific extension to C breakpoints.
</documentation>
</annotation>
-
<element name="extension">
+ <annotation>
+ <appInfo>
+ <meta.element />
+ </appInfo>
+ </annotation>
<complexType>
<sequence>
<element ref="breakpointExtension" minOccurs="0" maxOccurs="unbounded"/>
@@ -38,27 +42,32 @@
</attribute>
</complexType>
</element>
-
<element name="breakpointExtension">
<complexType>
<attribute name="id" type="string" use="required">
<annotation>
<documentation>
- specifies a unique identifier for this breakpoint extension type.
+ Specifies a unique identifier for this breakpoint extension type.
</documentation>
+ <appInfo>
+ <meta.attribute kind="identifier"/>
+ </appInfo>
</annotation>
</attribute>
<attribute name="markerType" type="string" use="required">
<annotation>
<documentation>
- specifies the fully qualified identifier (id) of the corresponding marker definition for breakpoints that this extension applies to
+ Specifies the fully qualified identifier (id) of the corresponding marker definition for breakpoints that this extension applies to.
</documentation>
+ <appInfo>
+ <meta.attribute kind="identifier"/>
+ </appInfo>
</annotation>
</attribute>
<attribute name="class" type="string" use="required">
<annotation>
<documentation>
- specifies the fully qualified name of the Java class that implements &lt;code&gt;ICBreakpointExtension&lt;/code&gt;.
+ Specifies the fully qualified name of the Java class that implements &lt;code&gt;ICBreakpointExtension&lt;/code&gt;.
</documentation>
<appInfo>
<meta.attribute kind="java" basedOn=":org.eclipse.cdt.debug.core.model.ICBreakpointExtension"/>
@@ -68,14 +77,35 @@
<attribute name="debugModelId" type="string" use="required">
<annotation>
<documentation>
- specifies the fully qualified identifer (id) of the debug model that this extension applies to
+ Specifies the fully qualified identifer (id) of the debug model that this extension applies to.
</documentation>
+ <appInfo>
+ <meta.attribute kind="identifier"/>
+ </appInfo>
</annotation>
</attribute>
</complexType>
</element>
-
-
+ <annotation>
+ <appInfo>
+ <meta.section type="copyright"/>
+ </appInfo>
+ <documentation>
+ Copyright (c) 2007 Wind River Systems and others.&lt;br&gt;
+All rights reserved. This program and the accompanying materials
+are made available under the terms of the Eclipse Public License v1.0
+which accompanies this distribution, and is available at
+&lt;a href=&quot;http://www.eclipse.org/legal/epl-v10.html&quot;&gt;http://www.eclipse.org/legal/epl-v10.html&lt;/a&gt;
+ </documentation>
+ </annotation>
+ <annotation>
+ <appInfo>
+ <meta.section type="apiInfo"/>
+ </appInfo>
+ <documentation>
+ Value of the attribute &lt;b&gt;class&lt;/b&gt; must be a fully qualified name of a Java class that implements the interface &lt;b&gt;org.eclipse.cdt.debug.core.model.ICBreakpointExtension&lt;/b&gt;, and which supplies a constructor with a single argument of type &lt;b&gt;org.eclipse.cdt.debug.core.model.ICBreakpoint&lt;/b&gt;.
+ </documentation>
+ </annotation>
<annotation>
<appInfo>
<meta.section type="examples"/>
@@ -100,28 +130,4 @@ In the example above, the specified type of breakpoint extension is implemented
This extension is going to apply to breakpoints with markers extending &quot;com.example.ExampleBreakpointMarker&quot;, and to debug model with ID of &quot;com.example.debug&quot;.
</documentation>
</annotation>
-
- <annotation>
- <appInfo>
- <meta.section type="apiInfo"/>
- </appInfo>
- <documentation>
- Value of the attribute &lt;b&gt;class&lt;/b&gt; must be a fully qualified name of a Java class that implements the interface &lt;b&gt;org.eclipse.cdt.debug.core.model.ICBreakpointExtension&lt;/b&gt;, and which supplies a constructor with a single argument of type &lt;b&gt;org.eclipse.cdt.debug.core.model.ICBreakpoint&lt;/b&gt;.
- </documentation>
- </annotation>
-
-
- <annotation>
- <appInfo>
- <meta.section type="copyright"/>
- </appInfo>
- <documentation>
- Copyright (c) 2007 Wind River Systems and others.&lt;br&gt;
-All rights reserved. This program and the accompanying materials
-are made available under the terms of the Eclipse Public License v1.0
-which accompanies this distribution, and is available at
-&lt;a href=&quot;http://www.eclipse.org/legal/epl-v10.html&quot;&gt;http://www.eclipse.org/legal/epl-v10.html&lt;/a&gt;
- </documentation>
- </annotation>
-
</schema>
diff --git a/debug/org.eclipse.cdt.debug.core/schema/CDebugger.exsd b/debug/org.eclipse.cdt.debug.core/schema/CDebugger.exsd
index cdeb3f46ec4..ae0813c94a7 100644..100755
--- a/debug/org.eclipse.cdt.debug.core/schema/CDebugger.exsd
+++ b/debug/org.eclipse.cdt.debug.core/schema/CDebugger.exsd
@@ -1,16 +1,20 @@
<?xml version='1.0' encoding='UTF-8'?>
<!-- Schema file written by PDE -->
-<schema targetNamespace="org.eclipse.cdt.debug.core">
+<schema targetNamespace="org.eclipse.cdt.debug.core" xmlns="http://www.w3.org/2001/XMLSchema">
<annotation>
<appInfo>
<meta.schema plugin="org.eclipse.cdt.debug.core" id="CDebugger" name="CDebugger"/>
</appInfo>
<documentation>
- [Enter description of this extension point]
+
</documentation>
</annotation>
-
<element name="extension">
+ <annotation>
+ <appInfo>
+ <meta.element />
+ </appInfo>
+ </annotation>
<complexType>
<sequence>
<element ref="debugger" minOccurs="1" maxOccurs="unbounded"/>
@@ -18,27 +22,26 @@
<attribute name="point" type="string" use="required">
<annotation>
<documentation>
- a fully qualified identifier of the target extension point
+ A fully qualified identifier of the target extension point
</documentation>
</annotation>
</attribute>
<attribute name="id" type="string">
<annotation>
<documentation>
- an optional identifier of the extension instance
+ An optional identifier of the extension instance
</documentation>
</annotation>
</attribute>
<attribute name="name" type="string">
<annotation>
<documentation>
- an optional name of the extension instance
+ An optional name of the extension instance
</documentation>
</annotation>
</attribute>
</complexType>
</element>
-
<element name="debugger">
<complexType>
<sequence>
@@ -47,21 +50,39 @@
<attribute name="name" type="string" use="required">
<annotation>
<documentation>
- specifies the debugger&apos;s name
+ Specifies the debugger&apos;s name
</documentation>
</annotation>
</attribute>
- <attribute name="modes" type="string">
+ <attribute name="modes">
<annotation>
<documentation>
- specifies the comma separated list of debugging modes (run,core,attach).
+ Specifies the comma separated list of debugging modes (attach,core,run).
</documentation>
</annotation>
+ <simpleType>
+ <restriction base="string">
+ <enumeration value="attach">
+ </enumeration>
+ <enumeration value="core">
+ </enumeration>
+ <enumeration value="run">
+ </enumeration>
+ <enumeration value="attach,core">
+ </enumeration>
+ <enumeration value="attach,run">
+ </enumeration>
+ <enumeration value="core,run">
+ </enumeration>
+ <enumeration value="attach,core,run">
+ </enumeration>
+ </restriction>
+ </simpleType>
</attribute>
<attribute name="class" type="string" use="required">
<annotation>
<documentation>
- specifies a fully qualified name of a Java class that implements &amp;lt;code&amp;gt;ICDIDebugger2&amp;lt;/code&amp;gt;
+ Specifies a fully qualified name of a Java class that implements &lt;code&gt;ICDIDebugger2&lt;/code&gt;
</documentation>
<appInfo>
<meta.attribute kind="java" basedOn="org.eclipse.cdt.debug.core.ICDIDebugger2"/>
@@ -73,6 +94,9 @@
<documentation>
specifies a unique identifier for this debugger.
</documentation>
+ <appInfo>
+ <meta.attribute kind="identifier"/>
+ </appInfo>
</annotation>
</attribute>
<attribute name="platform" type="string">
@@ -98,7 +122,6 @@
</attribute>
</complexType>
</element>
-
<element name="buildIdPattern">
<complexType>
<attribute name="pattern" type="string">
@@ -110,34 +133,6 @@
</attribute>
</complexType>
</element>
-
- <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>
- [Enter information about supplied implementation of this extension point.]
- </documentation>
- </annotation>
-
<annotation>
<appInfo>
<meta.section type="copyright"/>
@@ -150,5 +145,4 @@ which accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-v10.html
</documentation>
</annotation>
-
</schema>
diff --git a/debug/org.eclipse.cdt.debug.core/schema/ExecutablesImporter.exsd b/debug/org.eclipse.cdt.debug.core/schema/ExecutablesImporter.exsd
index b3c24df4cb7..e19e149b64d 100644..100755
--- a/debug/org.eclipse.cdt.debug.core/schema/ExecutablesImporter.exsd
+++ b/debug/org.eclipse.cdt.debug.core/schema/ExecutablesImporter.exsd
@@ -6,10 +6,9 @@
<meta.schema plugin="org.eclipse.cdt.debug.core" id="ExecutablesImporter" name="Executables Importer"/>
</appinfo>
<documentation>
- This extension points allows you to extened the executables manager in CDT by providing your own executables importer.
+ This extension point allows you to extend the executables manager in CDT by providing your own executables importer.
</documentation>
</annotation>
-
<element name="extension">
<annotation>
<appinfo>
@@ -46,7 +45,6 @@
</attribute>
</complexType>
</element>
-
<element name="importer">
<complexType>
<attribute name="class" type="string" use="required">
@@ -61,7 +59,6 @@
</attribute>
</complexType>
</element>
-
<annotation>
<appinfo>
<meta.section type="since"/>
@@ -70,7 +67,6 @@
CDT 7.0
</documentation>
</annotation>
-
<annotation>
<appinfo>
<meta.section type="examples"/>
@@ -82,5 +78,4 @@
&lt;/extension&gt;
</documentation>
</annotation>
-
</schema>
diff --git a/debug/org.eclipse.cdt.debug.core/schema/ExecutablesProvider.exsd b/debug/org.eclipse.cdt.debug.core/schema/ExecutablesProvider.exsd
index f0769b52a11..5e2cde3b3c6 100644..100755
--- a/debug/org.eclipse.cdt.debug.core/schema/ExecutablesProvider.exsd
+++ b/debug/org.eclipse.cdt.debug.core/schema/ExecutablesProvider.exsd
@@ -2,19 +2,18 @@
<!-- Schema file written by PDE -->
<schema targetNamespace="org.eclipse.cdt.debug.core" xmlns="http://www.w3.org/2001/XMLSchema">
<annotation>
- <appinfo>
+ <appInfo>
<meta.schema plugin="org.eclipse.cdt.debug.core" id="ExecutablesProvider" name="Executables Provider"/>
- </appinfo>
+ </appInfo>
<documentation>
- This extension points allows you to extened the executables manager in CDT by providing your own executables provider for certain types of projects.
+ This extension point allows you to extend the executables manager in CDT by providing your own executables provider for certain types of projects.
</documentation>
</annotation>
-
<element name="extension">
<annotation>
- <appinfo>
+ <appInfo>
<meta.element />
- </appinfo>
+ </appInfo>
</annotation>
<complexType>
<sequence>
@@ -39,14 +38,13 @@
<documentation>
</documentation>
- <appinfo>
+ <appInfo>
<meta.attribute translatable="true"/>
- </appinfo>
+ </appInfo>
</annotation>
</attribute>
</complexType>
</element>
-
<element name="provider">
<complexType>
<attribute name="class" type="string" use="required">
@@ -54,27 +52,25 @@
<documentation>
</documentation>
- <appinfo>
+ <appInfo>
<meta.attribute kind="java" basedOn="org.eclipse.cdt.debug.core.executables.IProjectExecutablesProvider"/>
- </appinfo>
+ </appInfo>
</annotation>
</attribute>
</complexType>
</element>
-
<annotation>
- <appinfo>
+ <appInfo>
<meta.section type="since"/>
- </appinfo>
+ </appInfo>
<documentation>
CDT 7.0
</documentation>
</annotation>
-
<annotation>
- <appinfo>
+ <appInfo>
<meta.section type="examples"/>
- </appinfo>
+ </appInfo>
<documentation>
&lt;extension
point=&quot;org.eclipse.cdt.debug.core.ExecutablesProvider&quot;&gt;
@@ -82,5 +78,4 @@
&lt;/extension&gt;
</documentation>
</annotation>
-
</schema>
diff --git a/debug/org.eclipse.cdt.debug.core/schema/SourceFilesProvider.exsd b/debug/org.eclipse.cdt.debug.core/schema/SourceFilesProvider.exsd
index 59d43a47af9..3a1ca03e05b 100644..100755
--- a/debug/org.eclipse.cdt.debug.core/schema/SourceFilesProvider.exsd
+++ b/debug/org.eclipse.cdt.debug.core/schema/SourceFilesProvider.exsd
@@ -2,19 +2,18 @@
<!-- Schema file written by PDE -->
<schema targetNamespace="org.eclipse.cdt.debug.core" xmlns="http://www.w3.org/2001/XMLSchema">
<annotation>
- <appinfo>
+ <appInfo>
<meta.schema plugin="org.eclipse.cdt.debug.core" id="SourceFilesProvider" name="Source Files Provider"/>
- </appinfo>
+ </appInfo>
<documentation>
- This extension points allows you to extened the executables manager in CDT by providing your own source files provider for certain types of executables.
+ This extension point allows you to extend the executables manager in CDT by providing your own source files provider for certain types of executables.
</documentation>
</annotation>
-
<element name="extension">
<annotation>
- <appinfo>
+ <appInfo>
<meta.element />
- </appinfo>
+ </appInfo>
</annotation>
<complexType>
<sequence>
@@ -39,14 +38,13 @@
<documentation>
</documentation>
- <appinfo>
+ <appInfo>
<meta.attribute translatable="true"/>
- </appinfo>
+ </appInfo>
</annotation>
</attribute>
</complexType>
</element>
-
<element name="provider">
<complexType>
<attribute name="class" type="string" use="required">
@@ -54,27 +52,25 @@
<documentation>
</documentation>
- <appinfo>
+ <appInfo>
<meta.attribute kind="java" basedOn="org.eclipse.cdt.debug.core.executables.ISourceFilesProvider"/>
- </appinfo>
+ </appInfo>
</annotation>
</attribute>
</complexType>
</element>
-
<annotation>
- <appinfo>
+ <appInfo>
<meta.section type="since"/>
- </appinfo>
+ </appInfo>
<documentation>
CDT 7.0
</documentation>
</annotation>
-
<annotation>
- <appinfo>
+ <appInfo>
<meta.section type="examples"/>
- </appinfo>
+ </appInfo>
<documentation>
&lt;extension
point=&quot;org.eclipse.cdt.debug.core.SourceFilesProvider&quot;&gt;
@@ -82,5 +78,4 @@
&lt;/extension&gt;
</documentation>
</annotation>
-
</schema>
diff --git a/debug/org.eclipse.cdt.debug.core/schema/SourceRemappingProvider.exsd b/debug/org.eclipse.cdt.debug.core/schema/SourceRemappingProvider.exsd
index fad60fb6746..f56cb6841e9 100644..100755
--- a/debug/org.eclipse.cdt.debug.core/schema/SourceRemappingProvider.exsd
+++ b/debug/org.eclipse.cdt.debug.core/schema/SourceRemappingProvider.exsd
@@ -6,10 +6,9 @@
<meta.schema plugin="org.eclipse.cdt.debug.core" id="SourceRemappingProvider" name="Source Remapping Provider"/>
</appInfo>
<documentation>
- This extension points allows you to extened the executables manager in CDT by providing your own source remapping provider.
+ This extension point allows you to extend the executables manager in CDT by providing your own source remapping provider.
</documentation>
</annotation>
-
<element name="extension">
<annotation>
<appInfo>
@@ -46,7 +45,6 @@
</attribute>
</complexType>
</element>
-
<element name="provider">
<complexType>
<attribute name="class" type="string" use="required">
@@ -61,7 +59,6 @@
</attribute>
</complexType>
</element>
-
<annotation>
<appInfo>
<meta.section type="since"/>
@@ -70,7 +67,6 @@
CDT 7.0
</documentation>
</annotation>
-
<annotation>
<appInfo>
<meta.section type="examples"/>
@@ -82,8 +78,4 @@
&lt;/extension&gt;
</documentation>
</annotation>
-
-
-
-
</schema>
diff --git a/debug/org.eclipse.cdt.debug.core/schema/SupportedSourceContainerTypes.exsd b/debug/org.eclipse.cdt.debug.core/schema/SupportedSourceContainerTypes.exsd
index d10dfe303d1..49f8360b432 100644..100755
--- a/debug/org.eclipse.cdt.debug.core/schema/SupportedSourceContainerTypes.exsd
+++ b/debug/org.eclipse.cdt.debug.core/schema/SupportedSourceContainerTypes.exsd
@@ -6,10 +6,9 @@
<meta.schema plugin="org.eclipse.cdt.debug.core" id="supportedSourceContainerTypes" name="C/C++ Supported Source Container Types Extension"/>
</appInfo>
<documentation>
- The extension point provides a mechanism for contributing source container types to the preference page &quot;C/C++, Debug,Common Source Lookup Path&quot;.
+ This extension point provides a mechanism for contributing source container types to the preference page &quot;C/C++ / Debug / Common Source Lookup Path&quot;.
</documentation>
</annotation>
-
<element name="extension">
<annotation>
<appInfo>
@@ -46,7 +45,6 @@
</attribute>
</complexType>
</element>
-
<element name="sourceContainer">
<complexType>
<attribute name="id" type="string" use="required">
@@ -61,8 +59,6 @@
</attribute>
</complexType>
</element>
-
-
<annotation>
<appInfo>
<meta.section type="examples"/>
@@ -78,7 +74,6 @@
&lt;/pre&gt;
</documentation>
</annotation>
-
<annotation>
<appInfo>
<meta.section type="apiinfo"/>
@@ -87,8 +82,6 @@
Value of the attribute id must be a contribution to the extension point &quot;org.eclipse.debug.core.sourceContainerTypes&quot;.
</documentation>
</annotation>
-
-
<annotation>
<appInfo>
<meta.section type="copyright"/>
@@ -101,5 +94,4 @@ which accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-v10.html
</documentation>
</annotation>
-
</schema>

Back to the top