Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPawel Piech2013-03-11 19:07:29 +0000
committerPawel Piech2013-03-11 19:07:29 +0000
commit00f6e99dc7478899c4054a9c431c1bf8fc71eaed (patch)
treec763cbf329fac563299b8388098dabdb97a2b205 /org.eclipse.debug.ui/plugin.xml
parent6fc665f50d6c006ea36d617d912c1b039d22f26b (diff)
downloadeclipse.platform.debug-00f6e99dc7478899c4054a9c431c1bf8fc71eaed.tar.gz
eclipse.platform.debug-00f6e99dc7478899c4054a9c431c1bf8fc71eaed.tar.xz
eclipse.platform.debug-00f6e99dc7478899c4054a9c431c1bf8fc71eaed.zip
Revert "Bug 372181 - Working set support for Expressions View"
Diffstat (limited to 'org.eclipse.debug.ui/plugin.xml')
-rw-r--r--org.eclipse.debug.ui/plugin.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/org.eclipse.debug.ui/plugin.xml b/org.eclipse.debug.ui/plugin.xml
index 15a24ea3b..ce52c69fc 100644
--- a/org.eclipse.debug.ui/plugin.xml
+++ b/org.eclipse.debug.ui/plugin.xml
@@ -3172,8 +3172,8 @@ M4 = Platform-specific fourth key
name="%ExpressionWorkingSet.name"
description="%ExpressionWorkingSet.description"
icon="icons/full/obj16/expression_workingset.gif"
- pageClass="org.eclipse.debug.internal.ui.views.expression.ExpressionWorkingSetPage"
- elementAdapterClass="org.eclipse.debug.internal.ui.views.expression.ExpressionWorkingSetElementAdapter"
+ pageClass="org.eclipse.debug.internal.ui.expression.workingset.ExpressionWorkingSetPage"
+ elementAdapterClass="org.eclipse.debug.internal.ui.expression.workingset.ExpressionWorkingSetElementAdapter"
/>
</extension>
@@ -3183,7 +3183,7 @@ M4 = Platform-specific fourth key
targetID="org.eclipse.debug.ui.ExpressionView"
id="org.eclipse.debug.ui.expressionview.toolbar.workingset">
<action
- class="org.eclipse.debug.internal.ui.actions.expressions.ExpressionWorkingSetsAction"
+ class="org.eclipse.debug.internal.ui.expression.workingset.ExpressionWorkingSetsAction"
helpContextId="expression_working_sets_action_context"
id="org.eclipse.debug.ui.expressionView.toolbar.workingSets"
label="%ExpressionWorkingSet.manageAction.label"

Back to the top