-
Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy pathinfo.xml
More file actions
34 lines (31 loc) · 1.48 KB
/
info.xml
File metadata and controls
34 lines (31 loc) · 1.48 KB
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
<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 SimAssist toolbox -->
<!-- Author: Jiang Xin -->
<!-- Copyright [email protected] -->
<matlabrelease>2008a-2015b</matlabrelease>
<!-- (Required) The name element appears in the Contents pane -->
<name>SimAssist</name>
<!-- (Required) The type elementidentifies your package; pick one: -->
<!-- matlab, toolbox, simulink, blockset, links_targets -->
<type>toolbox</type>
<!-- The icon element is used in the Start button -->
<icon>\help\book.gif</icon>
<!-- (Required) The help_location is relative path to help (HTML) file folder -->
<help_location>\help\html</help_location>
<!-- Optional list of entries to display on Start Menu -->
<!-- Callback items are function calls or commands for toolbox -->
<!-- You must Refresh the Start button to see your entries -->
<!-- Remove this entire list if you do not want a Start button entry -->
<list>
<listitem>
<!-- Include call to open your documentation, if any -->
<label>SimAssist Toolbox Documentation</label>
<callback>disp('SimAssist Help Documentation')
</callback>
<icon>$toolbox/matlab/icons/bookicon.gif</icon>
</listitem>
<!-- Add listitems for other features of your toolbox... -->
</list>
</productinfo>