Skip to content

Commit 948fdd5

Browse files
committed
Packaging info
1 parent 5148f05 commit 948fdd5

File tree

2 files changed

+123
-0
lines changed

2 files changed

+123
-0
lines changed

images/toolboxPackaging.png

7.98 MB
Loading

toolboxPackaging.prj

Lines changed: 123 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,123 @@
1+
<deployment-project plugin="plugin.toolbox" plugin-version="1.0">
2+
<configuration build-checksum="3543648890" file="E:\Project 13 - Droplet tracking\dropletDataProcessing\toolboxPackaging.prj" location="E:\Project 13 - Droplet tracking\dropletDataProcessing" name="toolboxPackaging" target="target.toolbox" target-name="Package Toolbox">
3+
<param.appname>Droplet Data Processing Toolbox</param.appname>
4+
<param.authnamewatermark>Yang Lab</param.authnamewatermark>
5+
<param.email />
6+
<param.company>University of Michigan</param.company>
7+
<param.summary />
8+
<param.description />
9+
<param.screenshot>${PROJECT_ROOT}\images\toolboxPackaging.png</param.screenshot>
10+
<param.version>0.0</param.version>
11+
<param.output>${PROJECT_ROOT}\Droplet Data Processing Toolbox.mltbx</param.output>
12+
<param.products.name />
13+
<param.products.id />
14+
<param.products.version />
15+
<param.platforms />
16+
<param.guid>d44574cb-b80e-42ca-8b62-1190c3f5685f</param.guid>
17+
<param.exclude.filters />
18+
<param.exclude.pcodedmfiles>true</param.exclude.pcodedmfiles>
19+
<param.examples />
20+
<param.demosxml />
21+
<param.apps />
22+
<param.registered.apps />
23+
<param.docs />
24+
<param.getting.started.guide />
25+
<param.matlabpath.excludes />
26+
<param.javaclasspath.excludes />
27+
<param.exported.on.package>false</param.exported.on.package>
28+
<param.required.addons />
29+
<param.matlab.project.id />
30+
<param.matlab.project.name />
31+
<param.release.start />
32+
<param.release.end />
33+
<param.release.current.only>false</param.release.current.only>
34+
<param.compatiblity.windows>true</param.compatiblity.windows>
35+
<param.compatiblity.macos>true</param.compatiblity.macos>
36+
<param.compatiblity.linux>true</param.compatiblity.linux>
37+
<param.compatiblity.matlabonline>true</param.compatiblity.matlabonline>
38+
<param.installation.map />
39+
<param.additional.sw.names />
40+
<param.additional.sw.licenses />
41+
<param.additional.sw.win.url />
42+
<param.additional.sw.mac.url />
43+
<param.additional.sw.linux.url />
44+
<unset>
45+
<param.email />
46+
<param.summary />
47+
<param.description />
48+
<param.output />
49+
<param.products.name />
50+
<param.products.id />
51+
<param.products.version />
52+
<param.platforms />
53+
<param.exclude.filters />
54+
<param.exclude.pcodedmfiles />
55+
<param.examples />
56+
<param.demosxml />
57+
<param.apps />
58+
<param.registered.apps />
59+
<param.docs />
60+
<param.getting.started.guide />
61+
<param.matlabpath.excludes />
62+
<param.javaclasspath.excludes />
63+
<param.exported.on.package />
64+
<param.required.addons />
65+
<param.matlab.project.id />
66+
<param.matlab.project.name />
67+
<param.release.start />
68+
<param.release.end />
69+
<param.release.current.only />
70+
<param.compatiblity.windows />
71+
<param.compatiblity.macos />
72+
<param.compatiblity.linux />
73+
<param.compatiblity.matlabonline />
74+
<param.installation.map />
75+
<param.additional.sw.names />
76+
<param.additional.sw.licenses />
77+
<param.additional.sw.win.url />
78+
<param.additional.sw.mac.url />
79+
<param.additional.sw.linux.url />
80+
</unset>
81+
<fileset.rootdir>
82+
<file>${PROJECT_ROOT}</file>
83+
</fileset.rootdir>
84+
<fileset.rootfiles>
85+
<file>${PROJECT_ROOT}\.git</file>
86+
<file>${PROJECT_ROOT}\.gitattributes</file>
87+
<file>${PROJECT_ROOT}\.gitignore</file>
88+
<file>${PROJECT_ROOT}\images</file>
89+
<file>${PROJECT_ROOT}\license.txt</file>
90+
<file>${PROJECT_ROOT}\README.md</file>
91+
<file>${PROJECT_ROOT}\release</file>
92+
<file>${PROJECT_ROOT}\resources</file>
93+
<file>${PROJECT_ROOT}\tests</file>
94+
<file>${PROJECT_ROOT}\toolbox</file>
95+
</fileset.rootfiles>
96+
<fileset.depfun.included />
97+
<fileset.depfun.excluded />
98+
<fileset.package />
99+
<build-deliverables>
100+
<file location="${PROJECT_ROOT}" name="Droplet Data Processing Toolbox.mltbx" optional="false">E:\Project 13 - Droplet tracking\dropletDataProcessing\Droplet Data Processing Toolbox.mltbx</file>
101+
</build-deliverables>
102+
<workflow />
103+
<matlab>
104+
<root>E:\Programs\MATLAB</root>
105+
<toolboxes />
106+
</matlab>
107+
<platform>
108+
<unix>false</unix>
109+
<mac>false</mac>
110+
<windows>true</windows>
111+
<win2k>false</win2k>
112+
<winxp>false</winxp>
113+
<vista>false</vista>
114+
<linux>false</linux>
115+
<solaris>false</solaris>
116+
<osver>10.0</osver>
117+
<os32>false</os32>
118+
<os64>true</os64>
119+
<arch>win64</arch>
120+
<matlab>true</matlab>
121+
</platform>
122+
</configuration>
123+
</deployment-project>

0 commit comments

Comments
 (0)