-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathinfo.xml
More file actions
52 lines (50 loc) · 2.57 KB
/
Copy pathinfo.xml
File metadata and controls
52 lines (50 loc) · 2.57 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<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 aerospace design toolbox -->
<!-- Copyright 2012 Joseph Moster -->
<!-- Supply the following six elements in the order specified -->
<!-- (Required) element; matlabrelease content is not currently used -->
<matlabrelease>2012a</matlabrelease>
<!-- (Required) The name element appears in the Contents pane -->
<name>Aerospace Design</name>
<!-- (Required) The type elementidentifies your package; pick one: -->
<!-- matlab, toolbox, simulink, blockset, links_targets -->
<type>toolbox</type>
<!-- (Optional) icon file to display in the Start button -->
<icon>$toolbox/matlab/icons/matlabicon.gif</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 -->
<help_contents_icon>$toolbox/matlab/icons/book_mat.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>Help</label>
<!-- This callback is a command to open your documentation -->
<callback>doc</callback>
<!-- Menu item icon (a toolbox icon from the help browser ) -->
<icon>$toolbox/matlab/icons/book_mat.gif</icon>
</listitem>
<!--listitem>
<!- A menu item label for a opening a demo ->
<label>Demos</label>
<!- A command to open a demo if any ->
<callback>demo toolbox</callback>
<!- The icon for this menu item ->
<icon>$toolbox/matlab/icons/demoicon.gif</icon>
</listitem-->
<listitem>
<!-- Include call to open your Web site, if any -->
<label>Developer Page (web)</label>
<callback>web www.github.com/jemoster/aerospace-design-toolbox/ -browser;</callback>
<icon>$docroot/techdoc/matlab_env/examples/webicon.gif</icon>
</listitem>
<!-- Add listitems for other features of your toolbox... -->
</list>
</productinfo>