Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Cortell2007-04-10 19:28:22 +0000
committerJohn Cortell2007-04-10 19:28:22 +0000
commit2ef0a883982ac6707a39d610ad91ee83bbec4e5c (patch)
tree95c527faaa0373d2f43a418898fb1ffa59222157 /debug/org.eclipse.cdt.debug.ui/schema
parent5cf3a081fbf4bbce360fad5973d852fa4cc232b6 (diff)
downloadorg.eclipse.cdt-2ef0a883982ac6707a39d610ad91ee83bbec4e5c.tar.gz
org.eclipse.cdt-2ef0a883982ac6707a39d610ad91ee83bbec4e5c.tar.xz
org.eclipse.cdt-2ef0a883982ac6707a39d610ad91ee83bbec4e5c.zip
Fixed bug 181829. Debugger was not enforcing extension point schema. Also renamed 'breakpointActionPage' extension point to have an uppercase first letter, for consistency with all other CDT debugger extension points.
Diffstat (limited to 'debug/org.eclipse.cdt.debug.ui/schema')
-rw-r--r--debug/org.eclipse.cdt.debug.ui/schema/BreakpointActionPage.exsd8
1 files changed, 4 insertions, 4 deletions
diff --git a/debug/org.eclipse.cdt.debug.ui/schema/BreakpointActionPage.exsd b/debug/org.eclipse.cdt.debug.ui/schema/BreakpointActionPage.exsd
index 684aaed6e6a..e890bdacce2 100644
--- a/debug/org.eclipse.cdt.debug.ui/schema/BreakpointActionPage.exsd
+++ b/debug/org.eclipse.cdt.debug.ui/schema/BreakpointActionPage.exsd
@@ -3,14 +3,14 @@
<schema targetNamespace="org.eclipse.cdt.debug.ui">
<annotation>
<appInfo>
- <meta.schema plugin="org.eclipse.cdt.debug.ui" id="breakpointActionPage" name="Breakpoint Action UI Page"/>
+ <meta.schema plugin="org.eclipse.cdt.debug.ui" id="BreakpointActionPage" name="Breakpoint Action UI Page"/>
</appInfo>
<documentation>
This extension point provides a mechanism for contributing UI to define and edit a breakpoint action.
</documentation>
</annotation>
- <element name="extension">
+ <element name="extension">
<complexType>
<sequence>
<element ref="actionPage"/>
@@ -34,7 +34,7 @@
</documentation>
</annotation>
</attribute>
- <attribute name="class" type="string">
+ <attribute name="class" type="string">
<annotation>
<documentation>
@@ -50,7 +50,7 @@
</attribute>
</complexType>
</element>
-
+
<annotation>
<appInfo>
<meta.section type="since"/>

Back to the top