Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Valenta2006-01-09 19:55:41 +0000
committerMichael Valenta2006-01-09 19:55:41 +0000
commite5e7bc0bfbf9b7a9ecb855347f6881cf4648496f (patch)
treea3697c7866994ae3ca52ffb31ef62a5ef160fe12 /tests/org.eclipse.team.tests.cvs.core/plugin.xml
parent5af36feef85506fdac2c9102c992f2c83ab80f19 (diff)
downloadeclipse.platform.team-e5e7bc0bfbf9b7a9ecb855347f6881cf4648496f.tar.gz
eclipse.platform.team-e5e7bc0bfbf9b7a9ecb855347f6881cf4648496f.tar.xz
eclipse.platform.team-e5e7bc0bfbf9b7a9ecb855347f6881cf4648496f.zip
Changed tests to use new update, replace
Diffstat (limited to 'tests/org.eclipse.team.tests.cvs.core/plugin.xml')
-rw-r--r--tests/org.eclipse.team.tests.cvs.core/plugin.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/org.eclipse.team.tests.cvs.core/plugin.xml b/tests/org.eclipse.team.tests.cvs.core/plugin.xml
index 4c1e9c243..b9d2e6dc7 100644
--- a/tests/org.eclipse.team.tests.cvs.core/plugin.xml
+++ b/tests/org.eclipse.team.tests.cvs.core/plugin.xml
@@ -73,4 +73,11 @@
id="org.eclipse.team.tests.cvs.ui.perspective1"
name="CVS Test Perspective"/>
</extension>
+ <extension
+ id="modelProvider"
+ point="org.eclipse.core.resources.modelProviders">
+ <modelProvider
+ class="org.eclipse.team.tests.ccvs.core.mappings.TestModelProvider"
+ name="CVS Test Model"/>
+ </extension>
</plugin>

Back to the top