Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Goldthorpe2011-07-25 21:15:46 +0000
committerChris Goldthorpe2011-07-25 21:15:46 +0000
commit06e297c276381ecdd4f4f93ec3582bd0376a9c4d (patch)
treeeb4f3e8e38e7d89c4fd9953517ced96db918132d /org.eclipse.help.webapp/plugin.xml
parent8a68868aed61ffd9f1e09ce8b0dc582a5a26db9c (diff)
downloadeclipse.platform.ua-06e297c276381ecdd4f4f93ec3582bd0376a9c4d.tar.gz
eclipse.platform.ua-06e297c276381ecdd4f4f93ec3582bd0376a9c4d.tar.xz
eclipse.platform.ua-06e297c276381ecdd4f4f93ec3582bd0376a9c4d.zip
Bug 347117 - [Help] Enhancement in Web API for About and Nav servicesv20110725
Diffstat (limited to 'org.eclipse.help.webapp/plugin.xml')
-rw-r--r--org.eclipse.help.webapp/plugin.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/org.eclipse.help.webapp/plugin.xml b/org.eclipse.help.webapp/plugin.xml
index 187f3c94e..c511da422 100644
--- a/org.eclipse.help.webapp/plugin.xml
+++ b/org.eclipse.help.webapp/plugin.xml
@@ -238,6 +238,10 @@
class="org.eclipse.help.internal.webapp.service.ExtensionService">
</servlet>
<servlet
+ alias="/service/about"
+ class="org.eclipse.help.internal.webapp.service.AboutService">
+ </servlet>
+ <servlet
alias="/service/about.html"
class="org.eclipse.help.internal.webapp.service.AboutService">
</servlet>

Back to the top