Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Rennie2008-11-17 20:50:17 +0000
committerMichael Rennie2008-11-17 20:50:17 +0000
commit304456f299b1059b8db6e9e00e65ee45b10ae29b (patch)
treeb50e994a3be13f34ccbda3b14ff4131500977b09 /org.eclipse.debug.core/plugin.xml
parentdef2ec0f020d75ee2b0176bd92e6ea7ef183d0db (diff)
downloadeclipse.platform.debug-304456f299b1059b8db6e9e00e65ee45b10ae29b.tar.gz
eclipse.platform.debug-304456f299b1059b8db6e9e00e65ee45b10ae29b.tar.xz
eclipse.platform.debug-304456f299b1059b8db6e9e00e65ee45b10ae29b.zip
Bug 244059 [breakpoints] Allow breakpoints to specify when they should be overwritten on import
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 926950b09..e74efb312 100644
--- a/org.eclipse.debug.core/plugin.xml
+++ b/org.eclipse.debug.core/plugin.xml
@@ -18,6 +18,7 @@
<extension-point id="sourceContainerTypes" name="%sourceContainerTypesName" schema="schema/sourceContainerTypes.exsd"/>
<extension-point id="sourcePathComputers" name="%sourcePathComputersName" schema="schema/sourcePathComputers.exsd"/>
<extension-point id="logicalStructureProviders" name="%logicalStructureProvidersExtensionPointName" schema="schema/logicalStructureProviders.exsd"/>
+ <extension-point id="breakpointImportParticipants" name="%breakpointImportParticipantsExtensionPoint.name" schema="schema/breakpointImportParticipants.exsd"/>
<!-- Extensions -->
<extension

Back to the top