Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorspingel2007-08-22 22:36:44 +0000
committerspingel2007-08-22 22:36:44 +0000
commitaeb5e3603a46b788f064da3e3e53a8a46af49c79 (patch)
tree7f2ae87c0ee41f361eb07ddf31a0393deb2b73fe /org.eclipse.mylyn.trac.ui/plugin.xml
parent66bca3957ec562ada4ac9ddf786846645136f20d (diff)
downloadorg.eclipse.mylyn.tasks-aeb5e3603a46b788f064da3e3e53a8a46af49c79.tar.gz
org.eclipse.mylyn.tasks-aeb5e3603a46b788f064da3e3e53a8a46af49c79.tar.xz
org.eclipse.mylyn.tasks-aeb5e3603a46b788f064da3e3e53a8a46af49c79.zip
NEW - bug 200114: provide version history of a wiki page
https://bugs.eclipse.org/bugs/show_bug.cgi?id=200114
Diffstat (limited to 'org.eclipse.mylyn.trac.ui/plugin.xml')
-rw-r--r--org.eclipse.mylyn.trac.ui/plugin.xml23
1 files changed, 0 insertions, 23 deletions
diff --git a/org.eclipse.mylyn.trac.ui/plugin.xml b/org.eclipse.mylyn.trac.ui/plugin.xml
index 127f678ac..cebac63d4 100644
--- a/org.eclipse.mylyn.trac.ui/plugin.xml
+++ b/org.eclipse.mylyn.trac.ui/plugin.xml
@@ -34,28 +34,5 @@
point="org.eclipse.mylyn.tasks.ui.editors">
<editorFactory class="org.eclipse.mylyn.internal.trac.ui.editor.TracTaskEditorFactory"/>
</extension>
- <extension
- point="org.eclipse.ui.popupMenus">
- <viewerContribution
- id="org.eclipse.mylyn.trac.ui.viewerContribution"
- targetID="org.eclipse.mylyn.tasks.ui.views.repositories">
- <action
- class="org.eclipse.mylyn.internal.trac.ui.actions.OpenWikiPageAction"
- id="org.eclipse.mylyn.trac.ui.open.wikipage"
- label="Open Wiki Page..."
- menubarPath="additions"
- tooltip="Open Wiki Page">
- </action>
- </viewerContribution>
- </extension>
- <extension
- point="org.eclipse.ui.editors">
- <editor
- class="org.eclipse.mylyn.internal.trac.ui.editor.TracWikiPageEditor"
- icon="icons/eview16/trac-icon.gif"
- id="org.eclipse.mylyn.trac.ui.editor.wikipage"
- name="Wiki Page Editor">
- </editor>
- </extension>
</plugin>

Back to the top