Skip to main content
summaryrefslogtreecommitdiffstats
blob: f1e178c74604b54b038d0b48aeb755ef52f42e40 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
<!-- ================================================= -->
<!-- This is the plugin for declaring the help         -->
<!-- contributions for using the tool.                 -->
<!-- ================================================= -->

<plugin>

<extension point="org.eclipse.help.contexts">
       <contexts file="SnippetsContexts.xml" plugin ="org.eclipse.wst.common.snippets"/>
</extension>


</plugin>

Back to the top