Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Goldthorpe2011-02-09 22:28:26 +0000
committerChris Goldthorpe2011-02-09 22:28:26 +0000
commit9958bc33516f810fd8cfa02668e535b1e8e2b586 (patch)
tree5d636ef39acc8a53b543b8fcdc3be4f77e9b9918 /org.eclipse.help.webapp
parent436cd9c0b778c0dd326aada58dcdad4eca4fc6bf (diff)
downloadeclipse.platform.ua-9958bc33516f810fd8cfa02668e535b1e8e2b586.tar.gz
eclipse.platform.ua-9958bc33516f810fd8cfa02668e535b1e8e2b586.tar.xz
eclipse.platform.ua-9958bc33516f810fd8cfa02668e535b1e8e2b586.zip
Bug 304119 - Help system should register separate aliases for "/basic" and "/advanced"
Diffstat (limited to 'org.eclipse.help.webapp')
-rw-r--r--org.eclipse.help.webapp/plugin.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/org.eclipse.help.webapp/plugin.xml b/org.eclipse.help.webapp/plugin.xml
index 33fd4e0ec..d54560bfc 100644
--- a/org.eclipse.help.webapp/plugin.xml
+++ b/org.eclipse.help.webapp/plugin.xml
@@ -31,6 +31,16 @@
base-name="/"
httpcontextId="help">
</resource>
+ <resource
+ alias="/advanced"
+ base-name="/advanced"
+ httpcontextId="help">
+ </resource>
+ <resource
+ alias="/basic"
+ base-name="/basic"
+ httpcontextId="help">
+ </resource>
<serviceSelector
filter="(other.info=org.eclipse.help)">
</serviceSelector>

Back to the top