-
Notifications
You must be signed in to change notification settings - Fork 78
/
Copy pathinfo.xml
56 lines (22 loc) · 929 Bytes
/
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
<productinfo
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://www.mathworks.com/namespace/info/v1/info.xsd">
<?xml-stylesheet type="text/xsl" href="http://www.mathworks.com/namespace/info/v1/info.xsl"?>
<matlabrelease>R2014b</matlabrelease>
<name>RISE</name>
<type>toolbox</type>
<icon>$toolbox/matlab/icons/matlabicon.gif</icon>
<help_location>help</help_location>
<list>
<listitem>
<label>RISE Launch Bay</label>
<callback>rise_startup()</callback>
<icon>$toolbox/matlab/icons/greenarrowicon.gif</icon>
</listitem>
<listitem>
<label>RISE Web Site</label>
<callback>web http://github.com/jmaih/RISE_toolbox -browser;</callback>
<icon>$toolbox/matlab/icons/webicon.gif</icon>
</listitem>
</list>
</productinfo>