Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormkersten2005-07-13 22:09:31 +0000
committermkersten2005-07-13 22:09:31 +0000
commitfc8c2c1e3760f3c060d0174d37958e6037f7dd07 (patch)
tree3b0d502f2268005f290599624947a3ba0c3c26ca /org.eclipse.mylyn.bugzilla.core/plugin.xml
parent6cf24b2370c0830a6083e06766951cb6735f5c30 (diff)
downloadorg.eclipse.mylyn.tasks-fc8c2c1e3760f3c060d0174d37958e6037f7dd07.tar.gz
org.eclipse.mylyn.tasks-fc8c2c1e3760f3c060d0174d37958e6037f7dd07.tar.xz
org.eclipse.mylyn.tasks-fc8c2c1e3760f3c060d0174d37958e6037f7dd07.zip
Applied patch for Bugzilla Bug 103680
create preference page for the monitor
Diffstat (limited to 'org.eclipse.mylyn.bugzilla.core/plugin.xml')
-rw-r--r--org.eclipse.mylyn.bugzilla.core/plugin.xml7
1 files changed, 4 insertions, 3 deletions
diff --git a/org.eclipse.mylyn.bugzilla.core/plugin.xml b/org.eclipse.mylyn.bugzilla.core/plugin.xml
index e8440d1d9..364a83782 100644
--- a/org.eclipse.mylyn.bugzilla.core/plugin.xml
+++ b/org.eclipse.mylyn.bugzilla.core/plugin.xml
@@ -20,12 +20,13 @@
<attribute name="owner"/>
<attribute name="query"/>
</extension>
- <extension
- point="org.eclipse.ui.preferencePages">
+
+ <extension point="org.eclipse.ui.preferencePages">
<page
name="Bugzilla"
class="org.eclipse.mylar.bugzilla.core.BugzillaPreferences"
- id="org.eclipse.mylar.bugzilla.bugzillaPreferences"/>
+ id="org.eclipse.mylar.bugzilla.bugzillaPreferences"
+ category="org.eclipse.mylar.ui.preferences"/>
</extension>
</plugin>

Back to the top