Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSzymon Brandys2010-02-23 17:52:57 +0000
committerSzymon Brandys2010-02-23 17:52:57 +0000
commit1335854f6c71ef1d4919a8c97b9be84fcf4b7b93 (patch)
tree113389f18569091c91a26684fd05c828a40c5ea4 /tests/org.eclipse.team.tests.cvs.core/plugin.xml
parente2ea2724bf003ec70631ea6a5b0b98b9c5525e09 (diff)
downloadeclipse.platform.team-1335854f6c71ef1d4919a8c97b9be84fcf4b7b93.tar.gz
eclipse.platform.team-1335854f6c71ef1d4919a8c97b9be84fcf4b7b93.tar.xz
eclipse.platform.team-1335854f6c71ef1d4919a8c97b9be84fcf4b7b93.zip
bug 302163 - [Sync View] Error message during update operation after synchronization
Diffstat (limited to 'tests/org.eclipse.team.tests.cvs.core/plugin.xml')
-rw-r--r--tests/org.eclipse.team.tests.cvs.core/plugin.xml24
1 files changed, 24 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 2cfeafdcb..b02053ae3 100644
--- a/tests/org.eclipse.team.tests.cvs.core/plugin.xml
+++ b/tests/org.eclipse.team.tests.cvs.core/plugin.xml
@@ -49,4 +49,28 @@
name="CVS Test Editor">
</editor>
</extension>
+
+<!-- Other declarations -->
+
+ <!-- ***** Nature that identifies model projects used in tests for bug 302163 ***** -->
+ <extension
+ id="bug302163_ModelNature"
+ name="Project nature for bug 302163"
+ point="org.eclipse.core.resources.natures">
+ <runtime>
+ <run class="org.eclipse.team.tests.ccvs.core.mappings.model.ModelNature"/>
+ </runtime>
+ </extension>
+
+ <!-- ***** Model provider for the model used in tests for bug 302163 ***** -->
+ <extension
+ id="bug302163_ModelProvider"
+ name="Model Provider for bug 302163"
+ point="org.eclipse.core.resources.modelProviders">
+ <modelProvider class="org.eclipse.team.tests.ccvs.core.mappings.model.mapping.CustomModelProvider"/>
+ <extends-model id="org.eclipse.core.resources.modelProvider"/>
+ <enablement>
+ <test property="org.eclipse.core.resources.projectNature" value="org.eclipse.team.tests.cvs.core.bug302163_ModelNature" />
+ </enablement>
+ </extension>
</plugin>

Back to the top