Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Rennie2009-07-24 16:10:16 +0000
committerMichael Rennie2009-07-24 16:10:16 +0000
commit0ae882fac2d1896d100c4731c2efbc3783340399 (patch)
tree27210418a8c68066b08004e84ba24eaa8b215553 /org.eclipse.debug.ui/schema
parent254219fd1246b8df7d730ecb182bdeca4f252485 (diff)
downloadeclipse.platform.debug-0ae882fac2d1896d100c4731c2efbc3783340399.tar.gz
eclipse.platform.debug-0ae882fac2d1896d100c4731c2efbc3783340399.tar.xz
eclipse.platform.debug-0ae882fac2d1896d100c4731c2efbc3783340399.zip
Bug 284587 Reference to CDT in toggleBreakpointsTargetFactories extension point
Diffstat (limited to 'org.eclipse.debug.ui/schema')
-rw-r--r--org.eclipse.debug.ui/schema/toggleBreakpointsTargetFactories.exsd4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.debug.ui/schema/toggleBreakpointsTargetFactories.exsd b/org.eclipse.debug.ui/schema/toggleBreakpointsTargetFactories.exsd
index 66dfe261e..6221b60fb 100644
--- a/org.eclipse.debug.ui/schema/toggleBreakpointsTargetFactories.exsd
+++ b/org.eclipse.debug.ui/schema/toggleBreakpointsTargetFactories.exsd
@@ -1,9 +1,9 @@
<?xml version='1.0' encoding='UTF-8'?>
<!-- Schema file written by PDE -->
-<schema targetNamespace="org.eclipse.cdt.debug.ui" xmlns="http://www.w3.org/2001/XMLSchema">
+<schema targetNamespace="org.eclipse.debug.ui" xmlns="http://www.w3.org/2001/XMLSchema">
<annotation>
<appinfo>
- <meta.schema plugin="org.eclipse.cdt.debug.ui" id="toggleBreakpointsTargetFactories" name="toggleBreakpointsTargetFactories"/>
+ <meta.schema plugin="org.eclipse.debug.ui" id="toggleBreakpointsTargetFactories" name="toggleBreakpointsTargetFactories"/>
</appinfo>
<documentation>
This extension point provides a mechanism for contributing breakpoint toggle action targets which can be registered for specific editors, debug models, or files.

Back to the top