Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.team.cvs.ui/plugin.xml')
-rw-r--r--bundles/org.eclipse.team.cvs.ui/plugin.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/bundles/org.eclipse.team.cvs.ui/plugin.xml b/bundles/org.eclipse.team.cvs.ui/plugin.xml
index eddd8c79b..567a4266e 100644
--- a/bundles/org.eclipse.team.cvs.ui/plugin.xml
+++ b/bundles/org.eclipse.team.cvs.ui/plugin.xml
@@ -1550,6 +1550,11 @@
class="org.eclipse.team.internal.ccvs.ui.model.CVSAdapterFactory">
<adapter type="org.eclipse.team.ui.mapping.ISynchronizationCompareAdapter"/>
</factory>
+ <factory
+ adaptableType="org.eclipse.team.internal.ccvs.core.CVSTeamProviderType"
+ class="org.eclipse.team.internal.ccvs.ui.model.CVSAdapterFactory">
+ <adapter type="org.eclipse.team.ui.mapping.ITeamStateProvider"/>
+ </factory>
</extension>
<extension
point="org.eclipse.team.ui.teamDecorators">

Back to the top