Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.mylyn.bugzilla.core/plugin.xml')
-rw-r--r--org.eclipse.mylyn.bugzilla.core/plugin.xml30
1 files changed, 11 insertions, 19 deletions
diff --git a/org.eclipse.mylyn.bugzilla.core/plugin.xml b/org.eclipse.mylyn.bugzilla.core/plugin.xml
index 7c11b7070..8fef2b98a 100644
--- a/org.eclipse.mylyn.bugzilla.core/plugin.xml
+++ b/org.eclipse.mylyn.bugzilla.core/plugin.xml
@@ -12,11 +12,11 @@
id="org.eclipse.mylar.bugzilla.wizard.category">
</category>
<wizard
- name="New Bug Report"
- icon="icons/elcl16/bug-new.gif"
category="org.eclipse.mylar.bugzilla.wizard.category"
class="org.eclipse.mylar.bugzilla.ui.wizard.NewBugWizard"
- id="org.eclipse.mylar.bugzilla.bugWizard">
+ icon="icons/elcl16/bug-new.gif"
+ id="org.eclipse.mylar.bugzilla.bugWizard"
+ name="New Bug Report">
<description>
Create a new bug report
</description>
@@ -33,22 +33,8 @@
</toc>
</extension>
<extension
- id="org.eclipse.mylar.bugzilla.favorites.view"
- name="Bugzilla Favorites View"
- point="org.eclipse.ui.views">
- <category
- name="Bugzilla"
- id="org.eclipse.mylar.bugzilla.category"/>
- <view
- name="Bugzilla Favorites"
- icon="icons/elcl16/bug-favorite.gif"
- category="org.eclipse.mylar.bugzilla.category"
- class="org.eclipse.mylar.bugzilla.ui.FavoritesView"
- id="org.eclipse.mylar.bugzilla.ui.favoritesView"/>
- </extension>
- <extension
- id="org.eclipse.mylar.bugzilla.favorites.view"
- name="Bugzilla Offline Reports View"
+ id="org.eclipse.mylar.bugzilla.ui"
+ name="Bugzilla Client Views"
point="org.eclipse.ui.views">
<category
name="Bugzilla"
@@ -59,6 +45,12 @@
category="org.eclipse.mylar.bugzilla.category"
class="org.eclipse.mylar.bugzilla.ui.OfflineView"
id="org.eclipse.mylar.bugzilla.ui.offlineReportsView"/>
+ <view
+ name="Bugzilla Favorites"
+ icon="icons/elcl16/bug-favorite.gif"
+ category="org.eclipse.mylar.bugzilla.category"
+ class="org.eclipse.mylar.bugzilla.ui.FavoritesView"
+ id="org.eclipse.mylar.bugzilla.ui.favoritesView"/>
</extension>
<extension
point="org.eclipse.search.searchPages"

Back to the top