Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.ui/plugin.xml')
-rw-r--r--plugins/org.eclipse.emf.cdo.ui/plugin.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/plugins/org.eclipse.emf.cdo.ui/plugin.xml b/plugins/org.eclipse.emf.cdo.ui/plugin.xml
index a3150ae532..622c96844f 100644
--- a/plugins/org.eclipse.emf.cdo.ui/plugin.xml
+++ b/plugins/org.eclipse.emf.cdo.ui/plugin.xml
@@ -171,6 +171,12 @@
<extension
point="org.eclipse.core.runtime.adapters">
<factory
+ adaptableType="org.eclipse.emf.cdo.common.CDOCommonRepository"
+ class="org.eclipse.emf.cdo.internal.ui.CDOPropertyAdapterFactory">
+ <adapter type="org.eclipse.ui.views.properties.IPropertySourceProvider"/>
+ <adapter type="org.eclipse.ui.IActionFilter"/>
+ </factory>
+ <factory
adaptableType="org.eclipse.emf.cdo.session.CDOSession"
class="org.eclipse.emf.cdo.internal.ui.CDOPropertyAdapterFactory">
<adapter type="org.eclipse.ui.views.properties.IPropertySourceProvider"/>

Back to the top