Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Valenta2005-05-06 16:21:59 +0000
committerMichael Valenta2005-05-06 16:21:59 +0000
commit80a6d67dd187cf78e0a22d67c54be11d118b3ce4 (patch)
tree22be61b4aedca2cc6de6d22ad81bde014d9a860c /bundles/org.eclipse.team.ui/plugin.xml
parent79848b48283b68d0d8be99a53729d9dac920fa80 (diff)
downloadeclipse.platform.team-80a6d67dd187cf78e0a22d67c54be11d118b3ce4.tar.gz
eclipse.platform.team-80a6d67dd187cf78e0a22d67c54be11d118b3ce4.tar.xz
eclipse.platform.team-80a6d67dd187cf78e0a22d67c54be11d118b3ce4.zip
Bug 93926 Add keywords to preference pages
Diffstat (limited to 'bundles/org.eclipse.team.ui/plugin.xml')
-rw-r--r--bundles/org.eclipse.team.ui/plugin.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/bundles/org.eclipse.team.ui/plugin.xml b/bundles/org.eclipse.team.ui/plugin.xml
index e3f19add1..989a04b95 100644
--- a/bundles/org.eclipse.team.ui/plugin.xml
+++ b/bundles/org.eclipse.team.ui/plugin.xml
@@ -12,6 +12,9 @@
<keyword
label="%PreferenceKeywords.Team"
id="org.eclipse.team.ui.team"/>
+ <keyword
+ label="%PreferenceKeywords.FileContent"
+ id="org.eclipse.team.ui.team.fileContent"/>
</extension>
<extension
point="org.eclipse.ui.preferencePages">
@@ -26,7 +29,7 @@
category="org.eclipse.team.ui.TeamPreferences"
class="org.eclipse.team.internal.ui.preferences.TextPreferencePage"
id="org.eclipse.team.ui.TextPreferences">
- <keywordReference id="org.eclipse.team.ui.team"/>
+ <keywordReference id="org.eclipse.team.ui.team.fileContent"/>
</page>
<page
name="%IgnorePreferencePage.name"

Back to the top