Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrelves2007-01-22 17:48:58 +0000
committerrelves2007-01-22 17:48:58 +0000
commit1139b7d45aa02d7b9895daeccf40116143dce336 (patch)
tree86b1d8d11796cee07b91ff0f12bdef5583fb8900 /org.eclipse.mylyn.bugzilla.ui/plugin.xml
parent117ec77eb10e3e8060ff3c422dad3a844a24196a (diff)
downloadorg.eclipse.mylyn.tasks-1139b7d45aa02d7b9895daeccf40116143dce336.tar.gz
org.eclipse.mylyn.tasks-1139b7d45aa02d7b9895daeccf40116143dce336.tar.xz
org.eclipse.mylyn.tasks-1139b7d45aa02d7b9895daeccf40116143dce336.zip
NEW - bug 171133: bugzilla-help.xml references wrong directory
https://bugs.eclipse.org/bugs/show_bug.cgi?id=171133
Diffstat (limited to 'org.eclipse.mylyn.bugzilla.ui/plugin.xml')
-rw-r--r--org.eclipse.mylyn.bugzilla.ui/plugin.xml56
1 files changed, 0 insertions, 56 deletions
diff --git a/org.eclipse.mylyn.bugzilla.ui/plugin.xml b/org.eclipse.mylyn.bugzilla.ui/plugin.xml
index 621f24582..7f7fca0e2 100644
--- a/org.eclipse.mylyn.bugzilla.ui/plugin.xml
+++ b/org.eclipse.mylyn.bugzilla.ui/plugin.xml
@@ -54,60 +54,4 @@
</description>
</decorator>
</extension>
-
- <extension
- id="org.eclipse.mylar.bugzilla.help.context"
- name="Bugzilla Context-sensitive Help"
- point="org.eclipse.help.contexts">
- <contexts
- file="bugzilla-help.xml">
- </contexts>
- </extension>
-<!-- <extension
- point="org.eclipse.search.searchPages"
- id="org.eclipse.mylar.bugzilla.core.search.searchPage"
- name="Bugzilla Search Page">
- <page
- class="org.eclipse.mylar.internal.bugzilla.ui.search.BugzillaSearchPage"
- enabled="true"
- icon="icons/elcl16/bug-search.gif"
- id="org.eclipse.mylar.bugzilla.core.search.bugzillaSearchPage"
- label="Bugzilla Search"
- tabPosition="999"/>
- </extension>
- <extension
- id="BugzillaSearchPage"
- point="org.eclipse.search.searchResultViewPages">
- <viewPage
- class="org.eclipse.mylar.internal.tasks.ui.search.RepositorySearchResultView"
- searchResultClass="org.eclipse.mylar.internal.bugzilla.ui.search.BugzillaSearchResult"
- id="org.eclipse.mylar.bugzilla.BugzillaSearchResultPage"/>
- </extension>-->
-<!-- <extension
- point="org.eclipse.mylar.tasks.ui.templates">
- <repository
- addAutomatically="true"
- label="Eclipse.org"
- repositoryKind="bugzilla"
- urlRepository="https://bugs.eclipse.org/bugs"
- version="2.20"/>
- </extension>-->
-<!-- <extension
- id="org.eclipse.mylar.bugzilla.core.search.repositorySearchPage"
- name="Repository Search Page"
- point="org.eclipse.search.searchPages">
- <page
- class="org.eclipse.mylar.internal.tasks.ui.TaskSearchPage"
- enabled="true"
- icon="icons/elcl16/bug-search.gif"
- id="org.eclipse.mylar.bugzilla.core.search.repositorySearchPage"
- label="Repository Search"
- tabPosition="999"/>
- </extension>-->
-<!-- <extension
- point="org.eclipse.mylar.tasklist.editors">
- <hyperlinkListener
- class="org.eclipse.mylar.internal.bugzilla.ui.BugzillaTaskHyperlinkDetector"
- type="org.eclipse.mylar.bugzilla.ui.hyperlinkListener1"/>
- </extension>-->
</plugin>

Back to the top