Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrsuen2007-04-16 14:25:43 +0000
committerrsuen2007-04-16 14:25:43 +0000
commit98bc6d5532754d13c39b2ffafe6adc6593875c81 (patch)
tree9f370d77aa4bb86501e2cfc298524cfd8e571608 /examples/bundles/org.eclipse.ecf.example.collab/plugin.xml
parentf604112960cd70c2c066ed75cf4c54948b57db92 (diff)
downloadorg.eclipse.ecf-98bc6d5532754d13c39b2ffafe6adc6593875c81.tar.gz
org.eclipse.ecf-98bc6d5532754d13c39b2ffafe6adc6593875c81.tar.xz
org.eclipse.ecf-98bc6d5532754d13c39b2ffafe6adc6593875c81.zip
Create a 'Communication' perspective for bug #181505.
Diffstat (limited to 'examples/bundles/org.eclipse.ecf.example.collab/plugin.xml')
-rw-r--r--examples/bundles/org.eclipse.ecf.example.collab/plugin.xml44
1 files changed, 19 insertions, 25 deletions
diff --git a/examples/bundles/org.eclipse.ecf.example.collab/plugin.xml b/examples/bundles/org.eclipse.ecf.example.collab/plugin.xml
index e6e2bab98..75cdae4a3 100644
--- a/examples/bundles/org.eclipse.ecf.example.collab/plugin.xml
+++ b/examples/bundles/org.eclipse.ecf.example.collab/plugin.xml
@@ -118,34 +118,10 @@
<actionSet
id="org.eclipse.ecf.example.collab.ui.actionSet"
label="collabActionSet"
- visible="true">
+ visible="false">
<menu
id="org.eclipse.ecf.example.collab.ui.connectMenu"
label="connectMenu">
- <separator
- name="connectSeparator">
- </separator>
- </menu>
- <action
- class="org.eclipse.ecf.internal.ui.actions.SelectProviderAction"
- icon="icons/im.gif"
- id="org.eclipse.ecf.example.collab.ui.connectAction"
- label="Connect to ECF IM/Chat Provider"
- style="pulldown"
- toolbarPath="connectSeparator"
- tooltip="Connect to ECF IM/Chat Provider">
- </action>
- </actionSet>
- <actionSet
- id="org.eclipse.ecf.example.collab.ui.actionSet2"
- label="collabActionSet2"
- visible="true">
- <menu
- id="org.eclipse.ecf.example.collab.ui.connectMenu2"
- label="connectMenu2">
- <separator
- name="connectSeparator2">
- </separator>
</menu>
<action
class="org.eclipse.ecf.example.collab.actions.JoinGroupWizardAction"
@@ -156,6 +132,15 @@
toolbarPath="connectSeparator2"
tooltip="Connect to ECF Collaboration Group">
</action>
+ <action
+ class="org.eclipse.ecf.internal.ui.actions.SelectProviderAction"
+ icon="icons/im.gif"
+ id="org.eclipse.ecf.example.collab.ui.connectAction"
+ label="Connect to ECF IM/Chat Provider"
+ style="pulldown"
+ toolbarPath="connectSeparator"
+ tooltip="Connect to ECF IM/Chat Provider">
+ </action>
</actionSet>
</extension>
<!--
@@ -170,4 +155,13 @@
name="Shared Editor"/>
</extension>
-->
+ <extension
+ point="org.eclipse.ui.perspectives">
+ <perspective
+ class="org.eclipse.collaboration.internal.ui.perspective.CollaborationPerspective"
+ icon="icons/group.gif"
+ id="org.eclipse.collaboration.ui.perspective.collab"
+ name="%perspective.name">
+ </perspective>
+ </extension>
</plugin>

Back to the top