Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2008-12-31 14:16:22 +0000
committerEike Stepper2008-12-31 14:16:22 +0000
commite58953c1872d40f978ca91fff7cd1b9ef337182a (patch)
tree649fceded685610cc2f3f98a3200d2d7ff65db34 /plugins/org.eclipse.emf.cdo.ui/plugin.xml
parent7e412244a0361c1fe4af94afc86b459d0c0d4cff (diff)
downloadcdo-e58953c1872d40f978ca91fff7cd1b9ef337182a.tar.gz
cdo-e58953c1872d40f978ca91fff7cd1b9ef337182a.tar.xz
cdo-e58953c1872d40f978ca91fff7cd1b9ef337182a.zip
[257365] [UI] Provide a Watch List Panel
https://bugs.eclipse.org/bugs/show_bug.cgi?id=257365
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.ui/plugin.xml')
-rw-r--r--plugins/org.eclipse.emf.cdo.ui/plugin.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/plugins/org.eclipse.emf.cdo.ui/plugin.xml b/plugins/org.eclipse.emf.cdo.ui/plugin.xml
index 48966e43a5..6c9e2eb217 100644
--- a/plugins/org.eclipse.emf.cdo.ui/plugin.xml
+++ b/plugins/org.eclipse.emf.cdo.ui/plugin.xml
@@ -36,6 +36,13 @@
id="org.eclipse.emf.cdo.CDOSessionsView"
name="CDO Sessions">
</view>
+ <view
+ category="org.eclipse.emf.cdo"
+ class="org.eclipse.emf.cdo.internal.ui.views.CDOSubscriptionsView"
+ icon="icons/full/view16/watch_list.gif"
+ id="org.eclipse.emf.cdo.CDOSubscriptionsView"
+ name="CDO Subscriptions">
+ </view>
</extension>
<extension

Back to the top