-
Notifications
You must be signed in to change notification settings - Fork 1
/
info.xml
53 lines (48 loc) · 2.44 KB
/
info.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
<?xml version="1.0" encoding="utf-8"?>
<productinfo xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="optional">
<?xml-stylesheet type="text/xsl"href="optional"?>
<!-- info.xml file for the mytoolbox toolbox -->
<!-- Version 1.0 -->
<!-- Copyright (date) (owner).-->
<!-- Supply the following six elements in the order specified -->
<!-- (Required) element; matlabrelease content is not currently used -->
<matlabrelease>2020a</matlabrelease>
<!-- (Required) The name element appears in the Contents pane -->
<name>Tabasco</name>
<!-- (Required) The type elementidentifies your package; pick one: -->
<!-- matlab, toolbox, simulink, blockset, links_targets -->
<type>toolbox</type>
<!-- (Not used) Icon fiel to display in the Start button. Element is -->
<!-- required to parse the file -->
<icon>tabasco.png</icon>
<!-- (Required if you supply help) relative path to help (HTML) folder -->
<help_location>./html</help_location>
<!-- (Required if you supply help) icon used in the Help browser TOC -->
<!-- Ignored in R2015a and later -->
<help_contents_icon>$toolbox/matlab/icons/bookicon.gif</help_contents_icon>
<!-- - - - - - - - - - - - - Start menu - - - - - - - - - - - - - - - -->
<!-- Optional list of entries to display on Start Menu -->
<!-- Callback items are function calls or commands for toolbox -->
<!-- Refresh the Start button to see your entries -->
<!-- Remove this list if you do not want a Start button entry -->
<list>
<listitem>
<!-- The label provides the text for this menu item -->
<label>Tabasco toolbox documentation</label>
<!-- This callback is a command to open your documentation -->
<callback>
web ./html/tabasco_toolbox_product_page.html -helpbrowser
</callback>
<icon>$toolbox/matlab/icons/bookicon.gif</icon>
</listitem>
<listitem>
<!-- Include call to open your Web site, if any -->
<label> Tabasco Toolbox Site</label>
<callback>web http://users.spa.aalto.fi/esollila/codes.html -browser</callback>
<icon>$docroot/techdoc/matlab_env/examples/webicon.gif</icon>
</listitem>
<!-- Add listitems for other features of your toolbox... -->
</list>
<!-- - - - - - - - - - - - - Start menu - - - - - - - - - - - - - - - -->
</productinfo>