Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Wright2001-08-24 15:14:19 +0000
committerDarin Wright2001-08-24 15:14:19 +0000
commit9c0aec215837308f91b7d88792927779676ee91a (patch)
treee86773c2ca337b9895538e24859fc4312ba8162c /org.eclipse.debug.core/plugin.xml
parent8b274fcc46d6c5cdaf15ec79cc1b26eb62c276c5 (diff)
downloadeclipse.platform.debug-9c0aec215837308f91b7d88792927779676ee91a.tar.gz
eclipse.platform.debug-9c0aec215837308f91b7d88792927779676ee91a.tar.xz
eclipse.platform.debug-9c0aec215837308f91b7d88792927779676ee91a.zip
1GI3JYO: ITPDUI:ALL - The case for IBreakpoints
Diffstat (limited to 'org.eclipse.debug.core/plugin.xml')
-rw-r--r--org.eclipse.debug.core/plugin.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/org.eclipse.debug.core/plugin.xml b/org.eclipse.debug.core/plugin.xml
index 612cf2ff0..1a534f44d 100644
--- a/org.eclipse.debug.core/plugin.xml
+++ b/org.eclipse.debug.core/plugin.xml
@@ -21,6 +21,7 @@
<!-- Extension points -->
<extension-point id="launchers" name="Launcher"/>
+<extension-point id="breakpoint_factories" name="BreakpointFactory"/>
<!-- Extensions -->
<extension

Back to the top