Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Valenta2007-04-26 19:29:14 +0000
committerMichael Valenta2007-04-26 19:29:14 +0000
commit492aca8fe0946d0faca0e6b1db9902c32096090a (patch)
tree728ef5727600556bba5ee40c4f6d05b946d81153 /tests/org.eclipse.team.tests.cvs.core/plugin.xml
parentfb549380d52f8db918560036ad55b092df22e686 (diff)
downloadeclipse.platform.team-492aca8fe0946d0faca0e6b1db9902c32096090a.tar.gz
eclipse.platform.team-492aca8fe0946d0faca0e6b1db9902c32096090a.tar.xz
eclipse.platform.team-492aca8fe0946d0faca0e6b1db9902c32096090a.zip
Bug 90582 [EditorMgmt] (regression) Error when opening .html file from CVS repository explorer
Diffstat (limited to 'tests/org.eclipse.team.tests.cvs.core/plugin.xml')
-rw-r--r--tests/org.eclipse.team.tests.cvs.core/plugin.xml10
1 files changed, 10 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 2360350b5..23eb41210 100644
--- a/tests/org.eclipse.team.tests.cvs.core/plugin.xml
+++ b/tests/org.eclipse.team.tests.cvs.core/plugin.xml
@@ -72,4 +72,14 @@
class="org.eclipse.team.tests.ccvs.core.mappings.TestModelProvider"
name="CVS Test Model"/>
</extension>
+ <extension
+ point="org.eclipse.ui.editors">
+ <editor
+ class="org.eclipse.team.tests.ccvs.ui.TestEditor"
+ extensions="cvsTest"
+ icon="icons/sample.gif"
+ id="org.eclipse.team.tests.cvs.core.editor1"
+ name="CVS Test Editor">
+ </editor>
+ </extension>
</plugin>

Back to the top