-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathinfo.xml
20 lines (19 loc) · 1.07 KB
/
info.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<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 udkm1Dsim toolbox -->
<!-- Version 1.0 -->
<!-- Copyright 2013 Daniel Schick.-->
<!-- Supply the following six elements in the order specified -->
<!-- (Required) element; matlabrelease content is not currently used -->
<matlabrelease>2010a</matlabrelease>
<!-- (Required) The name element appears in the Contents pane -->
<name>udkm1Dsim</name>
<!-- (Required) The type elementidentifies your package; pick one: -->
<!-- matlab, toolbox, simulink, blockset, links_targets -->
<type>toolbox</type>
<icon>$toolbox/matlab/icons/book_mat.gif</icon>
<!-- (Required if you supply help) relative path to help (HTML) folder -->
<help_location>./documentation/</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>
</productinfo>