Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Goldthorpe2010-04-27 17:38:24 +0000
committerChris Goldthorpe2010-04-27 17:38:24 +0000
commite16c850b7849939871749e9ac6de553b88d712bf (patch)
treef978447571ac3f33867ced07c368682ed52c533a /org.eclipse.help.base
parent0e24a31789fdcf16aca6035116e46f76cac4e00d (diff)
downloadeclipse.platform.ua-e16c850b7849939871749e9ac6de553b88d712bf.tar.gz
eclipse.platform.ua-e16c850b7849939871749e9ac6de553b88d712bf.tar.xz
eclipse.platform.ua-e16c850b7849939871749e9ac6de553b88d712bf.zip
Localize plugin.xmlv20100427
Diffstat (limited to 'org.eclipse.help.base')
-rw-r--r--org.eclipse.help.base/plugin.properties4
-rw-r--r--org.eclipse.help.base/plugin.xml4
2 files changed, 5 insertions, 3 deletions
diff --git a/org.eclipse.help.base/plugin.properties b/org.eclipse.help.base/plugin.properties
index 35d530736..e1ae9b687 100644
--- a/org.eclipse.help.base/plugin.properties
+++ b/org.eclipse.help.base/plugin.properties
@@ -25,4 +25,6 @@ defaultBrowser = Default Web Browser (Change in System Preferences)
preferences = Help System Base Preferences
search_participant_extension_point_name = Lucene Search Participant
-server_extension_point_name = Help Server \ No newline at end of file
+server_extension_point_name = Help Server
+help_search_participant_extension_point_name = Help Search Participant
+help_scope_extension_point_name = Help Scope \ No newline at end of file
diff --git a/org.eclipse.help.base/plugin.xml b/org.eclipse.help.base/plugin.xml
index 5f2cc6d01..45114fbb5 100644
--- a/org.eclipse.help.base/plugin.xml
+++ b/org.eclipse.help.base/plugin.xml
@@ -19,8 +19,8 @@
<extension-point id="activitySupport" name="%activity_extension_point_name" schema="schema/activitySupport.exsd"/>
<extension-point id="luceneSearchParticipants" name="%search_participant_extension_point_name" schema="schema/luceneSearchParticipants.exsd"/>
<extension-point id="server" name="%server_extension_point_name" schema="schema/server.exsd"/>
- <extension-point id="searchParticipant" name="Help Search Participant" schema="schema/searchParticipant.exsd"/>
- <extension-point id="scope" name="Help Scope" schema="schema/scope.exsd"/>
+ <extension-point id="searchParticipant" name="%help_search_participant_extension_point_name" schema="schema/searchParticipant.exsd"/>
+ <extension-point id="scope" name="%help_scope_extension_point_name" schema="schema/scope.exsd"/>
<!-- Stand-alone infocenter application -->
<extension

Back to the top