Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBogdan Gheorghe2006-04-19 03:18:39 +0000
committerBogdan Gheorghe2006-04-19 03:18:39 +0000
commit8f52202d391716cb39544eddd6708927543a4a05 (patch)
treea785edcc234d9bb30bbe49c782752e0dbac8c8e3 /bundles/org.eclipse.team.cvs.ui/plugin.xml
parentd44c66a493bba0d3543be686174f200a83640a16 (diff)
downloadeclipse.platform.team-8f52202d391716cb39544eddd6708927543a4a05.tar.gz
eclipse.platform.team-8f52202d391716cb39544eddd6708927543a4a05.tar.xz
eclipse.platform.team-8f52202d391716cb39544eddd6708927543a4a05.zip
Bug 133589 [History] View redraws on selection change
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 474724ff9..733e8491c 100644
--- a/bundles/org.eclipse.team.cvs.ui/plugin.xml
+++ b/bundles/org.eclipse.team.cvs.ui/plugin.xml
@@ -1527,6 +1527,11 @@
class="org.eclipse.team.internal.ccvs.ui.model.CVSAdapterFactory">
<adapter type="org.eclipse.team.ui.history.IHistoryPageSource"/>
</factory>
+ <factory
+ adaptableType="org.eclipse.team.internal.ccvs.core.filehistory.CVSLocalFileRevision"
+ class="org.eclipse.team.internal.ccvs.ui.model.CVSAdapterFactory">
+ <adapter type="org.eclipse.team.ui.history.IHistoryPageSource"/>
+ </factory>
<factory
adaptableType="org.eclipse.team.internal.ccvs.core.mapping.ChangeSetModelProvider"
class="org.eclipse.team.internal.ccvs.ui.model.CVSAdapterFactory">

Back to the top