Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslewis2008-04-23 21:30:48 +0000
committerslewis2008-04-23 21:30:48 +0000
commit347b67d3c3a56335add70f6a72d372186917e618 (patch)
tree1ef7f8e47536f8de7e54c42139deb213f6dd4369 /examples/bundles
parent7716561e7793104550fb72f8a4cb4d77d49cd3fd (diff)
downloadorg.eclipse.ecf-347b67d3c3a56335add70f6a72d372186917e618.tar.gz
org.eclipse.ecf-347b67d3c3a56335add70f6a72d372186917e618.tar.xz
org.eclipse.ecf-347b67d3c3a56335add70f6a72d372186917e618.zip
Removed menu contributions from collab.editor plugin.
Diffstat (limited to 'examples/bundles')
-rw-r--r--examples/bundles/org.eclipse.ecf.example.collab.editor/plugin.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/bundles/org.eclipse.ecf.example.collab.editor/plugin.xml b/examples/bundles/org.eclipse.ecf.example.collab.editor/plugin.xml
index 6d56e5737..eb81ed6bd 100644
--- a/examples/bundles/org.eclipse.ecf.example.collab.editor/plugin.xml
+++ b/examples/bundles/org.eclipse.ecf.example.collab.editor/plugin.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.1"?>
<plugin>
-
+<!--
<extension
point="org.eclipse.ui.popupMenus">
<objectContribution
@@ -34,5 +34,5 @@
id="org.eclipse.ecf.example.collab.editor.wizards.NewSessionWizard"
name="Shared Editor Session"/>
</extension>
-
+-->
</plugin>

Back to the top