Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean Michel-Lemieux2004-02-27 20:03:32 +0000
committerJean Michel-Lemieux2004-02-27 20:03:32 +0000
commitc333b1a3082407176c0d36fdd0d2d4d1d8abc934 (patch)
tree8255e6020ff4d6c05daf4d3107ed23f0e6584245 /tests/org.eclipse.team.tests.core
parent65dc0f6d363f08f70f96f88ff742c2c25f912e51 (diff)
downloadeclipse.platform.team-c333b1a3082407176c0d36fdd0d2d4d1d8abc934.tar.gz
eclipse.platform.team-c333b1a3082407176c0d36fdd0d2d4d1d8abc934.tar.xz
eclipse.platform.team-c333b1a3082407176c0d36fdd0d2d4d1d8abc934.zip
Working on synchronize model comments and hierarchy. In progress...
Diffstat (limited to 'tests/org.eclipse.team.tests.core')
-rw-r--r--tests/org.eclipse.team.tests.core/plugin.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/org.eclipse.team.tests.core/plugin.xml b/tests/org.eclipse.team.tests.core/plugin.xml
index 332327000..6b1b468a1 100644
--- a/tests/org.eclipse.team.tests.core/plugin.xml
+++ b/tests/org.eclipse.team.tests.core/plugin.xml
@@ -91,6 +91,19 @@
id="org.eclipse.team.tests.core.linking">
</repository>
</extension>
+ <extension
+ point="org.eclipse.ui.views">
+ <category
+ name="Team Test Views"
+ id="org.eclipse.team.tests.core">
+ </category>
+ <view
+ name="Content Provider Test View"
+ category="org.eclipse.team.tests.core"
+ class="org.eclipse.team.tests.ui.views.ContentProviderTestView"
+ id="org.eclipse.team.tests.ui.views.ContentProviderTestView">
+ </view>
+ </extension>
</plugin>

Back to the top