-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathinfo.xml
24 lines (23 loc) · 1.17 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
<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>R2017a</matlabrelease>
<!-- (Required) The name element appears in the Contents pane -->
<name>Convex_Computational_Analysis_Toolbox</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></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></help_contents_icon>
</productinfo>