Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSarika Sinha2016-11-29 09:26:34 +0000
committerSarika Sinha2016-12-01 10:05:51 +0000
commit20e7f1bfc2337343856efea1b092bd951d71b8ea (patch)
tree7f0b416a5861480de1ad91878b78875ae6c78614 /org.eclipse.debug.ui/META-INF
parent97be8772a897b47a48b2d4b6ef33b46811408b7f (diff)
downloadeclipse.platform.debug-20e7f1bfc2337343856efea1b092bd951d71b8ea.tar.gz
eclipse.platform.debug-20e7f1bfc2337343856efea1b092bd951d71b8ea.tar.xz
eclipse.platform.debug-20e7f1bfc2337343856efea1b092bd951d71b8ea.zip
Bug 498426 - Breakpoints view: Allow to sort by breakpoints creationY20161201-1000I20161201-2000I20161201-0800
Diffstat (limited to 'org.eclipse.debug.ui/META-INF')
-rw-r--r--org.eclipse.debug.ui/META-INF/MANIFEST.MF1
1 files changed, 1 insertions, 0 deletions
diff --git a/org.eclipse.debug.ui/META-INF/MANIFEST.MF b/org.eclipse.debug.ui/META-INF/MANIFEST.MF
index 46ccbf586..deafee9ab 100644
--- a/org.eclipse.debug.ui/META-INF/MANIFEST.MF
+++ b/org.eclipse.debug.ui/META-INF/MANIFEST.MF
@@ -15,6 +15,7 @@ Export-Package: org.eclipse.debug.internal.ui;
org.eclipse.debug.examples.mixedmode",
org.eclipse.debug.internal.ui.actions;x-internal:=true,
org.eclipse.debug.internal.ui.actions.breakpointGroups;x-internal:=true,
+ org.eclipse.debug.internal.ui.actions.breakpointSortBy;x-internal:=true,
org.eclipse.debug.internal.ui.actions.breakpoints;x-internal:=true,
org.eclipse.debug.internal.ui.actions.expressions;x-internal:=true,
org.eclipse.debug.internal.ui.actions.variables;x-internal:=true,

Back to the top