Skip to main content
aboutsummaryrefslogtreecommitdiffstats
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.ua.tests/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.ua.tests/plugin.xml')
-rw-r--r--org.eclipse.ua.tests/plugin.xml11
1 files changed, 10 insertions, 1 deletions
diff --git a/org.eclipse.ua.tests/plugin.xml b/org.eclipse.ua.tests/plugin.xml
index 1baa99486..10a8e79f7 100644
--- a/org.eclipse.ua.tests/plugin.xml
+++ b/org.eclipse.ua.tests/plugin.xml
@@ -530,6 +530,10 @@
alias="/titlesearch/icons"
base-name="/icons">
</resource>
+ <resource
+ alias="/titlesearch/script"
+ base-name="/script">
+ </resource>
<serviceSelector
filter="(other.info=org.eclipse.help)">
</serviceSelector>
@@ -540,6 +544,11 @@
class="org.eclipse.ua.tests.help.webextension.TitleSearchView">
</view>
</extension>
-
+ <extension
+ point="org.eclipse.help.webapp.toolbarButton">
+ <button
+ class="org.eclipse.ua.tests.help.webextension.TitleSearchButton">
+ </button>
+ </extension>
</plugin>

Back to the top