forked from eclipse-tracecompass/org.eclipse.tracecompass
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.xml
More file actions
20 lines (18 loc) · 634 Bytes
/
plugin.xml
File metadata and controls
20 lines (18 loc) · 634 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2013 Ericsson.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License 2.0
which accompanies this distribution, and is available at
https://www.eclipse.org/legal/epl-2.0/
SPDX-License-Identifier: EPL-2.0
-->
<plugin>
<!-- This part should be in a documentation plugin -->
<!-- Configure the help contribution for this plugin -->
<extension point="org.eclipse.help.toc">
<toc
file="doc/User-Guide-toc.xml"
primary="true" />
</extension>
</plugin>