From 883825add9d9020901e892bd0d2808b599156af5 Mon Sep 17 00:00:00 2001 From: Anton Leherbauer Date: Tue, 28 Aug 2007 08:57:04 +0000 Subject: [PATCH] Fix enablement of PE actionProviders (related to 201268: Project Explorer enables file actions in empty workspace) --- core/org.eclipse.cdt.ui/plugin.xml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/core/org.eclipse.cdt.ui/plugin.xml b/core/org.eclipse.cdt.ui/plugin.xml index a1d94d99a9b..2c6741a0a7d 100644 --- a/core/org.eclipse.cdt.ui/plugin.xml +++ b/core/org.eclipse.cdt.ui/plugin.xml @@ -2002,7 +2002,10 @@ - + + + + @@ -2012,8 +2015,11 @@ overrides="org.eclipse.ui.navigator.resources.actions.RefactorActions"> - - + + + + +