Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslewis2005-11-13 23:16:18 +0000
committerslewis2005-11-13 23:16:18 +0000
commit1f1588a29f853a89ec0ae2e6c0f19dc65751ef50 (patch)
tree8dee08f0c7c3f641a358e82b8d62e0bad31834a6 /examples/bundles/org.eclipse.ecf.example.collab/plugin.xml
parentab45cf890552232e4394f982ad13fafd55f656cd (diff)
downloadorg.eclipse.ecf-1f1588a29f853a89ec0ae2e6c0f19dc65751ef50.tar.gz
org.eclipse.ecf-1f1588a29f853a89ec0ae2e6c0f19dc65751ef50.tar.xz
org.eclipse.ecf-1f1588a29f853a89ec0ae2e6c0f19dc65751ef50.zip
Temporarily commented out the new SharedEditor editor declaration
Diffstat (limited to 'examples/bundles/org.eclipse.ecf.example.collab/plugin.xml')
-rw-r--r--examples/bundles/org.eclipse.ecf.example.collab/plugin.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/examples/bundles/org.eclipse.ecf.example.collab/plugin.xml b/examples/bundles/org.eclipse.ecf.example.collab/plugin.xml
index 1f6a399f1..197e71c2a 100644
--- a/examples/bundles/org.eclipse.ecf.example.collab/plugin.xml
+++ b/examples/bundles/org.eclipse.ecf.example.collab/plugin.xml
@@ -25,7 +25,7 @@
id="org.eclipse.ecf.example.collab.actionSet">
<action
toolbarPath="org.eclipse.ecf.example.collab.topseparator"
- label="Join Group..."
+ label="Connect..."
class="org.eclipse.ecf.example.collab.actions.WorkbenchAction"
tooltip="Connect to ECF Communications Group"
icon="icons/person.gif"
@@ -166,6 +166,7 @@
</action>
</viewerContribution>
</extension>
+ <!--
<extension
point="org.eclipse.ui.editors">
<editor
@@ -176,5 +177,5 @@
id="org.eclipse.ecf.example.collab.SharedEditor"
name="Shared Editor"/>
</extension>
-
+ -->
</plugin>

Back to the top