Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'examples/bundles/org.eclipse.ecf.example.collab.editor/plugin.xml')
-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