Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Goldthorpe2009-09-17 17:47:01 +0000
committerChris Goldthorpe2009-09-17 17:47:01 +0000
commit0906262aca635cce66ad5c69ac4b3b49ae49aa9f (patch)
treeec0ccbff5461bbc9cc8570504920a869699466d0 /org.eclipse.help.webapp/plugin.xml
parentd6523b15009c1f29306fc7cf6a5523b28628cb91 (diff)
downloadeclipse.platform.ua-0906262aca635cce66ad5c69ac4b3b49ae49aa9f.tar.gz
eclipse.platform.ua-0906262aca635cce66ad5c69ac4b3b49ae49aa9f.tar.xz
eclipse.platform.ua-0906262aca635cce66ad5c69ac4b3b49ae49aa9f.zip
Bug 287712 – [Webapp] Allow additional buttons to be added to the help webapp
Diffstat (limited to 'org.eclipse.help.webapp/plugin.xml')
-rw-r--r--org.eclipse.help.webapp/plugin.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/org.eclipse.help.webapp/plugin.xml b/org.eclipse.help.webapp/plugin.xml
index 3f30a3ccd..efcf65f5e 100644
--- a/org.eclipse.help.webapp/plugin.xml
+++ b/org.eclipse.help.webapp/plugin.xml
@@ -13,6 +13,7 @@
<plugin>
<extension-point id="contentFilter" name="Content Filter" schema="schema/contentFilter.exsd"/>
<extension-point id="view" name="View" schema="schema/view.exsd"/>
+ <extension-point id="toolbarButton" name="Toolbar Button" schema="schema/toolbarButton.exsd"/>
<extension
point="org.eclipse.equinox.http.registry.httpcontexts">
<httpcontext

Back to the top