-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathinfo.xml
73 lines (66 loc) · 3.58 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
<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 Optimal Experimental Design Toolbox -->
<!-- Version 1.0 -->
<!--
COPYRIGHT (C) 2010-2017 Joscha Reimer [email protected]
This file is part of the Optimal Experimental Design Toolbox.
The Optimal Experimental Design Toolbox is free software: you can redistribute
it and/or modify it under the terms of the GNU General Public License
as published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
The Optimal Experimental Design Toolbox is distributed in the hope that it will
be useful, but WITHOUT ANY WARRANTY; without even the implied warranty
of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with the Optimal Experimental Design Toolbox. If not, see
<http://www.gnu.org/licenses/>.
-->
<!-- Supply the following six elements in the order specified -->
<!-- (Required) element; matlabrelease content is not currently used -->
<matlabrelease>2014a</matlabrelease>
<!-- (Required) The name element appears in the Contents pane -->
<name>Optimal Experimental 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>help/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 optimal_experimental_design_toolbox</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>Demo (unidimensional)</label>
<!-- A command to open a demo if any -->
<callback>web help/html/demo_unidimensional.html</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>Product Page (Web)</label>
<callback>web http://github.com/jor-/oed -browser</callback>
<icon>$docroot/techdoc/matlab_env/examples/webicon.gif</icon>
</listitem>
<!-- Add listitems for other features of your toolbox... -->
</list>
<!-- - - - - - - - - - - - - Start menu - - - - - - - - - - - - - - - -->
</productinfo>