Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Goldthorpe2011-03-18 17:44:02 +0000
committerChris Goldthorpe2011-03-18 17:44:02 +0000
commit747f75096f203ed36279a49b6e52211999e41527 (patch)
tree3b8505cb4d104081fd1e4904ad58a66853226ac2 /org.eclipse.help.webapp/plugin.xml
parent9b1f0d643df70f76a92c7860c028a1df7c2bda44 (diff)
downloadeclipse.platform.ua-747f75096f203ed36279a49b6e52211999e41527.tar.gz
eclipse.platform.ua-747f75096f203ed36279a49b6e52211999e41527.tar.xz
eclipse.platform.ua-747f75096f203ed36279a49b6e52211999e41527.zip
Bug 338922 - [Webapp] Eclipse infocenter not using or saving a search scope
Diffstat (limited to 'org.eclipse.help.webapp/plugin.xml')
-rw-r--r--org.eclipse.help.webapp/plugin.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/org.eclipse.help.webapp/plugin.xml b/org.eclipse.help.webapp/plugin.xml
index b9be17994..85d3684a7 100644
--- a/org.eclipse.help.webapp/plugin.xml
+++ b/org.eclipse.help.webapp/plugin.xml
@@ -129,6 +129,21 @@
httpcontextId="help">
</servlet>
<servlet
+ alias="/index.jsp"
+ class="org.eclipse.equinox.jsp.jasper.registry.JSPFactory:/index.jsp"
+ httpcontextId="help">
+ </servlet>
+ <servlet
+ alias="/scopeState.jsp"
+ class="org.eclipse.equinox.jsp.jasper.registry.JSPFactory:/advancedstate/scopeState.jsp"
+ httpcontextId="help">
+ </servlet>
+ <servlet
+ alias="/workingSetState.jsp"
+ class="org.eclipse.equinox.jsp.jasper.registry.JSPFactory:/advancedstate/workingSetState.jsp"
+ httpcontextId="help">
+ </servlet>
+ <servlet
alias="/advanced/*.jsp"
class="org.eclipse.equinox.jsp.jasper.registry.JSPFactory:/advanced/"
httpcontextId="help">

Back to the top