Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Goldthorpe2009-02-19 22:45:00 +0000
committerChris Goldthorpe2009-02-19 22:45:00 +0000
commit6eb3a2cdf229691a1728aeb5ab871f867417e9a0 (patch)
tree7927117823245786fdbbd921f0c62c4ba028872e /org.eclipse.help.base
parent3ba36b0319b23e8c7fbd5f4721708e1f1fef60c9 (diff)
downloadeclipse.platform.ua-6eb3a2cdf229691a1728aeb5ab871f867417e9a0.tar.gz
eclipse.platform.ua-6eb3a2cdf229691a1728aeb5ab871f867417e9a0.tar.xz
eclipse.platform.ua-6eb3a2cdf229691a1728aeb5ab871f867417e9a0.zip
Bug 265450 – Clean up 'server' extension point in org.eclipse.help.base
Diffstat (limited to 'org.eclipse.help.base')
-rw-r--r--org.eclipse.help.base/plugin.properties3
-rw-r--r--org.eclipse.help.base/plugin.xml2
2 files changed, 3 insertions, 2 deletions
diff --git a/org.eclipse.help.base/plugin.properties b/org.eclipse.help.base/plugin.properties
index 4ca309cf2..35d530736 100644
--- a/org.eclipse.help.base/plugin.properties
+++ b/org.eclipse.help.base/plugin.properties
@@ -1,5 +1,5 @@
###############################################################################
-# Copyright (c) 2000, 2006 IBM Corporation and others.
+# Copyright (c) 2000, 2009 IBM Corporation and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
@@ -25,3 +25,4 @@ 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
diff --git a/org.eclipse.help.base/plugin.xml b/org.eclipse.help.base/plugin.xml
index 8bb484aaa..67aaee624 100644
--- a/org.eclipse.help.base/plugin.xml
+++ b/org.eclipse.help.base/plugin.xml
@@ -7,7 +7,7 @@
<extension-point id="browser" name="%browser_extension_point_name" schema="schema/browser.exsd"/>
<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="Help Server" schema="schema/server.exsd"/>
+ <extension-point id="server" name="%server_extension_point_name" schema="schema/server.exsd"/>
<!-- Stand-alone infocenter application -->
<extension

Back to the top