Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDejan Gloszic2005-01-16 22:15:17 +0000
committerDejan Gloszic2005-01-16 22:15:17 +0000
commit3bb76170823994227bd6a6cb889ab1eb34475c6d (patch)
treedf6053bc0985e30f7bc23b4c9a894db8e4c740d4 /org.eclipse.help.ui/plugin.xml
parentf47b41c2f9479f8698712070ea72d64037a4ebee (diff)
downloadeclipse.platform.ua-3bb76170823994227bd6a6cb889ab1eb34475c6d.tar.gz
eclipse.platform.ua-3bb76170823994227bd6a6cb889ab1eb34475c6d.tar.xz
eclipse.platform.ua-3bb76170823994227bd6a6cb889ab1eb34475c6d.zip
*** empty log message ***
Diffstat (limited to 'org.eclipse.help.ui/plugin.xml')
-rw-r--r--org.eclipse.help.ui/plugin.xml15
1 files changed, 9 insertions, 6 deletions
diff --git a/org.eclipse.help.ui/plugin.xml b/org.eclipse.help.ui/plugin.xml
index 51339edaf..a253d768e 100644
--- a/org.eclipse.help.ui/plugin.xml
+++ b/org.eclipse.help.ui/plugin.xml
@@ -93,9 +93,10 @@
<engine
scopeFactory="org.eclipse.help.ui.internal.search.LocalSearchScopeFactory"
label="Local Help"
+ icon="icons/topic_small.gif"
class="org.eclipse.help.internal.search.federated.LocalHelp"
- pageClass="org.eclipse.help.ui.internal.search.LocalHelpPage"
- id="org.eclipse.help.ui.localSearch">
+ id="org.eclipse.help.ui.localSearch"
+ pageClass="org.eclipse.help.ui.internal.search.LocalHelpPage">
<description>
Searches the best help system in the world, but only locally.
</description>
@@ -103,9 +104,10 @@
<engine
scopeFactory="org.eclipse.help.ui.internal.search.GoogleScopeFactory"
label="Google"
+ icon="icons/external_browser.gif"
class="org.eclipse.help.ui.internal.search.Google"
- id="org.eclipse.help.ui.google"
- pageClass="org.eclipse.help.ui.internal.search.GooglePage">
+ pageClass="org.eclipse.help.ui.internal.search.GooglePage"
+ id="org.eclipse.help.ui.google">
<description>
Searches another best system in the world on the Web (but not locally). We should have bought Google when it was $5 :-(.
</description>
@@ -114,9 +116,10 @@
<engine
scopeFactory="org.eclipse.help.ui.internal.search.EclipseOrgScopeFactory"
label="Eclipse.org"
+ icon="icons/eclipse.gif"
class="org.eclipse.help.ui.internal.search.EclipseOrg"
- id="org.eclipse.help.ui.eclipseorg"
- pageClass="org.eclipse.help.ui.internal.search.EclipseOrgPage">
+ pageClass="org.eclipse.help.ui.internal.search.EclipseOrgPage"
+ id="org.eclipse.help.ui.eclipseorg">
<description>
Searches mailing lists, news groups, articles and other documents on Eclipse.org web site.
</description>

Back to the top