Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Goldthorpe2011-05-05 21:38:27 +0000
committerChris Goldthorpe2011-05-05 21:38:27 +0000
commit7525a4ce876e4f0cb6e7a556f5c80f6375822c36 (patch)
tree6585ba40cf45f956bdeed5ac63233169c8063c63 /org.eclipse.ua.tests/plugin.xml
parentc1ca7c7233ea3622306042d07be2e44137be0d22 (diff)
downloadeclipse.platform.ua-7525a4ce876e4f0cb6e7a556f5c80f6375822c36.tar.gz
eclipse.platform.ua-7525a4ce876e4f0cb6e7a556f5c80f6375822c36.tar.xz
eclipse.platform.ua-7525a4ce876e4f0cb6e7a556f5c80f6375822c36.zip
Bug 344899 - [Test] Create a servlet in org.eclipse.ua.tests to enable test browser refreshv20110505
Diffstat (limited to 'org.eclipse.ua.tests/plugin.xml')
-rw-r--r--org.eclipse.ua.tests/plugin.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/org.eclipse.ua.tests/plugin.xml b/org.eclipse.ua.tests/plugin.xml
index 6c4f1aa72..436a53eef 100644
--- a/org.eclipse.ua.tests/plugin.xml
+++ b/org.eclipse.ua.tests/plugin.xml
@@ -539,6 +539,11 @@
<serviceSelector
filter="(other.info=org.eclipse.help)">
</serviceSelector>
+ <servlet
+ alias="/counter.html"
+ class="org.eclipse.ua.tests.browser.servlet.CounterServlet"
+ httpcontextId="org.eclipse.help.webapp.help">
+ </servlet>
</extension>
<extension
point="org.eclipse.equinox.http.registry.resources">

Back to the top