Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/com.windriver.tcf.rse.ui/plugin.xml')
-rw-r--r--plugins/com.windriver.tcf.rse.ui/plugin.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/com.windriver.tcf.rse.ui/plugin.xml b/plugins/com.windriver.tcf.rse.ui/plugin.xml
index def23b5df..93325e7fe 100644
--- a/plugins/com.windriver.tcf.rse.ui/plugin.xml
+++ b/plugins/com.windriver.tcf.rse.ui/plugin.xml
@@ -47,7 +47,7 @@
class="com.windriver.tcf.rse.ui.TCFSystemViewProcessAdapterFactory"
adaptableType="com.windriver.tcf.rse.ui.TCFRemoteProcess">
<adapter type="org.eclipse.rse.ui.view.ISystemViewElementAdapter"/>
- <adapter type="org.eclipse.rse.ui.view.ISystemDragDropAdapter"/>
+ <adapter type="org.eclipse.rse.core.subsystems.ISystemDragDropAdapter"/>
<adapter type="org.eclipse.rse.ui.view.ISystemRemoteElementAdapter"/>
<adapter type="org.eclipse.ui.views.properties.IPropertySource"/>
<adapter type="org.eclipse.ui.model.IWorkbenchAdapter"/>

Back to the top