Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPawel Piech2012-03-02 05:40:30 +0000
committerPawel Piech2012-03-02 05:44:40 +0000
commit3c08aeeb1e0759e8fc8bca29a20e7d5ae79d504e (patch)
tree565fdb9d4003cc7ab67c229326803c941ad6f4c7 /org.eclipse.debug.ui/plugin.xml
parentb8a6d681c35fc32520e868052315e993b782c7ec (diff)
downloadeclipse.platform.debug-3c08aeeb1e0759e8fc8bca29a20e7d5ae79d504e.tar.gz
eclipse.platform.debug-3c08aeeb1e0759e8fc8bca29a20e7d5ae79d504e.tar.xz
eclipse.platform.debug-3c08aeeb1e0759e8fc8bca29a20e7d5ae79d504e.zip
Bug 373030 - [breakpoints] Make BreakpointTypesContribution to a public package
Diffstat (limited to 'org.eclipse.debug.ui/plugin.xml')
-rw-r--r--org.eclipse.debug.ui/plugin.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.debug.ui/plugin.xml b/org.eclipse.debug.ui/plugin.xml
index 6b71457e4..00b93055e 100644
--- a/org.eclipse.debug.ui/plugin.xml
+++ b/org.eclipse.debug.ui/plugin.xml
@@ -648,7 +648,7 @@
</visibleWhen>
<dynamic
id="org.eclipse.debug.ui.actions.BreakpointTypesContribution"
- class="org.eclipse.debug.internal.ui.actions.breakpoints.BreakpointTypesContribution">
+ class="org.eclipse.debug.ui.actions.BreakpointTypesContribution">
</dynamic>
</menu>
</menuContribution>

Back to the top