Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDejan Gloszic2006-02-09 23:19:41 +0000
committerDejan Gloszic2006-02-09 23:19:41 +0000
commit045f60cde766d1b467d923ea03db0ecf31c18723 (patch)
treee9298b22706b6cad4cf893ef3263618a42d15cbb /org.eclipse.ua.tests/plugin.xml
parent58eb0b1860f4e1a18a276ffbe39120026e02cb27 (diff)
downloadeclipse.platform.ua-045f60cde766d1b467d923ea03db0ecf31c18723.tar.gz
eclipse.platform.ua-045f60cde766d1b467d923ea03db0ecf31c18723.tar.xz
eclipse.platform.ua-045f60cde766d1b467d923ea03db0ecf31c18723.zip
127104[Help] Ability to filter out context help topics
Diffstat (limited to 'org.eclipse.ua.tests/plugin.xml')
-rw-r--r--org.eclipse.ua.tests/plugin.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/org.eclipse.ua.tests/plugin.xml b/org.eclipse.ua.tests/plugin.xml
index 68d8d046f..9a04e75d7 100644
--- a/org.eclipse.ua.tests/plugin.xml
+++ b/org.eclipse.ua.tests/plugin.xml
@@ -216,6 +216,17 @@
configId="org.eclipse.ua.tests.intro.config.dynamicXML">
</configExtension>
</extension>
+
+ <!--
+ Context help test content
+ -->
+ <extension
+ point="org.eclipse.help.contexts"
+ id="contextTest">
+ <contexts
+ file="data/help/context/contexts.xml">
+ </contexts>
+ </extension>
<!--
TOC test content

Back to the top