Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
saifeddineghouma
GitHub Repository: saifeddineghouma/neoclipse
Path: blob/master/org.neo4j.neoclipse.doc/plugin.xml
115 views
1
<?xml version="1.0" encoding="UTF-8"?>
2
<?eclipse version="3.4"?>
3
<plugin>
4
5
<extension
6
point="org.eclipse.help.toc">
7
<toc
8
file="toc.xml"
9
primary="true">
10
</toc>
11
<toc
12
file="tocconcepts.xml">
13
</toc>
14
<toc
15
file="tocgettingstarted.xml">
16
</toc>
17
<toc
18
file="tocreference.xml">
19
</toc>
20
<toc
21
file="toctasks.xml">
22
</toc>
23
</extension>
24
<extension
25
point="org.eclipse.help.contexts">
26
<contexts
27
file="context-help.xml">
28
</contexts>
29
</extension>
30
31
</plugin>
32
33