-
Notifications
You must be signed in to change notification settings - Fork 45
/
Copy pathplugin.xml
72 lines (65 loc) · 1.42 KB
/
plugin.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>
<plugin>
<extension
point="org.eclipse.help.toc">
<toc
file="%help.toc.index"
primary="true">
</toc>
<toc
file="%help.toc.ch1"
primary="true" >
</toc>
<toc
file="%help.toc.ch2"
primary="true">
</toc>
<toc
file="%help.toc.ch3"
primary="true">
</toc>
<toc
file="%help.toc.ch4"
primary="true">
</toc>
<toc
file="%help.toc.ch5"
primary="true">
</toc>
<toc
file="%help.toc.ch6"
primary="true">
</toc>
<toc
file="%help.toc.ch7"
primary="true">
</toc>
<toc
file="%help.toc.ch8"
primary="true">
</toc>
<toc
file="%help.toc.ch9"
primary="true">
</toc>
<!--
<toc
file="%help.toc.imag"
primary="true">
</toc>
<toc
file="%help.toc.demo"
primary="true">
</toc>
-->
</extension>
<extension
id="selfHelp"
name="selfHelp"
point="org.eclipse.ui.helpSupport">
<config
class="net.heartsome.cat.ts.ui.help.AbstractSelfHelpUI" >
</config>
</extension>
</plugin>